Commit Graph

9614 Commits (dc1690029d807c815be87f0f94de383decef52b0)
 

Author SHA1 Message Date
Kim Alvefur dc1690029d MUC: Fix traceback on muc#admin query with missing <item> child (#1242) 7 years ago
Matthew Wild 2ee6a5edc1 Added tag 0.11.0 for changeset 83f3a05c1b1b 7 years ago
Matthew Wild 5bae7b1c3d CHANGES: Update with release date 7 years ago
Matthew Wild 5469ccab07 prosody.cfg.lua.dist: Tidy up some comments 7 years ago
Matthew Wild e2d3f5bef8 prosody.cfg.lua.dist: Add https_certificate option 7 years ago
Kim Alvefur 72decbc631 net.server_select: Fix IP validation to use correct variable (thanks quest) 7 years ago
Kim Alvefur 320392f1d1 mod_csi_simple: Consider non-stanza objects important 7 years ago
Kim Alvefur 301cad9b16 mod_csi_simple: Skip delay tags on objects other than stanzas (thanks quest) 7 years ago
Kim Alvefur a83cf53a22 util.stanza: Validate input to clone() (with brief tests) 7 years ago
Matthew Wild 7a66697c6a mod_storage_sql: Catch errors during schema upgrade (thanks Nothing4You) 7 years ago
Matthew Wild 38c120dafe MUC: Use defaults from config in create_room() if no config provided 7 years ago
Matthew Wild f3a77676cd net.http.server: Move event formation to avoid traceback on missing Host header 7 years ago
Kim Alvefur 516ff74035 spec/scansion/prosody.cfg.lua: Add comment about mod_scansion_record 7 years ago
Kim Alvefur 95b1972f35 MUC: Add scanison test case for #1230 7 years ago
Kim Alvefur e2e5083548 mod_scansion_record: Split stanzas into multiple lines 7 years ago
Kim Alvefur f8707c242b mod_scansion_record: Discard from/to where these are implicitly the sessions full JID 7 years ago
Kim Alvefur e5cb282f6c util.sql: Switch from hacky multi-arg xpcall implementation to util.xpcall 7 years ago
Kim Alvefur 4dcb48996d MUC: Allow anyone read access to all affiliation lists in non-anonymous rooms (fixes #1230) 7 years ago
Kim Alvefur ffff93c343 MUC: Clarify condition with parenthesis 7 years ago
Kim Alvefur c500a82e46 net.http: Manually merge settings (fixes #1231) 7 years ago
Kim Alvefur 88b509b835 mod_storage_memory: Support the purge driver method 7 years ago
Kim Alvefur ae95505bb9 mod_register: Move dependency on mod_register_limits into mod_register_ibr 7 years ago
Matthew Wild 7d020141b2 issue1224.scs: Fix to expect new affiliation change notifications 7 years ago
Matthew Wild 29d7bdbddf issue1224.scs: Update title 7 years ago
Matthew Wild 4a756fa1fa MUC: Add luacheck annotation for unused parameter in filter function 7 years ago
Matthew Wild 3d94d0aa51 muc_affiliation_notify.scs: Remove trailing whitespace 7 years ago
Matthew Wild b2e5f148eb muc_register.scs: Fix to expect new affiliation change notifications 7 years ago
Matthew Wild c19a8ef9ff MUC: Announce affiliation changes for JIDs that are not in the room 7 years ago
Kim Alvefur 18a51e456f pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) 7 years ago
Matthew Wild 65b03e973d spec/scansion: Add pep_publish_subscribe (fixes #1222) 7 years ago
Kim Alvefur c2c0ea12f2 prosody.cfg.lua.dist: Replace old vcard module with new ones 7 years ago
Kim Alvefur 02bd676d54 prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section 7 years ago
Kim Alvefur aca11a9c5f prosody.cfg.lua.dist: Mention that mod_pep handles avatars 7 years ago
Kim Alvefur 8bcf7d9d09 prosody.cfg.lua.dist: Add mod_csi_simple 7 years ago
Kim Alvefur 9386bcbd2a mod_csi_simple: Import modified version of mod_csi_pump from prosody-modules 7 years ago
Kim Alvefur 2a7e29c6c3 CHANGES: Mention mod_csi 7 years ago
Kim Alvefur 1477498c41 mod_storage_sql1: Remove pre-0.10 SQL module 7 years ago
Kim Alvefur 0002b7b62f util.sslconfig: Recognise TLS 1.3 as a protocol version 7 years ago
Kim Alvefur 0fb09c9328 CHANGES: Update with new branch 7 years ago
Kim Alvefur 083367fa30 Diverge 0.11 7 years ago
Kim Alvefur e0a5c81fb0 net.server_epoll: Shuffle variables earlier to improve readability 7 years ago
Kim Alvefur 6156a086d2 mod_ping, mod_uptime: Use module:provides 7 years ago
Kim Alvefur cb3b1c47b1 mod_adhoc: Add compat marker for older handling of adhoc items 7 years ago
Kim Alvefur 52551bb262 util.serialization: Encode non-fatal error in way that can be restored 7 years ago
Kim Alvefur f52dc4985c util.serialization: Rename non-fatal fallback handler for clarity 7 years ago
Kim Alvefur 108f6557fd util.serialization: Disable use of unquoted table keys by default 7 years ago
Kim Alvefur 669ab61ecd util.serialization: Add option for allowing multiple references to the same table (but not cycles) 7 years ago
Kim Alvefur f08a141337 util.serialization: Test rejection of multiple references to same table 7 years ago
Kim Alvefur fe4440f497 util.serialization: Separate errors for multiple table references and max depth 7 years ago
Kim Alvefur 956b687a20 util.serialization: Make maximum table depth configurable 7 years ago