aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_muc_mam.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_muc_mam: Copy debug log improvements from mod_mamKim Alvefur2019-11-171-6/+12
* mod_muc_mam: Conditionally advertise MAM feature on rooms (fixes #1407)Kim Alvefur2019-08-101-1/+3
* plugins: Remove tostring call from loggingKim Alvefur2019-07-301-3/+3
* Merge 0.11->trunkKim Alvefur2019-05-271-1/+7
|\
| * mod_muc_mam: Cache last date that archive owner has messages to reduce writes...Kim Alvefur2019-05-271-1/+7
* | mod_muc_mam: Propagate item-not-found to client (fixes #1325)Kim Alvefur2019-05-051-1/+5
* | mod_muc_mam: Handle archive quotasKim Alvefur2019-05-051-4/+31
* | Merge 0.11->trunkKim Alvefur2019-03-221-1/+78
|\|
| * mod_muc_mam: Copy cleanup mechanism from mod_mam (fixes #672)Kim Alvefur2019-03-221-1/+78
* | mod_muc_mam: Set error status if loaded on incorrect host typeMatthew Wild2019-03-191-1/+1
* | Merge 0.11->trunkKim Alvefur2019-03-041-1/+4
|\|
| * mod_muc_mam: Add comment about the tricks done with the 'with' fieldKim Alvefur2019-03-041-0/+1
| * mod_muc_mam: Move a comment to the line it describesKim Alvefur2019-03-041-1/+1
| * mod_muc_mam: Strip the stanza 'to' attribute (fixes #1259)Kim Alvefur2019-03-041-0/+2
* | mod_muc_mam: Validate that the FORM_TYPE of a query is as expectedKim Alvefur2019-03-041-1/+6
|/
* mod_muc_mam: Fix missing form container elementKim Alvefur2018-10-251-1/+1
* mod_muc_mam: Disable presence logging by defaultKim Alvefur2018-07-091-1/+1
* mod_muc_mam: Set status code 170/171 on archiving configuration changeKim Alvefur2018-05-291-0/+1
* mod_muc_mam: Have stanza-id filtering over all groupchat messages, not just o...Kim Alvefur2018-04-281-4/+9
* mod_muc_mam: Skip fetching history if built-in recent history is enoughKim Alvefur2018-04-271-0/+4
* mod_muc_mam: Skip fetching history if no history was requestedKim Alvefur2018-04-281-0/+4
* mod_muc_mam: Tweak calculation of max history to retrieveKim Alvefur2018-04-281-2/+6
* mod_muc_mam: Save the MUC <x> on recorded join stanzasKim Alvefur2018-03-241-1/+1
* mod_muc_mam: Let muc/history.lib decide which messages to storeKim Alvefur2018-03-241-4/+2
* mod_muc_mam: Remove 0.10 compat codeKim Alvefur2017-12-121-97/+4
* mod_muc_mam: Import mod_mam_muc from prosody-modules ba6466fa6823Kim Alvefur2018-04-021-0/+462