Log

description author age
util.startup: Initialize logging earlier, so that messages from eg net.server are shown Kim Alvefur 2018-04-05
prosodyctl: Use prosody.hosts instead of _G.hosts Kim Alvefur 2018-03-29
core: Use prosody.hosts instead of _G.hosts for consistency Kim Alvefur 2018-03-29
luacheckrc: Forget about _G.hosts, things should use _G.prosody.hosts Kim Alvefur 2018-03-29
util.startup: Access the hosts table via the prosody global for consistency Kim Alvefur 2018-03-29
prosody: Use prosody.log instead of _G.log because it looks nicer Kim Alvefur 2018-04-05
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
net.server: Init a local logger (fixes traceback on attempt to warn about missing luaevent due to later loggingmanager initialization) Kim Alvefur 2018-04-05
luacheckrc: Remove allowance for the global log() since it may not exist as early as before Kim Alvefur 2018-04-05
Merge 0.10 -> trunk Matthew Wild 2018-04-04
CHANGES: Normalize syntax Kim Alvefur 2018-04-02
Merge 0.10 -> trunk Matthew Wild 2018-04-04
net.http: Fix parameter order to http request callbacks Matthew Wild 2018-04-04
MUC: Don't reply to errors with more errors (fixes #1122) Kim Alvefur 2018-03-28
MUC: Say something about storage failure before aborting (see #1091) Kim Alvefur 2018-03-12