Commit Graph

9587 Commits (c19a8ef9ff319d31991e1dd8a23bdd9efb9389bb)
 

Author SHA1 Message Date
Matthew Wild c19a8ef9ff MUC: Announce affiliation changes for JIDs that are not in the room 8 years ago
Kim Alvefur 18a51e456f pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) 8 years ago
Matthew Wild 65b03e973d spec/scansion: Add pep_publish_subscribe (fixes #1222) 8 years ago
Kim Alvefur c2c0ea12f2 prosody.cfg.lua.dist: Replace old vcard module with new ones 8 years ago
Kim Alvefur 02bd676d54 prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section 8 years ago
Kim Alvefur aca11a9c5f prosody.cfg.lua.dist: Mention that mod_pep handles avatars 8 years ago
Kim Alvefur 8bcf7d9d09 prosody.cfg.lua.dist: Add mod_csi_simple 8 years ago
Kim Alvefur 9386bcbd2a mod_csi_simple: Import modified version of mod_csi_pump from prosody-modules 8 years ago
Kim Alvefur 2a7e29c6c3 CHANGES: Mention mod_csi 8 years ago
Kim Alvefur 1477498c41 mod_storage_sql1: Remove pre-0.10 SQL module 8 years ago
Kim Alvefur 0002b7b62f util.sslconfig: Recognise TLS 1.3 as a protocol version 8 years ago
Kim Alvefur 0fb09c9328 CHANGES: Update with new branch 8 years ago
Kim Alvefur 083367fa30 Diverge 0.11 8 years ago
Kim Alvefur e0a5c81fb0 net.server_epoll: Shuffle variables earlier to improve readability 8 years ago
Kim Alvefur 6156a086d2 mod_ping, mod_uptime: Use module:provides 8 years ago
Kim Alvefur cb3b1c47b1 mod_adhoc: Add compat marker for older handling of adhoc items 8 years ago
Kim Alvefur 52551bb262 util.serialization: Encode non-fatal error in way that can be restored 8 years ago
Kim Alvefur f52dc4985c util.serialization: Rename non-fatal fallback handler for clarity 8 years ago
Kim Alvefur 108f6557fd util.serialization: Disable use of unquoted table keys by default 8 years ago
Kim Alvefur 669ab61ecd util.serialization: Add option for allowing multiple references to the same table (but not cycles) 8 years ago
Kim Alvefur f08a141337 util.serialization: Test rejection of multiple references to same table 8 years ago
Kim Alvefur fe4440f497 util.serialization: Separate errors for multiple table references and max depth 8 years ago
Kim Alvefur 956b687a20 util.serialization: Make maximum table depth configurable 8 years ago
Matthew Wild ced9754f5b modulemanager: Fix issues introduced in previous commit acf74ad0b795 [thanks luacheck, scansion] 8 years ago
Matthew Wild 9b5c6c4d9d Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall 8 years ago
Matthew Wild 3bc2c02797 util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1 8 years ago
Matthew Wild 5e7e48d99b util.dependencies: Remove ztact compatability warning 8 years ago
Matthew Wild 387c3e9cef util.promise: Switch from pcall to xpcall to get tracebacks on exceptions 8 years ago
Matthew Wild 97ae9b843d util.promise: Remove the non-standard ability to pass a promise to reject() 8 years ago
Matthew Wild 1b623a9a10 util.promise: Add tests ensuring returning a promise resolves the current promise with that promise 8 years ago
Kim Alvefur 5336659f02 moduleapi: Prevent loading disabled module as dependency of enabled one 8 years ago
Kim Alvefur 96b05cc65a mod_mam: Remove embedded fallback archive driver (fixes #972) 8 years ago
Kim Alvefur f2e55e91c1 mod_mam: Upgrade case of invalid archive store driver to hard error 8 years ago
Kim Alvefur 8ea82725e4 mod_mam: Ignore case of null storage driver 8 years ago
Kim Alvefur 7c88c94920 mod_muc_mam: Fix missing form container element 8 years ago
Matthew Wild c74e396c0c util.promise tests: Fix declared but unused variables 8 years ago
Matthew Wild dd74a38b22 util.promise: Fix missing parameters 8 years ago
Matthew Wild e7a26ebc24 util.promise: Ensure chained promises always receive a value/rejection even if an intermediate promise has no handlers 8 years ago
Matthew Wild ef2ab23700 util.promise: Export is_promise() 8 years ago
Matthew Wild 5b895a2d9f MUC: Remove debug log 8 years ago
Matthew Wild fbe4c45052 util.promise: Remove debug print and assert 8 years ago
Kim Alvefur 801e965b8d Merge 0.10->trunk 8 years ago
Kim Alvefur 8eb2a6f4c1 prosodyctl: Change ownership of certs to same as the cert base dir when running from a source checkout 8 years ago
Kim Alvefur 5756d8fc1a prosodyctl: Allow cert dir to not be owned by root (fixes #1075) 8 years ago
Kim Alvefur 0746dc3de2 mod_pep: Add automatic subscriptions on node creation (fixes #1222) 8 years ago
Kim Alvefur 4fc5888c32 mod_pep: Add PEP service owners username in configuration to ease identification 8 years ago
Kim Alvefur 985320dd47 mod_pep: Remove use of recipients table for signaling pending disco#items 8 years ago
Kim Alvefur 50f360a506 util.pubsub: Clarify comment about return value 8 years ago
Kim Alvefur 6d2039efff mod_pep: Add all pubsub service objects to item API in order to behave across reloads 8 years ago
Kim Alvefur 649e063e85 mod_storage_sql: Handle Lua 5.3 move of unpack function 8 years ago