aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_mam
Commit message (Expand)AuthorAgeFilesLines
* mod_mam: Also return the preferences on setEmmanuel Gil Peyrot2017-09-191-7/+5
* mod_mam: Log a message when not archiving because it only had ignored tagsKim Alvefur2017-09-181-0/+1
* mod_mam: Log a message in case archive deletion is not supported by the stora...Kim Alvefur2017-09-121-1/+3
* mod_mam: Use a FIFO queue for scheduling archive expiryKim Alvefur2017-09-121-4/+11
* mod_mam: Factor out <stanza-id> stripping so it can be reused in two placesKim Alvefur2017-09-031-23/+22
* mod_mam: Clone stanza before stripping stanza id after carbonsKim Alvefur2017-09-031-0/+1
* mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961)Kim Alvefur2017-07-251-14/+23
* mod_mam: Request a total count if no items are requestedKim Alvefur2017-07-051-1/+1
* mod_mam: Attach stanza-id to original stanza (fixes #917)Kim Alvefur2017-05-201-1/+1
* mod_mam: Format timestamps in log messageKim Alvefur2017-05-071-1/+3
* mod_mam: Use correct variableKim Alvefur2017-04-271-1/+1
* mod_mam: Don't ask the storage backend to count all items when expiry is disa...Kim Alvefur2017-04-261-1/+7
* mod_mam: Remove extraneous assert when opening the storeEmmanuel Gil Peyrot2017-04-021-1/+1
* mod_mam: Remove dead code (default will be filled in by mamprefs.lib)Kim Alvefur2017-03-231-8/+0
* mod_mam: Handle default_archive_policy option consistentlyKim Alvefur2017-03-162-2/+5
* mod_mam: Fix to treat first return value from archive:append as assigned IDKim Alvefur2017-02-201-1/+2
* mod_mam: Remove repeated blank lineKim Alvefur2017-02-201-2/+0
* mod_mam: Fix typo in commentKim Alvefur2017-02-201-1/+1
* mod_mam: Add missing wrapping <query> element when returning the query formKim Alvefur2017-02-201-1/+1
* mod_mam: Update namespace to XEP-0313 v0.6Kim Alvefur2017-02-202-2/+2
* mod_mam: Strip stanza-id tags after carbonsKim Alvefur2017-02-191-0/+13
* mod_mam: Fix wording of commentKim Alvefur2017-02-191-1/+1
* mod_mam: Advertise Stanza ID support (XEP-0359) (thanks iNPUTmice)Kim Alvefur2017-02-141-0/+1
* mod_mam: Move stanza ID namespace to a common variableKim Alvefur2017-02-141-2/+3
* mod_mam: Ignore "indirectly mutating read-only global variable prosody" warni...Kim Alvefur2017-02-041-0/+1
* mod_mam/mamprefs: Use 'prosody.hosts' instead of '_G.hosts' in case we ever d...Kim Alvefur2017-02-041-1/+1
* mod_mam: Correct import of util.rsmKim Alvefur2017-02-041-1/+1
* mod_mam: Use correct local name for util.jid.prepped_splitKim Alvefur2017-01-231-1/+1
* mod_mam: Silence warning about unused table used to describe data format [lua...Kim Alvefur2017-01-231-0/+1
* mod_mam: Remove unused variables [luacheck]Kim Alvefur2017-01-231-1/+0
* mod_mam: Normalize copyright headersKim Alvefur2017-01-234-6/+32
* mod_mam: Change store name to "archive" but make it configurable for people w...Kim Alvefur2017-01-112-2/+3
* mod_mam: Allow a set of namespaces to be stripped from stored stanzas, defaul...Kim Alvefur2016-12-191-0/+15
* mod_mam: If archive:delete() gives a number, this should be the number of del...Kim Alvefur2016-11-221-5/+2
* mod_mam: Add XEP-0359 tagKim Alvefur2016-11-191-0/+1
* mod_mam: Filter out spoofed XEP-0359 tagsKim Alvefur2016-11-191-0/+12
* mod_mam: Find out which party is the user and which is the 'with' earlierKim Alvefur2016-11-191-5/+5
* mod_mam: Alter hints processingKim Alvefur2016-11-191-6/+6
* mod_mam: Add some comments explaining archive expiryKim Alvefur2016-11-191-0/+7
* mod_mam: Remove legacy feature advertisingKim Alvefur2016-11-181-2/+0
* mod_mam: Decrease priority to zeroKim Alvefur2016-11-181-4/+4
* mod_mam: Update to XEP-0313 v0.5.1Kim Alvefur2016-11-042-4/+3
* mod_mam: Use is_stanza from util.stanzaKim Alvefur2016-11-281-5/+1
* util.rsm: Move out from mod_mam directoryKim Alvefur2016-11-262-88/+1
* mod_mam: Import from prosody-modulesKim Alvefur2016-11-045-0/+608