mod_mam: Implement option to enable MAM implicitly when client support is detected (#867)
|
Kim Alvefur |
2018-02-21 |
mod_mam: Also return the preferences on set
|
Emmanuel Gil Peyrot |
2017-09-19 |
mod_mam: Log a message when not archiving because it only had ignored tags
|
Kim Alvefur |
2017-09-18 |
mod_mam: Log a message in case archive deletion is not supported by the storage module in use
|
Kim Alvefur |
2017-09-12 |
mod_mam: Use a FIFO queue for scheduling archive expiry
|
Kim Alvefur |
2017-09-12 |
mod_mam: Factor out <stanza-id> stripping so it can be reused in two places
|
Kim Alvefur |
2017-09-03 |
mod_mam: Clone stanza before stripping stanza id after carbons
|
Kim Alvefur |
2017-09-03 |
mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961)
|
Kim Alvefur |
2017-07-25 |
mod_mam: Request a total count if no items are requested
|
Kim Alvefur |
2017-07-05 |
mod_mam: Attach stanza-id to original stanza (fixes #917)
|
Kim Alvefur |
2017-05-20 |
mod_mam: Format timestamps in log message
|
Kim Alvefur |
2017-05-07 |
mod_mam: Use correct variable
|
Kim Alvefur |
2017-04-27 |
mod_mam: Don't ask the storage backend to count all items when expiry is disabled
|
Kim Alvefur |
2017-04-26 |
mod_mam: Remove extraneous assert when opening the store
|
Emmanuel Gil Peyrot |
2017-04-02 |
mod_mam: Remove dead code (default will be filled in by mamprefs.lib)
|
Kim Alvefur |
2017-03-23 |
mod_mam: Handle default_archive_policy option consistently
|
Kim Alvefur |
2017-03-16 |
mod_mam: Fix to treat first return value from archive:append as assigned ID
|
Kim Alvefur |
2017-02-20 |
mod_mam: Remove repeated blank line
|
Kim Alvefur |
2017-02-19 |
mod_mam: Fix typo in comment
|
Kim Alvefur |
2017-02-19 |
mod_mam: Add missing wrapping <query> element when returning the query form
|
Kim Alvefur |
2017-02-19 |
mod_mam: Update namespace to XEP-0313 v0.6
|
Kim Alvefur |
2017-02-19 |
mod_mam: Strip stanza-id tags after carbons
|
Kim Alvefur |
2017-02-19 |
mod_mam: Fix wording of comment
|
Kim Alvefur |
2017-02-19 |
mod_mam: Advertise Stanza ID support (XEP-0359) (thanks iNPUTmice)
|
Kim Alvefur |
2017-02-14 |
mod_mam: Move stanza ID namespace to a common variable
|
Kim Alvefur |
2017-02-14 |
mod_mam: Correct import of util.rsm
|
Kim Alvefur |
2017-02-03 |
mod_mam: Use correct local name for util.jid.prepped_split
|
Kim Alvefur |
2017-01-23 |
mod_mam: Normalize copyright headers
|
Kim Alvefur |
2017-01-23 |
mod_mam: Change store name to "archive" but make it configurable for people who have data in "archive2"
|
Kim Alvefur |
2017-01-11 |
mod_mam: Allow a set of namespaces to be stripped from stored stanzas, default to chat states (fixes #763)
|
Kim Alvefur |
2016-12-19 |
mod_mam: If archive:delete() gives a number, this should be the number of deleted items
|
Kim Alvefur |
2016-11-22 |
mod_mam: Add XEP-0359 tag
|
Kim Alvefur |
2016-11-19 |
mod_mam: Filter out spoofed XEP-0359 tags
|
Kim Alvefur |
2016-11-19 |
mod_mam: Find out which party is the user and which is the 'with' earlier
|
Kim Alvefur |
2016-11-19 |
mod_mam: Alter hints processing
|
Kim Alvefur |
2016-11-19 |
mod_mam: Add some comments explaining archive expiry
|
Kim Alvefur |
2016-11-19 |
mod_mam: Remove legacy feature advertising
|
Kim Alvefur |
2016-11-18 |
mod_mam: Decrease priority to zero
|
Kim Alvefur |
2016-11-18 |
mod_mam: Update to XEP-0313 v0.5.1
|
Kim Alvefur |
2016-11-04 |
mod_mam: Use is_stanza from util.stanza
|
Kim Alvefur |
2016-11-28 |
util.rsm: Move out from mod_mam directory
|
Kim Alvefur |
2016-11-26 |
mod_mam: Import from prosody-modules
|
Kim Alvefur |
2016-11-04 |