aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_mam
Commit message (Expand)AuthorAgeFilesLines
* mod_mam: Use for loop in metadata queryKim Alvefur2023-11-261-4/+2
* plugins: Handle how get_option_period returns "never"Kim Alvefur2023-07-211-2/+2
* plugins: Use integer config API with interval specification where sensibleKim Alvefur2023-07-171-3/+3
* plugins: Switch to :get_option_period() for time range optionsKim Alvefur2023-07-161-9/+1
* plugins: Use get_option_enum where appropriateKim Alvefur2021-01-161-4/+7
* renamening: Fix newly added imports to use the new namespaceKim Alvefur2023-06-181-1/+1
* mod_mam: port to use util.human.io.parse_durationJonas Schäfer2022-04-281-8/+6
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-242-16/+16
* Merge 0.12->trunkKim Alvefur2023-01-211-5/+5
|\
| * mod_mam,mod_muc_mam: Minimize differences (reorder, copy some comments)Kim Alvefur2023-01-211-5/+5
* | mod_mam: Store archives with sub-second precision timestampsKim Alvefur2022-08-141-2/+2
* | mod_mam: Silence luacheck (yay warnings in CI but not locally)Kim Alvefur2022-06-141-1/+1
* | mod_mam: Clarify comment (thanks chili-b)Kim Alvefur2022-06-141-2/+6
|/
* mod_mam: Fix a commentKim Alvefur2021-12-111-1/+1
* mod_mam: Allow plugging into archive decisionKim Alvefur2021-12-101-4/+13
* plugins: Update for namespace bump in XEP-0353 v0.4.0Kim Alvefur2022-01-111-1/+1
* mod_mam: Avoid storing bounces for messages from the bare account (thanks Ge0rG)Kim Alvefur2021-12-101-2/+12
* mod_mam: Switch to new cron APIKim Alvefur2021-11-211-6/+1
* mod_mam,mod_muc_mam: Simplify deletion when multi-user-deletion is supportedKim Alvefur2021-11-301-7/+28
* mod_mam: Use util.dataforms timestamp validationKim Alvefur2021-10-261-14/+5
* mod_mam: Merge main and RSM-specific log message here tooKim Alvefur2021-09-231-10/+10
* mod_mam: Reduce line count using new util.stanza attr methodKim Alvefur2021-09-121-4/+2
* mod_mam: Suppress offline message broadcast for MAM clientsKim Alvefur2021-08-311-0/+7
* mod_mam: Only check for locally generated stanza-idsKim Alvefur2021-08-311-2/+5
* mod_mam: Explain behavior with absent mod_offline in a commentKim Alvefur2021-08-311-0/+4
* mod_mam: "Handle" messages that have been archived in the absense of mod_offlineKim Alvefur2020-06-251-0/+7
* Fix various spelling errors (thanks codespell)Kim Alvefur2021-07-271-1/+1
* mod_mam: Remove obsolete 'queryid' attribute from iq-result (thanks paul)Kim Alvefur2021-01-291-1/+1
* mod_mam: Advertise extended MAM when archive storage is capableKim Alvefur2021-01-121-2/+1
* mod_mam: Allow querying by set of IDsKim Alvefur2021-01-121-2/+8
* mod_mam: Add support for before-id and after-id fieldsKim Alvefur2021-01-091-4/+9
* mod_mam: Implement extended MAM metadata queryKim Alvefur2020-11-301-1/+35
* mod_mam: Add support for page flippingKim Alvefur2020-11-301-3/+8
* mod_mam: Advertise extended MAM 0.7.x behind a feature flagKim Alvefur2020-11-301-1/+12
* mod_csi_simple,mod_carbons,mod_mam: Update comment about XEP-0353Kim Alvefur2021-01-081-1/+1
* mod_mam: Archive XEP-0353: Jingle Message InitiationKim Alvefur2020-05-091-0/+4
* MAM: Remove 1% of contents when reaching limits, fix #1545Kim Alvefur2020-05-051-1/+3
* mod_mam: Store only incoming errorsKim Alvefur2020-04-261-3/+4
* mod_mam: Remove unused variables [luacheck]Kim Alvefur2020-04-231-4/+0
* mod_mam: Don't store any groupchat messagesKim Alvefur2020-04-231-1/+3
* mod_mam: Make note of Experimental (or Deferred) XEPsKim Alvefur2020-04-221-0/+3
* mod_mam: Save delivery failures (thanks Ge0rG)Kim Alvefur2020-04-221-0/+3
* mod_mam: Keep chat markers (thanks Ge0rG)Kim Alvefur2020-04-221-0/+3
* mod_mam: Respect no-store hint (thanks Ge0rG)Kim Alvefur2020-04-221-1/+2
* mod_mam: Fix typo in commentKim Alvefur2020-04-211-1/+1
* mod_mam: Prefer not archiving if no interesting payloads are foundKim Alvefur2020-04-211-1/+3
* mod_mam: Check sender of error instead of receiverKim Alvefur2020-04-211-0/+3
* mod_mam: Store XEP-0184 receipts and requestsKim Alvefur2020-04-211-0/+5
* mod_mam: Add more positive hints for storageKim Alvefur2020-04-211-0/+12
* mod_mam: Rework hints handlingKim Alvefur2020-04-211-7/+6