Merge 0.10->trunk
|
Matthew Wild |
2018-06-07 |
util.startup: Don't initialize global protection for prosodyctl, for now
|
Matthew Wild |
2018-04-18 |
util.startup: Force console logging before initializing logging (see 2fdeb979cc7c)
|
Kim Alvefur |
2018-04-14 |
util.startup: Initialize logging immediately after configuration is read (which is how it used to work)
|
Matthew Wild |
2018-04-10 |
util.startup/prosodyctl: Delay enabling global protection until last (silences warning about CFG_PLUGINDIR)
|
Kim Alvefur |
2018-04-06 |
util.startup: Fix traceback due to both plugin path becoming nil if plugin_paths is unset
|
Kim Alvefur |
2018-04-06 |
Fix spelling throughout the codebase [codespell]
|
Kim Alvefur |
2018-02-04 |
util.startup: Set up event hooks for reloading logging here instead of in loggingmanager to simplify startup dependencies
|
Kim Alvefur |
2018-04-05 |
util.startup: Initialize prosody.log / _G.log here instead of in loggingmanager to reduce dependencies
|
Kim Alvefur |
2018-04-05 |
util.startup: Initialize logging earlier, so that messages from eg net.server are shown
|
Kim Alvefur |
2018-04-05 |
util.startup: Access the hosts table via the prosody global for consistency
|
Kim Alvefur |
2018-03-29 |
util.startup: Use own logger instead of the possibly not available yet _G.log
|
Kim Alvefur |
2018-04-05 |
util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded
|
Kim Alvefur |
2018-04-05 |
util.startup: Initialize the 'prosody' global earlier (various things needs the global util.events instance)
|
Kim Alvefur |
2018-03-29 |
util.startup: Factor out processing of plugin and data paths into a separate functions
|
Kim Alvefur |
2018-03-29 |
configmanager: Move firing of the 'config-reloaded' event into util.startup (fixes #1117)
|
Kim Alvefur |
2018-03-25 |
util.startup: Read version for prosodyctl (restores version in 'about' command)
|
Kim Alvefur |
2018-03-24 |
prosody, util.startup: Switch from async.once() to long-lived thread, to avoid GC
|
Matthew Wild |
2018-03-23 |
util.startup: Expose make_host() function
|
Matthew Wild |
2018-03-22 |
util.startup: Expose user switching information via prosody global object
|
Matthew Wild |
2018-03-22 |
util.startup: Fix variable usage [luacheck]
|
Matthew Wild |
2018-03-22 |
util.startup: Move original_logging_config to a local variable
|
Matthew Wild |
2018-03-22 |
util.startup: Restore user switching
|
Matthew Wild |
2018-03-22 |
util.startup: Fix chdir() to use correct path variable
|
Matthew Wild |
2018-03-22 |
util.startup: Execute startup routine inside async context
|
Matthew Wild |
2018-03-22 |
util.startup: Remove unused loop variable [luacheck]
|
Kim Alvefur |
2018-03-21 |
util.startup: Ignore various globals being read and written as part of startup [luacheck]
|
Kim Alvefur |
2018-03-21 |
util.startup: Trim trailing whitespace [luacheck]
|
Kim Alvefur |
2018-03-21 |
util.startup: Oops, uncomment accidentally-commented code
|
Matthew Wild |
2018-03-20 |
prosody, prosodyctl, util.startup: Finally factor out startup-related and common code into a separate module
|
Matthew Wild |
2018-03-20 |