Software /
code /
prosody
Graph
-
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
Scroll all the way down to load more.