prosody/tools
Kim Alvefur 2f2551e6d2 migrator: Add an escape hatch to allow arbitrary config options
Previously only SQL settings and the 'path' for internal storage could
be set, and only for SQL and internal storage.

input {
	type = "whatever";
	config = {
		whatever_foobar = "something"
	}
}
2023-11-27 17:19:16 +01:00
..
build-env tools/build-env: Tools for building and testing in a container 2023-11-12 13:02:38 +01:00
migration migrator: Add an escape hatch to allow arbitrary config options 2023-11-27 17:19:16 +01:00
cfgdump.lua tools: Update imports to use new prosody.* namespace 2023-06-08 09:37:01 +02:00
dnsregistry.lua tools: Update imports to use new prosody.* namespace 2023-06-08 09:37:01 +02:00
ejabberd2prosody.lua Spelling: Fix various spelling mistakes (thanks timeless) 2022-03-07 00:13:56 +01:00
ejabberdsql2prosody.lua tools: Update imports to use new prosody.* namespace 2023-06-08 09:37:01 +02:00
erlparse.lua tools/erlparse: Remove use of deprecated module() function 2017-01-09 10:17:09 +01:00
form2table.lua tools: Update imports to use new prosody.* namespace 2023-06-08 09:37:01 +02:00
generate_format_spec.lua util.format: Ensure metatable __tostring results are also sanitized 2021-12-13 16:34:55 +01:00
http-status-codes.lua tools: Update imports to use new prosody.* namespace 2023-06-08 09:37:01 +02:00
jabberd14sql2prosody.lua tools: Update imports to use new prosody.* namespace 2023-06-08 09:37:01 +02:00
linedebug.lua tools/linedebug: Print each line of source executed 2020-10-28 23:05:15 +01:00
make_repo.lua make_repo.lua: Moved to /tools/make_repo.lua 2019-07-29 10:32:03 -07:00
mod2spec.sh tools: Reflect bash-ness of mod2spec in shebang 2023-08-26 15:10:58 +02:00
modtrace.lua compat: Use table.pack (there since Lua 5.2) over our util.table 2022-07-11 19:15:24 +02:00
openfire2prosody.lua tools: Update imports to use new prosody.* namespace 2023-06-08 09:37:01 +02:00
tb2err tools/tb2err: Trim trailing whitespace 2023-04-08 12:56:13 +02:00
test_mutants.sh.lua tools: Add initial mutation testing script 2022-10-11 11:53:48 +01:00