Software /
code /
prosody
Graph
-
GNUMakefile: Add note about how to list coverage of individual files2018-04-30, by Matthew Wild
-
net.server: Add watchfd, a simple API for watching file descriptors2018-05-09, by Kim Alvefur
-
MUC: Introduce an event to allow plugins to influence which messages are added to history2018-05-07, by Kim Alvefur
-
MUC: Move condition for what gets added to history so that other modules benefit (thanks jcbrand)2018-05-07, by Kim Alvefur
-
net.server_epoll: Guard against connection missing the getpeername method (thanks LuaSec)2018-05-02, by Kim Alvefur
-
net.server_epoll: Retry retrieving peername once connected2018-05-02, by Kim Alvefur
-
net.server_epoll: Handle connection being closed and destroyed in onconnect callback2018-05-02, by Kim Alvefur
-
net.resolvers.basic: Support IP address literals2018-05-02, by Kim Alvefur
-
mod_privacy: Silence long line warning [luacheck]2018-05-02, by Kim Alvefur
-
mod_admin_adhoc: Silence various harmless warnings [luacheck]2018-05-01, by Kim Alvefur
-
mod_admin_adhoc: Rename loop variable to avoid name clash [luacheck]2018-05-01, by Kim Alvefur
-
mod_admin_adhoc: Rename variable to avoid name clash [luacheck]2018-05-01, by Kim Alvefur
-
mod_admin_adhoc: Remove unused initial values [luacheck]2018-05-01, by Kim Alvefur
-
mod_admin_adhoc: Split a long line (improves readability) [luacheck]2018-05-01, by Kim Alvefur
-
mod_legacyauth: Split a long line [luacheck]2018-05-01, by Kim Alvefur
-
mod_bosh: Fix inconsistent whitespace [luacheck]2018-05-01, by Kim Alvefur
-
util.async: Add helper methods for setting watchers2018-04-30, by Matthew Wild
-
mod_bosh: Fix for 7be8f649d97d to skip error handling and allow other modules to handle the request2018-04-29, by Matthew Wild
-
mod_c2s: Add a counter for IPv6.2017-09-09, by Emmanuel Gil Peyrot
-
mod_s2s: Add a counter for IPv6.2017-09-09, by Emmanuel Gil Peyrot
-
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
-
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
Scroll all the way down to load more.