1
0
Fork 0
mirror of https://github.com/bjc/prosody.git synced 2025-04-06 14:47:37 +03:00
prosody/tools
Kim Alvefur cc0f3b6f24 migrator: Customise startup sequence to fix (Thanks acidsys)
Diverge from util.startup.prosodyctl() in order to skip unneeded
behavior, such as loading the *Prosody* config file, which we do not
need here, based on the `--config` flag  which should point at the
migrator config file instead.

Notably removed:
* read_config() since this loads the Prosody config
* check_unwriteable() which checks logfiles specified in the Prosody config, so not relevant
* make_dummy_hosts() but the migrator sets up its own hosts during migration
2021-07-29 13:47:26 +02:00
..
migration migrator: Customise startup sequence to fix (Thanks acidsys) 2021-07-29 13:47:26 +02:00
cfgdump.lua tools/cfgdump: Serialize individual (table) settings in stable order too 2021-05-17 16:51:11 +02:00
ejabberd2prosody.lua Merge 0.9->0.10 2015-08-26 13:17:10 +02:00
ejabberdsql2prosody.lua ejabberdsql2prosody: rename variable 't' to prevent shadowing upvalues [luacheck] 2016-08-12 13:51:38 +08:00
erlparse.lua tools/erlparse: Remove use of deprecated module() function 2017-01-09 10:17:09 +01:00
form2table.lua tools/form2table: Convert XEP-0004 dataform from XML to util.dataforms Lua format 2020-10-28 23:15:52 +01:00
http-status-codes.lua tools: Add a tool to generate net.http.codes from IANA registry 2018-02-08 17:35:42 +01:00
jabberd14sql2prosody.lua tools/jabberd14sql2prosody: Tweak wording in comments 2021-07-13 23:28:49 +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
modtrace.lua tools.modtrace: Pass config to serialize() 2020-10-30 14:04:40 +00:00
openfire2prosody.lua Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
tb2err tools/tb2err: Formats Lua traceback in errors.err format 2020-10-28 22:42:43 +01:00
xep227toprosody.lua tools/xep227toprosody: Tweak wording in comments 2021-07-13 23:27:44 +02:00