Software /
code /
prosody
Graph
-
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
-
util.promise: Remove the non-standard ability to pass a promise to reject()2018-10-26, by Matthew Wild
Scroll all the way down to load more.