Log

util/startup.lua @ 9214:8b2b8f1a911f

description author age
util.startup: Set flag when config fully loaded Matthew Wild Sun, 19 Aug 2018 14:44:50 +0100
util.startup: Add a comment marking some compat code Kim Alvefur Sun, 01 Jul 2018 23:22:55 +0200
Merge 0.10->trunk Matthew Wild Thu, 07 Jun 2018 11:24:29 +0100
util.startup: Don't initialize global protection for prosodyctl, for now Matthew Wild Wed, 18 Apr 2018 08:49:44 +0100
util.startup: Force console logging before initializing logging (see 2fdeb979cc7c) Kim Alvefur Sat, 14 Apr 2018 15:23:08 +0200
util.startup: Initialize logging immediately after configuration is read (which is how it used to work) Matthew Wild Tue, 10 Apr 2018 20:39:05 +0100
util.startup/prosodyctl: Delay enabling global protection until last (silences warning about CFG_PLUGINDIR) Kim Alvefur Fri, 06 Apr 2018 16:55:17 +0200
util.startup: Fix traceback due to both plugin path becoming nil if plugin_paths is unset Kim Alvefur Fri, 06 Apr 2018 16:50:51 +0200
Fix spelling throughout the codebase [codespell] Kim Alvefur Sun, 04 Feb 2018 01:51:25 +0100
util.startup: Set up event hooks for reloading logging here instead of in loggingmanager to simplify startup dependencies Kim Alvefur Thu, 05 Apr 2018 17:53:51 +0200
util.startup: Initialize prosody.log / _G.log here instead of in loggingmanager to reduce dependencies Kim Alvefur Thu, 05 Apr 2018 17:52:37 +0200
util.startup: Initialize logging earlier, so that messages from eg net.server are shown Kim Alvefur Thu, 05 Apr 2018 17:41:00 +0200
util.startup: Access the hosts table via the prosody global for consistency Kim Alvefur Thu, 29 Mar 2018 16:38:35 +0200
util.startup: Use own logger instead of the possibly not available yet _G.log Kim Alvefur Thu, 05 Apr 2018 16:01:10 +0200
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