Software /
code /
prosody
Graph
-
mod_register_limits: Change debug message wording, there's no user yet2018-04-09, by Kim Alvefur
-
mod_register_limits: Use existing local variable2018-04-09, by Kim Alvefur
-
mod_register_ibr: Return a textual error to the user for problems with parsing form data2018-04-09, by Kim Alvefur
-
mod_register_ibr: Reshape the code using early returns to reduce needless indentation2018-04-07, by Kim Alvefur
-
util.ringbuffer: Fix typo in comment [codespell]2018-04-06, by Kim Alvefur
-
util.startup/prosodyctl: Delay enabling global protection until last (silences warning about CFG_PLUGINDIR)2018-04-06, by Kim Alvefur
-
util.startup: Fix traceback due to both plugin path becoming nil if plugin_paths is unset2018-04-06, by Kim Alvefur
-
net.connlisteners: Remove duplicated field in exports [luacheck]2018-04-05, by Kim Alvefur
-
Merge 0.10->trunk2018-04-05, by Kim Alvefur
-
net.http: Import setmetatable into local scope (fixes #1125)2018-04-05, by Kim Alvefur
-
mod_ping: Ignore unused arguments [luacheck]2018-04-05, by Kim Alvefur
-
Fix spelling throughout the codebase [codespell]2018-02-04, by Kim Alvefur
-
luacheckrc: No longer ignore use of the global 'server' (net.server)2018-04-05, by Kim Alvefur
-
prosody: Get net.server via requre to avoid relying on globals2018-04-05, by Kim Alvefur
-
mod_muc_mam: Save the MUC <x> on recorded join stanzas2018-03-24, by Kim Alvefur
-
mod_muc_mam: Let muc/history.lib decide which messages to store2018-03-24, by Kim Alvefur
-
mod_muc_mam: Remove 0.10 compat code2017-12-12, by Kim Alvefur
-
mod_muc_mam: Import mod_mam_muc from prosody-modules ba6466fa68232018-04-02, by Kim Alvefur
-
util.startup: Initialize prosody.log / _G.log here instead of in loggingmanager to reduce dependencies2018-04-05, by Kim Alvefur
-
util.startup: Initialize logging earlier, so that messages from eg net.server are shown2018-04-05, by Kim Alvefur
-
prosodyctl: Use prosody.hosts instead of _G.hosts2018-03-29, by Kim Alvefur
-
core: Use prosody.hosts instead of _G.hosts for consistency2018-03-29, by Kim Alvefur
-
luacheckrc: Forget about _G.hosts, things should use _G.prosody.hosts2018-03-29, by Kim Alvefur
-
util.startup: Access the hosts table via the prosody global for consistency2018-03-29, by Kim Alvefur
-
prosody: Use prosody.log instead of _G.log because it looks nicer2018-04-05, by Kim Alvefur
-
util.startup: Use own logger instead of the possibly not available yet _G.log2018-04-05, by Kim Alvefur
Scroll all the way down to load more.