| Commit message (Expand) | Author | Age | Files | Lines |
* | util.startup: Read version for prosodyctl (restores version in 'about' command) | Kim Alvefur | 2018-03-24 | 1 | -0/+1 |
* | prosody, util.startup: Switch from async.once() to long-lived thread, to avoi... | Matthew Wild | 2018-03-23 | 1 | -24/+21 |
* | util.startup: Expose make_host() function | Matthew Wild | 2018-03-22 | 1 | -10/+11 |
* | util.startup: Expose user switching information via prosody global object | Matthew Wild | 2018-03-22 | 1 | -5/+4 |
* | util.startup: Fix variable usage [luacheck] | Matthew Wild | 2018-03-22 | 1 | -3/+3 |
* | util.startup: Move original_logging_config to a local variable | Matthew Wild | 2018-03-22 | 1 | -1/+3 |
* | util.startup: Restore user switching | Matthew Wild | 2018-03-22 | 1 | -1/+2 |
* | util.startup: Fix chdir() to use correct path variable | Matthew Wild | 2018-03-22 | 1 | -7/+7 |
* | util.startup: Execute startup routine inside async context | Matthew Wild | 2018-03-22 | 1 | -21/+24 |
* | util.startup: Remove unused loop variable [luacheck] | Kim Alvefur | 2018-03-21 | 1 | -1/+1 |
* | util.startup: Ignore various globals being read and written as part of startu... | Kim Alvefur | 2018-03-21 | 1 | -2/+7 |
* | util.startup: Trim trailing whitespace [luacheck] | Kim Alvefur | 2018-03-21 | 1 | -5/+5 |
* | util.startup: Oops, uncomment accidentally-commented code | Matthew Wild | 2018-03-20 | 1 | -1/+1 |
* | prosody, prosodyctl, util.startup: Finally factor out startup-related and com... | Matthew Wild | 2018-03-20 | 1 | -0/+518 |