Commit graph

131 commits

Author SHA1 Message Date
Kim Alvefur
97a34d6199 util.startup: Force console logging before initializing logging (see 2fdeb979cc7c) 2018-04-14 15:23:08 +02:00
Matthew Wild
76a81554ff util.startup: Initialize logging immediately after configuration is read (which is how it used to work) 2018-04-10 20:39:05 +01:00
Kim Alvefur
e91ebc0e78 util.startup/prosodyctl: Delay enabling global protection until last (silences warning about CFG_PLUGINDIR) 2018-04-06 16:55:17 +02:00
Kim Alvefur
6f810e2837 util.startup: Fix traceback due to both plugin path becoming nil if plugin_paths is unset 2018-04-06 16:50:51 +02:00
Kim Alvefur
3ec060fc0c Fix spelling throughout the codebase [codespell] 2018-02-04 01:51:25 +01:00
Kim Alvefur
b594f3b843 util.startup: Set up event hooks for reloading logging here instead of in loggingmanager to simplify startup dependencies 2018-04-05 17:53:51 +02:00
Kim Alvefur
eacc7b0dd3 util.startup: Initialize prosody.log / _G.log here instead of in loggingmanager to reduce dependencies 2018-04-05 17:52:37 +02:00
Kim Alvefur
17a3770292 util.startup: Initialize logging earlier, so that messages from eg net.server are shown 2018-04-05 17:41:00 +02:00
Kim Alvefur
38a5e6ec34 util.startup: Access the hosts table via the prosody global for consistency 2018-03-29 16:38:35 +02:00
Kim Alvefur
f232c3cf3d util.startup: Use own logger instead of the possibly not available yet _G.log 2018-04-05 16:01:10 +02:00
Kim Alvefur
06d340adc5 util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded 2018-04-05 16:00:27 +02:00
Kim Alvefur
c67280b951 util.startup: Initialize the 'prosody' global earlier (various things needs the global util.events instance) 2018-03-29 16:36:18 +02:00
Kim Alvefur
8a2aef3598 util.startup: Factor out processing of plugin and data paths into a separate functions 2018-03-29 16:27:11 +02:00
Kim Alvefur
7e64fa124a configmanager: Move firing of the 'config-reloaded' event into util.startup (fixes #1117) 2018-03-25 17:02:00 +02:00
Kim Alvefur
9cd0153dd7 util.startup: Read version for prosodyctl (restores version in 'about' command) 2018-03-24 21:39:03 +01:00
Matthew Wild
59e03259d1 prosody, util.startup: Switch from async.once() to long-lived thread, to avoid GC 2018-03-23 14:18:27 +00:00
Matthew Wild
8858b07103 util.startup: Expose make_host() function 2018-03-22 22:35:39 +00:00
Matthew Wild
95737ca950 util.startup: Expose user switching information via prosody global object 2018-03-22 22:35:27 +00:00
Matthew Wild
34473917a1 util.startup: Fix variable usage [luacheck] 2018-03-22 21:47:16 +00:00
Matthew Wild
2ce0219833 util.startup: Move original_logging_config to a local variable 2018-03-22 21:46:55 +00:00
Matthew Wild
96c28157c1 util.startup: Restore user switching 2018-03-22 21:46:05 +00:00
Matthew Wild
496b5277c3 util.startup: Fix chdir() to use correct path variable 2018-03-22 21:45:38 +00:00
Matthew Wild
2846eb2eb2 util.startup: Execute startup routine inside async context 2018-03-22 16:24:22 +00:00
Kim Alvefur
c7116e7ac8 util.startup: Remove unused loop variable [luacheck] 2018-03-21 16:31:48 +01:00
Kim Alvefur
1ee365769e util.startup: Ignore various globals being read and written as part of startup [luacheck] 2018-03-21 16:30:24 +01:00
Kim Alvefur
963e509586 util.startup: Trim trailing whitespace [luacheck] 2018-03-21 10:26:29 +01:00
Matthew Wild
0003738312 util.startup: Oops, uncomment accidentally-commented code 2018-03-20 16:11:37 +00:00
Matthew Wild
3a8c72b72e prosody, prosodyctl, util.startup: Finally factor out startup-related and common code into a separate module 2018-03-20 16:10:37 +00:00
Matthew Wild
20f8786949 util.startup: Don't die if there are no config warnings to log (thanks buildbot) 2019-03-20 13:44:29 +00:00
Matthew Wild
6fc745f13a util.startup: Log configuration warnings at startup 2019-03-20 12:45:58 +00:00
Matthew Wild
4901e83085 util.startup: Give function a more generic name so it can apply to all warnings 2019-03-20 12:18:34 +00:00