Software /
code /
prosody
Graph
-
mod_muc_mam: Validate that the FORM_TYPE of a query is as expected2019-03-04, by Kim Alvefur
-
mod_muc_mam: Add comment about the tricks done with the 'with' field 0.112019-03-04, by Kim Alvefur
-
util.pubsub: Validate node configuration on node creation (fixes #1328) 0.112019-03-03, by Kim Alvefur
-
Merge 0.11->trunk2019-03-02, by Kim Alvefur
-
core.portmanager: Reduce scope of variable2018-10-10, by Kim Alvefur
-
core.portmanager: Use server.listen API2018-09-13, by Kim Alvefur
-
net.server: New API for creating server listeners2018-09-13, by Kim Alvefur
-
Merge 0.11->trunk2019-02-27, by Kim Alvefur
-
mod_storage_memory: Replace query function with one based on storage_internal (fixes #1322) 0.112019-02-27, by Kim Alvefur
-
MUC: Fire an event to allow affecting decision of whether to allow a role change2019-02-24, by Kim Alvefur
-
MUC: Factor out role change permission check into its own method2019-02-24, by Kim Alvefur
-
Merge 0.11->trunk2019-02-22, by Kim Alvefur
-
prosodyctl: about: Report the current operating system according to uname2018-12-08, by Kim Alvefur
-
net.server_epoll: Increase send_timeout to 3 minutes (to match server_event)2019-02-09, by Kim Alvefur
-
net.server_epoll: Separate timeout for initial connection attempts2019-02-09, by Kim Alvefur
-
Merge 0.11->trunk2019-02-09, by Kim Alvefur
-
net.server_epoll: Rename handshake_timeout to ssl_handshake_timeout (fixes #1319) 0.112019-02-09, by Kim Alvefur
-
net.server_epoll: Use send_timeout for write timout like other implementations (fixes #1316) 0.112019-02-07, by Kim Alvefur
-
Merge 0.11->trunk2019-02-04, by Matthew Wild
-
Merge 0.11->trunk2019-01-28, by Kim Alvefur
-
util.pubsub: Add support for requesting multiple specific items (needed for #1305) 0.112019-01-28, by Kim Alvefur
-
Merge 0.11->trunk2019-01-26, by Kim Alvefur
-
GNUmakefile: Stop Prosody in case of failure in integration-test2019-01-24, by Kim Alvefur
-
Merge 0.11->trunk2019-01-22, by Kim Alvefur
-
mod_websocket: Log an error if cross_domain_websocket = true is set in a VirtualHost section 0.112019-01-22, by Kim Alvefur
-
core.statsmanager: Do a final collection on shutdown2019-01-22, by Kim Alvefur
-
TODO: Remove statistics since this was done in 0.102019-01-21, by Kim Alvefur
-
mod_mam: Fix operator precedence (thanks mimi89999)2019-01-20, by Kim Alvefur
-
Merge 0.11->trunk2019-01-19, by Kim Alvefur
-
mod_websocket: Include the value of cross_domain_websocket in debug message 0.112019-01-18, by Kim Alvefur
-
mod_bosh, mod_websocket: Remove accidentally included dependency on non-existant module2019-01-19, by Kim Alvefur
-
prosodyctl: Fix module.command invocation (thanks woffs)2019-01-18, by Kim Alvefur
-
mod_http: Determine CORS methods to whitelist from actual methods used2019-01-17, by Kim Alvefur
-
mod_http: Set up to handle OPTIONS2019-01-18, by Kim Alvefur
-
mod_websocket: Drop CORS code in favor of that in mod_http2018-10-04, by Kim Alvefur
-
mod_bosh: Drop CORS code in favor of than in mod_http2018-10-04, by Kim Alvefur
-
mod_http: Solve CORS problems once and for all2018-10-04, by Kim Alvefur
-
Merge 0.11->trunk2019-01-17, by Kim Alvefur
-
Merge 0.11->trunk2019-01-17, by Kim Alvefur
-
mod_presence: Revert empty 'to' attribute of presence before presence/initial event (fixes #1296) 0.112019-01-17, by Kim Alvefur
-
core.s2smanager: Add stub reset_stream method to destroyed sessions2019-01-16, by Kim Alvefur
-
mod_admin_telnet: sttas:show: Use format option that allows float numbers2019-01-16, by Kim Alvefur
-
util.http: Fix decoding of uppercase URL encoded chars2019-01-16, by Kim Alvefur
-
mod_c2s, mod_s2s, mod_component: Log invalid XML escaped (fixes #734)2019-01-15, by Kim Alvefur
-
mod_storage_memory: Implement :user iteration API2019-01-13, by Kim Alvefur
-
prosodyctl: Use the same runtime for starting prosody2019-01-10, by Kim Alvefur
-
util.prosodyctl: Allow passing path to Lua runtime to the start() function2019-01-10, by Kim Alvefur
-
prosodyctl: Pass the original argv table to subcommands (with first argument removed)2019-01-10, by Kim Alvefur
-
GNUmakefile: Add target for running scansion2019-01-10, by Kim Alvefur
-
Merge 0.11->trunk2019-01-10, by Kim Alvefur
-
Merge 0.11->trunk2019-01-07, by Matthew Wild
-
Added tag 0.10.3 for changeset bb8486491b482018-11-28, by Matthew Wild
-
Merge 0.11->trunk2019-01-07, by Kim Alvefur
-
mod_csi_simple: Consider messages encrypted payload as important (fixes part of #1250) 0.112019-01-06, by Kim Alvefur
-
mod_csi_simple: Consider messages with subject (eg MUC joins) (fixes part of #1250) 0.112019-01-06, by Kim Alvefur
-
mod_csi_simple: Unpack Carbons-forwarded messages (fixes part of #1250) 0.112019-01-06, by Kim Alvefur
-
mod_csi_simple: Consider messages forwarded from another of the users clients as important (fixes part of #1250) 0.112019-01-06, by Kim Alvefur
-
MUC: Rename import to avoid name clash [luacheck]2019-01-06, by Kim Alvefur
-
Merge with jonas2019-01-06, by Kim Alvefur
-
Merge 0.11->trunk2019-01-06, by Kim Alvefur
-
MUC: add ID to message if no ID is present2019-01-06, by Jonas Wielicki
-
mod_http_errors: Normalize CSS2019-01-06, by Kim Alvefur
-
util.http: Pre-generate urlencoding mappings (optimization)2019-01-06, by Kim Alvefur
-
mod_mam: Handle expiry of messages that expire in the middle of the cut-off day2019-01-06, by Kim Alvefur
-
mod_mam: Measure how long it takes to run the message expiry job job2019-01-06, by Kim Alvefur
-
mod_admin_telnet: Sort stats by name2019-01-04, by Kim Alvefur
-
mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful)2019-01-04, by Kim Alvefur
-
mod_admin_telnet: config:get: Assume the global section if only one argument is given2019-01-04, by Kim Alvefur
-
mod_admin_telnet: Remove the long gone 'section' argument in the undocumented config:get command2019-01-04, by Kim Alvefur
-
mod_mam: Fix word order in log message2019-01-04, by Kim Alvefur
-
mod_mam: Perform message expiry based on building an index by date2019-01-03, by Kim Alvefur
-
core.moduleapi: Use convenience function for creating error object from stanza2018-12-30, by Kim Alvefur
-
util.error: Add a function for creating an error object from an error stanza2018-12-30, by Kim Alvefur
-
core.moduleapi: Use util.error for :send_iq errors2018-12-30, by Kim Alvefur
-
core.moduleapi: Move util imports to top2018-12-30, by Kim Alvefur
-
util.error: Add new util library for structured errors2018-12-30, by Matthew Wild
-
util.promise: Remove references to callbacks after settling promise2018-12-30, by Kim Alvefur
-
luacheckrc: Teach luacheck about the new module:send_iq() API2018-12-30, by Kim Alvefur
-
Merge 0.11->trunk2018-12-29, by Kim Alvefur
-
util.pubsub: Restore subscription index from stored data (fixes #1281) 0.112018-12-29, by Kim Alvefur
-
mod_admin_telnet: Validate hostnames in xmpp:ping command2018-12-29, by Kim Alvefur
-
mod_tls: Keep TLS context errors and repeat them again for each session2018-12-27, by Kim Alvefur
-
mod_c2s: Improve log message in case there are no stream features on offer (thanks hexa)2018-12-27, by Kim Alvefur
-
mod_saslauth: Improve log message when no SASL mechanisms offered (thanks hexa)2018-11-24, by Kim Alvefur
-
spec: Stub tests for util.interpolation2018-03-10, by Kim Alvefur
-
mod_admin_telnet: Make xmpp:ping command wait and report the reply2018-12-28, by Kim Alvefur
-
mod_admin_telnet: Enable async processing using util.async2018-12-27, by Kim Alvefur
-
mod_admin_telnet: Invert host existence check2018-12-28, by Kim Alvefur
-
core.moduleapi: Add a promise-based API for tracking IQ stanzas (fixes #714)2018-12-28, by Kim Alvefur
Scroll all the way down to load more.