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