util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded
|
Kim Alvefur |
Thu, 05 Apr 2018 16:00:27 +0200 |
util.startup: Initialize the 'prosody' global earlier (various things needs the global util.events instance)
|
Kim Alvefur |
Thu, 29 Mar 2018 16:36:18 +0200 |
util.startup: Factor out processing of plugin and data paths into a separate functions
|
Kim Alvefur |
Thu, 29 Mar 2018 16:27:11 +0200 |
configmanager: Move firing of the 'config-reloaded' event into util.startup (fixes #1117)
|
Kim Alvefur |
Sun, 25 Mar 2018 17:02:00 +0200 |
util.startup: Read version for prosodyctl (restores version in 'about' command)
|
Kim Alvefur |
Sat, 24 Mar 2018 21:39:03 +0100 |
prosody, util.startup: Switch from async.once() to long-lived thread, to avoid GC
|
Matthew Wild |
Fri, 23 Mar 2018 14:18:27 +0000 |
util.startup: Expose make_host() function
|
Matthew Wild |
Thu, 22 Mar 2018 22:35:39 +0000 |
util.startup: Expose user switching information via prosody global object
|
Matthew Wild |
Thu, 22 Mar 2018 22:35:27 +0000 |
util.startup: Fix variable usage [luacheck]
|
Matthew Wild |
Thu, 22 Mar 2018 21:47:16 +0000 |
util.startup: Move original_logging_config to a local variable
|
Matthew Wild |
Thu, 22 Mar 2018 21:46:55 +0000 |
util.startup: Restore user switching
|
Matthew Wild |
Thu, 22 Mar 2018 21:46:05 +0000 |
util.startup: Fix chdir() to use correct path variable
|
Matthew Wild |
Thu, 22 Mar 2018 21:45:38 +0000 |
util.startup: Execute startup routine inside async context
|
Matthew Wild |
Thu, 22 Mar 2018 16:24:22 +0000 |
util.startup: Remove unused loop variable [luacheck]
|
Kim Alvefur |
Wed, 21 Mar 2018 16:31:48 +0100 |
util.startup: Ignore various globals being read and written as part of startup [luacheck]
|
Kim Alvefur |
Wed, 21 Mar 2018 16:30:24 +0100 |
util.startup: Trim trailing whitespace [luacheck]
|
Kim Alvefur |
Wed, 21 Mar 2018 10:26:29 +0100 |
util.startup: Oops, uncomment accidentally-commented code
|
Matthew Wild |
Tue, 20 Mar 2018 16:11:37 +0000 |
prosody, prosodyctl, util.startup: Finally factor out startup-related and common code into a separate module
|
Matthew Wild |
Tue, 20 Mar 2018 16:10:37 +0000 |