Software /
code /
prosody
Log
description | author | age |
---|---|---|
core: Use prosody.hosts instead of _G.hosts for consistency | Kim Alvefur | Thu, 29 Mar 2018 16:58:06 +0200 |
luacheckrc: Forget about _G.hosts, things should use _G.prosody.hosts | Kim Alvefur | Thu, 29 Mar 2018 16:42:24 +0200 |
util.startup: Access the hosts table via the prosody global for consistency | Kim Alvefur | Thu, 29 Mar 2018 16:38:35 +0200 |
prosody: Use prosody.log instead of _G.log because it looks nicer | Kim Alvefur | Thu, 05 Apr 2018 16:00:00 +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 |
net.server: Init a local logger (fixes traceback on attempt to warn about missing luaevent due to later loggingmanager initialization) | Kim Alvefur | Thu, 05 Apr 2018 15:58:08 +0200 |