Commit Graph

3239 Commits (f0d34acdccd0d9d20ae1571d3e9894de03e22ffe)

Author SHA1 Message Date
Kim Alvefur f0d34acdcc mod_pubsub: Fix typo in import 9 years ago
Kim Alvefur a4c52fdf48 mod_pubsub: Limit number of items to fetch from archive storage to pubsub#max_items to prevent unbounded query (thanks Martin and lovetox) 9 years ago
Kim Alvefur c661477d67 mod_pubsub: Don't log private data 9 years ago
Kim Alvefur 3144d74517 mod_pep_plus: Advertise nodes with the correct JID (missed in ec605946e597) (thanks lovetox) 9 years ago
Kim Alvefur 08d26443e5 mod_pep_plus: Make node persistence configurable via pubsub#persist_items 9 years ago
Kim Alvefur ee39ade305 mod_pep_plus: Advertise pubsub features in disco#info (code adapted from mod_pubsub) 9 years ago
Kim Alvefur 4f0cbf92a3 mod_pubsub, mod_pep_plus: Rename simple_itemstore to reflect that it's based on archive storage 9 years ago
Kim Alvefur 9daf5dbd6d mod_pubsub: Make sure that a dataform is given to configure 9 years ago
Kim Alvefur 28ea139bbb mod_pep_plus: Add missing variable 9 years ago
Kim Alvefur 6794b1c9b7 mod_pubsub: Hide item persistence behind option (at least until affiliations are also persisted) 9 years ago
Kim Alvefur 771b1db01b mod_pubsub: Restore persistence with one archive per node 9 years ago
Kim Alvefur f8fde46648 mod_storage_internal: Add more extensive query support to archive:delete method 9 years ago
Kim Alvefur 036a936989 mod_storage_internal: Add support for archive key deduplication (like mod_storage_sql) 9 years ago
Kim Alvefur 4f7c6ed306 mod_pubsub: Remove use of non-existent fields 9 years ago
Kim Alvefur 0097294539 mod_pep_plus: Update subscriptions for other local users only 9 years ago
Kim Alvefur 3706f646ee mod_pep_plus: Keep track of nodes, and restore them when later 9 years ago
Kim Alvefur a744026171 mod_pep_plus: Use local username instead of bare JID for references 9 years ago
Kim Alvefur a1eef5550e mod_pep_plus: Skip over roster metadata (version, pending) entry 9 years ago
Kim Alvefur 5f8574861e mod_pep_plus: Rename variable for clarity 9 years ago
Kim Alvefur 0084dd7477 mod_pubsub: Workaround some storage modules without archive key deduplication 9 years ago
Kim Alvefur 16e8f8b9c2 mod_pubsub: Ignore unused 'self' since the data used is an upvalue [luacheck] 9 years ago
Kim Alvefur 4d75ff2217 mod_pep_plus, mod_pubsub: Store node content in separate archive stores 9 years ago
Kim Alvefur c900502c9c mod_pubsub: Add method to clear data from a simple_itemstore 9 years ago
Kim Alvefur 96abbc6f62 mod_pubsub: Remove workaround for SQL issue (fixed in becb593ed86d) 9 years ago
Kim Alvefur cc8c5d2ffe mod_pubsub: Correct traceback in loop invocation (data is the iterator, does not return one) 9 years ago
Kim Alvefur 621ee7226f mod_storage_sql: Also clear the prosodyarchive table when an user is deleted (fixes #1009) 9 years ago
Kim Alvefur 5dcdfde228 mod_storage_sql: Remove return values from purge method 9 years ago
Kim Alvefur a36a90a225 mod_blocklist: Drop messages to existing full JIDs in order to prevent issues with MUC PMs, fixes #690 9 years ago
Matthew Wild 0cb33438d0 mod_limits: Handle fractional outstanding balance values (caused by e3f7b6fa46ba) 9 years ago
Matthew Wild 63252575df mod_s2s: Use a separate resolver object for each outgoing session 9 years ago
Matthew Wild a91475c1da mod_server_contact_info: Import from prosody-modules 2c59f2f0c37d (fixes #778) 9 years ago
Matthew Wild 821f300921 mod_limits: Import from prosody-modules 2c59f2f0c37d (fixes #129) 9 years ago
Emmanuel Gil Peyrot b6c066f717 mod_mam: Also return the preferences on set 9 years ago
Kim Alvefur c885ad2cc4 mod_mam: Log a message when not archiving because it only had ignored tags 9 years ago
Kim Alvefur f36218aed8 mod_component, mod_s2s: Iterate over child tags instead of child nodes (can include text) in stream error (same as 176b7f4e4ac9) 9 years ago
Kim Alvefur 8483401b32 mod_pubsub: Comment out data persistence for now (weird without config persistence) 9 years ago
Kim Alvefur 0e30886cd8 mod_c2s: Iterate over child tags instead of child nodes in stream error (fixes traceback from #987) 9 years ago
Kim Alvefur 7a8be313e8 mod_mam: Log a message in case archive deletion is not supported by the storage module in use 9 years ago
Kim Alvefur 0722c79416 mod_mam: Use a FIFO queue for scheduling archive expiry 9 years ago
Kim Alvefur f125342f41 loggingmanager, mod_posix: Import util.format correctly (fixes #985) 9 years ago
Waqas Hussain 79acb207db loggingmanager, mod_posix: Replace the old inconsistent log formatting with the new util.format 9 years ago
Kim Alvefur aa580c2911 mod_mam: Factor out <stanza-id> stripping so it can be reused in two places 9 years ago
Kim Alvefur 3d20f1f591 mod_mam: Clone stanza before stripping stanza id after carbons 9 years ago
Kim Alvefur b3a712fa24 mod_saslauth: Use correct varible name (thanks Roi) 9 years ago
Kim Alvefur c67e6b25db mod_register: Add comments saying which section handles password change, account deletion and which is in-band registration 9 years ago
Kim Alvefur d984a6dbff mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961) 9 years ago
Kim Alvefur 8dad96d3f6 core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512) 9 years ago
Kim Alvefur 239f4bd260 MUC: Use variable that actually exists (thanks Martin) 9 years ago
Kim Alvefur 4531d4411c mod_disco: Advertise in stream-features after auth (probably what was meant in 200f1f6306a7) (fixes #957) 9 years ago
Kim Alvefur a3a0b35522 MUC: Reject whitespace-only nicknames (fixes #337) 9 years ago