Software /
code /
prosody
Graph
-
util.timer: Ensure we don't try to schedule negative timeouts (which rightly upset libevent). Fixes #11352018-04-29, by Matthew Wild
-
util.events: Add more tests (100% line coverage)2018-04-25, by Matthew Wild
-
util.events: Add tests2018-04-24, by Matthew Wild
-
Merge 0.10->trunk2018-04-24, by Matthew Wild
-
util.events: Fix loop construct (negative step required)2018-04-24, by Matthew Wild
-
mod_http_files: Correct cache insertion (fixes #1130)2018-04-17, by Kim Alvefur
-
util.startup: Don't initialize global protection for prosodyctl, for now2018-04-18, by Matthew Wild
-
util.startup: Force console logging before initializing logging (see 2fdeb979cc7c)2018-04-14, by Kim Alvefur
-
MUC: Move something into empty if branch2018-03-09, by Kim Alvefur
-
mod_pep_plus: Skip getting PEP service instance for sessions that have not touched PEP2018-04-11, by Kim Alvefur
-
mod_bosh: Increase number of stored responses to ensure we always keep responses within the rid window available2018-04-11, by Matthew Wild
-
net.server_event: Don't close servers if just quitting the loop once2018-04-10, by Matthew Wild
-
loggingmanager: Remove luacheck annotations for global log functions that are now set in util.startup2018-04-10, by Kim Alvefur
-
net.server_select: Allow setquitting("once") to allow resuming the loop later2018-04-10, by Matthew Wild
-
util.startup: Initialize logging immediately after configuration is read (which is how it used to work)2018-04-10, by Matthew Wild
-
mod_bosh: Improve connection robustness with better handling of unexpected rids2018-04-10, by Matthew Wild
-
mod_bosh: Some additonal comments to improve code readability2018-04-10, by Matthew Wild
-
mod_bosh: Whitespace2018-04-10, by Matthew Wild
-
mod_bosh: Improve logging - parse errors will now log through the session logger if possible2018-04-10, by Matthew Wild
-
mod_bosh: Improve logging on session close (reason may be a table with params)2018-04-10, by Matthew Wild
-
Merge 0.10->trunk2018-04-10, by Kim Alvefur
-
mod_register_limits: Promote log message about inability to apply black/whitelists to a warning2018-04-09, by Kim Alvefur
-
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
Scroll all the way down to load more.