Software /
code /
prosody
Graph
-
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
-
util.stanza: Require a type attribute for iq stanzas2018-12-28, by Kim Alvefur
-
net.adns: Silence individual luacheck warnings instead of ignoring entire file2018-12-24, by Kim Alvefur
-
Merge 0.11->trunk2018-12-23, by Kim Alvefur
-
mod_mam: Only accept valid JIDs in <always/> and <never/> prefs. (fixes #1275) 0.112018-12-23, by Emmanuel Gil Peyrot
-
util.table: Add test for create()2018-12-23, by Kim Alvefur
-
util.table: Add test for pack()2018-12-23, by Kim Alvefur
-
mod_pubsub: Split line in config check to improve readability2018-12-23, by Kim Alvefur
-
mod_pubsub: Change order of luacheck directives to match arguments they apply to2018-12-23, by Kim Alvefur
-
mod_pep: Set an 'id' on notifications2018-12-23, by Kim Alvefur
-
mod_pep: Add some spacing between blocks in broadcaster to improve readability2018-12-23, by Kim Alvefur
-
mod_pep: Move broadcaster code around to be more like in mod_pubsub2018-12-23, by Kim Alvefur
-
mod_pubsub: Add semicolon (code style)2018-12-23, by Kim Alvefur
-
Merge 0.11->trunk2018-12-20, by Kim Alvefur
-
Merge 0.11->trunk2018-12-19, by Matthew Wild
-
MUC: Adjust priorities of muc-get-default-role handlers (fixes #1272) 0.112018-12-19, by Matthew Wild
-
Merge 0.11->trunk2018-12-19, by Matthew Wild
-
Merge 0.11 -> trunk2018-12-19, by Matthew Wild
-
admin_telnet: show when bidi is used on s2s2018-12-18, by Maxime “pep” Buquet
-
Merge 0.11->trunk2018-12-17, by Kim Alvefur
-
prosodyctl check: Add statisticsmanager settings to known global options 0.112018-12-17, by Kim Alvefur
-
MUC: Test that subject is still empty after sending a non-subject change message with a subject (#667)2018-12-16, by Kim Alvefur
-
MUC: Add descriptive comments to #667 test2018-12-16, by Kim Alvefur
-
MUC: Add another message to #667 test2018-12-16, by Kim Alvefur
-
core.rostermanager: Cache rosters of offline users for faster access (fixes #1233)2018-12-16, by Kim Alvefur
-
Merge 0.11->trunk2018-12-15, by Kim Alvefur
-
MUC: Fix traceback when requesting voice (fixes #1269) (thanks jonas’) 0.112018-12-15, by Kim Alvefur
-
spec/scansion/prosody.cfg.lua: Add remaining modules listened in prosody.cfg.lua.dist for easier comparisons2018-12-11, by Kim Alvefur
-
spec/scansion/prosody.cfg.lua: Replace mod_vcard with mod_vcard4 and mod_vcard_legacy as in default config2018-12-11, by Kim Alvefur
-
spec/scansion/prosody.cfg.lua: Update a comment from prosody.cfg.lua.dist for easier comparisons2018-12-11, by Kim Alvefur
-
Merge 0.11->trunk2018-12-09, by Kim Alvefur
-
util.datetime: Make sure timezone difference is calculated correctly (fixes #1262) 0.112018-12-09, by Kim Alvefur
-
net.connlisteners: Remove deprecated stub module2018-12-09, by Kim Alvefur
-
net.server_epoll: Bail on callback error2018-12-08, by Kim Alvefur
-
net.server_epoll: Call onconnect right after accept()ing a new client2018-12-08, by Kim Alvefur
-
luacheckrc: No longer ignore access to undefined fields on table lib2018-12-08, by Kim Alvefur
-
util.format: Serialize values for the %q format2018-10-11, by Kim Alvefur
-
lint: Remove use of the 143 error code2018-12-08, by Kim Alvefur
-
various: Don't rely on _G.unpack existing2018-12-08, by Kim Alvefur
-
lint: No longer ignore access to the deprecated global 'unpack'2018-12-08, by Kim Alvefur
-
luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabled2018-12-08, by Kim Alvefur
-
util.iterators: Use pack from table.pack2018-12-08, by Kim Alvefur
-
util.format: Use pack from util.table2018-12-08, by Kim Alvefur
-
moduleapi: Use pack from util.table2018-12-08, by Kim Alvefur
-
MUC: Add test case for #6672018-12-06, by Kim Alvefur
-
MUC/subject: Don't consider messages with <body> or <subject> (fixes #667)2018-12-04, by Kim Alvefur
-
makefile: Allow configuring path to busted (to match GNUMakefile)2018-12-04, by Matthew Wild
Scroll all the way down to load more.