Software /
code /
prosody
Graph
-
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
-
makefile: Add lint target (to match GNUMakefile)2018-12-04, by Matthew Wild
-
util.pposix: Don't define POSIX_C_SOURCE on FreeBSD to ensure visibility of initgroups()2018-12-04, by Matthew Wild
-
util.time: Bump POSIX_C_SOURCE to ensure visibility of CLOCK_MONOTONIC on FreeBSD (fixes #1253)2018-12-04, by Matthew Wild
-
configure: Refactor header search to make it more portable2018-12-03, by Matthew Wild
-
configure: Also look for lua.h in a directory with the same suffix as the interpreter (FreeBSD-friendly)2018-12-03, by Matthew Wild
-
mod_presence: Handle older boolean subscription request data (thanks Martin)2018-12-02, by Kim Alvefur
-
mod_presence: Remove unnecessary stanza clone call2018-12-02, by Kim Alvefur
-
Merge 0.11->trunk2018-12-02, by Kim Alvefur
-
mod_vcard_legacy: Limit injection of XEP-0153 to normal presence (fixes #1252) 0.112018-11-30, by Kim Alvefur
-
rostermanager, mod_presence: Store stanza for incoming subscription requests (fixes #689) (thanks Zash, Ge0rG)2018-12-01, by Matthew Wild
-
spec/keep_full_sub_req: Make the second connect a differenct device (workaround for scansion issue)2018-12-01, by Kim Alvefur
-
spec/keep_full_sub_req: Verify that the presence subscription stays the same after a reconnect2018-12-01, by Kim Alvefur
-
spec/keep_full_sub_req: Add missing type attribute2018-12-01, by Kim Alvefur
-
tests: Add scansion test for #689 about keeping the full subscription request stanza2018-11-30, by Kim Alvefur
-
Merge 0.11->trunk2018-11-30, by Kim Alvefur
-
Merge 0.11->trunk2018-11-30, by Kim Alvefur
-
util-src/makefile: Update with util.poll and util.compat (fixes #1251) 0.112018-11-30, by Kim Alvefur
-
net.websocket.frames: Prefer Lua 5.2 built-in bit module over LuaJIT version2018-11-29, by Kim Alvefur
-
configure: Recognise 5.4 as a valid Lua version2018-11-29, by Kim Alvefur
-
configure: Split list of possible suffixes into a line per Lua version2018-11-29, by Kim Alvefur
-
util.format: Tweak how nil values are handled2018-11-28, by Kim Alvefur
-
Merge 0.11->trunk2018-11-27, by Kim Alvefur
-
Merge 0.11->trunk2018-11-27, by Kim Alvefur
-
mod_csi_simple: Bypass importance event in active mode (fixes #1249) 0.112018-11-27, by Kim Alvefur
-
mod_csi_simple: Don't set <delay> stamps on <iq> stanzas (fixes #1248) 0.112018-11-27, by Kim Alvefur
-
MUC: Move check for explicit room join earlier in room creation flow2018-11-27, by Kim Alvefur
-
Merge 0.11->trunk2018-11-26, by Kim Alvefur
-
mod_csi_simple: Use the same event name when firing as when hooking (fixes #1245) 0.112018-11-25, by Kim Alvefur
-
mod_proxy65: Return an error if no port is open (fixes #1240)2018-11-25, by Kim Alvefur
-
Merge 0.11->trunk2018-11-25, by Kim Alvefur
-
MUC: Fix traceback on muc#admin query with missing <item> child (#1242) 0.112018-11-25, by Kim Alvefur
-
Merge 0.11->trunk2018-11-18, by Kim Alvefur
-
net.server_select: Fix IP validation to use correct variable (thanks quest) 0.112018-11-17, by Kim Alvefur
-
Merge 0.11->trunk2018-11-17, by Kim Alvefur
-
mod_csi_simple: Skip delay tags on objects other than stanzas (thanks quest) 0.112018-11-17, by Kim Alvefur
-
Merge 0.11->trunk2018-11-15, by Matthew Wild
-
mod_storage_sql: Catch errors during schema upgrade (thanks Nothing4You) 0.112018-11-15, by Matthew Wild
-
Merge 0.11->trunk2018-11-15, by Matthew Wild
-
MUC: Use defaults from config in create_room() if no config provided 0.112018-11-15, by Matthew Wild
-
Merge 0.11->trunk2018-11-13, by Matthew Wild
-
net.http.server: Move event formation to avoid traceback on missing Host header 0.112018-11-13, by Matthew Wild
-
Merge 0.11->trunk2018-11-12, by Kim Alvefur
-
spec/scansion/prosody.cfg.lua: Add comment about mod_scansion_record 0.112018-11-12, by Kim Alvefur
-
Merge 0.11->trunk2018-11-12, by Kim Alvefur
-
mod_scansion_record: Discard from/to where these are implicitly the sessions full JID 0.112018-11-12, by Kim Alvefur
-
Merge 0.11->trunk2018-11-11, by Kim Alvefur
-
util.sql: Switch from hacky multi-arg xpcall implementation to util.xpcall 0.112018-11-11, by Kim Alvefur
-
MUC: Fix spelling in comments2018-11-10, by Kim Alvefur
-
Merge 0.11->trunk2018-11-09, by Kim Alvefur
-
MUC: Allow anyone read access to all affiliation lists in non-anonymous rooms (fixes #1230) 0.112018-11-09, by Kim Alvefur
-
Merge 0.11->trunk2018-11-07, by Kim Alvefur
-
mod_register: Move dependency on mod_register_limits into mod_register_ibr 0.112018-11-07, by Kim Alvefur
-
mod_pep: Remove incorrect features advertised on the bare host2018-11-01, by Kim Alvefur
-
Merge 0.11->trunk2018-10-31, by Matthew Wild
-
MUC: Add luacheck annotation for unused parameter in filter function 0.112018-10-31, by Matthew Wild
-
muc_register.scs: Fix to expect new affiliation change notifications 0.112018-10-31, by Matthew Wild
-
Merge 0.11->trunk2018-10-31, by Matthew Wild
-
MUC: Announce affiliation changes for JIDs that are not in the room 0.112018-10-31, by Matthew Wild
-
Merge 0.11->trunk2018-10-30, by Kim Alvefur
-
pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) 0.112018-10-30, by Kim Alvefur
-
Merge 0.11->trunk2018-10-30, by Matthew Wild
-
net.server_epoll: Use method to update peername on connect2018-10-29, by Kim Alvefur
-
mod_csi_simple: Import modified version of mod_csi_pump from prosody-modules 0.112018-10-29, by Kim Alvefur
-
net.server_epoll: Reschedule delayed timers relative to current time2018-10-28, by Kim Alvefur
-
Merge 0.11->trunk2018-10-28, by Kim Alvefur
-
net.server: Add an API for holding writes of outgoing data2018-10-25, by Kim Alvefur
-
net.server_select: Still allow buffering outgoing data on write-locked connections2018-10-28, by Kim Alvefur
-
net.server_select: Replace use of deprecated :lock_read in server.link2018-10-28, by Kim Alvefur
-
net.server_select: Deprecate :lock method2018-10-28, by Kim Alvefur
-
server_select: Fix :lock method2018-10-28, by Kim Alvefur
-
net.server_select: Move code from :lock_read into :pause and :resume2018-10-28, by Kim Alvefur
-
net.server_event: Deprecate :lock_read here too2018-10-28, by Kim Alvefur
-
net.server_select: Deprecate connection:lock_read() method2018-10-28, by Kim Alvefur
-
net.server_epoll: Shuffle variables earlier to improve readability2018-10-27, by Kim Alvefur
-
mod_ping, mod_uptime: Use module:provides2018-10-27, by Kim Alvefur
-
mod_adhoc: Add compat marker for older handling of adhoc items2018-10-27, by Kim Alvefur
-
util.serialization: Encode non-fatal error in way that can be restored2018-10-27, by Kim Alvefur
-
util.serialization: Rename non-fatal fallback handler for clarity2018-10-27, by Kim Alvefur
-
util.serialization: Disable use of unquoted table keys by default2018-10-27, by Kim Alvefur
-
util.serialization: Add option for allowing multiple references to the same table (but not cycles)2018-10-27, by Kim Alvefur
-
util.serialization: Test rejection of multiple references to same table2018-10-27, by Kim Alvefur
-
util.serialization: Separate errors for multiple table references and max depth2018-10-27, by Kim Alvefur
-
util.serialization: Make maximum table depth configurable2018-10-27, by Kim Alvefur
-
modulemanager: Fix issues introduced in previous commit acf74ad0b795 [thanks luacheck, scansion]2018-10-26, by Matthew Wild
-
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall2018-10-26, by Matthew Wild
-
util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.12018-10-26, by Matthew Wild
-
util.dependencies: Remove ztact compatability warning2018-10-26, by Matthew Wild
-
util.promise: Switch from pcall to xpcall to get tracebacks on exceptions2018-10-26, by Matthew Wild
Scroll all the way down to load more.