Log

plugins/mod_mam/mod_mam.lua @ 13055:e732f9dfdfc8

description author age
mod_mam: port to use util.human.io.parse_duration Jonas Schäfer Thu, 28 Apr 2022 20:38:40 +0200
plugins: Prefix module imports with prosody namespace Kim Alvefur Fri, 24 Mar 2023 13:15:28 +0100
Merge 0.12->trunk Kim Alvefur Sat, 21 Jan 2023 17:18:16 +0100
mod_mam,mod_muc_mam: Minimize differences (reorder, copy some comments) 0.12 Kim Alvefur Sat, 21 Jan 2023 16:54:43 +0100
mod_mam: Store archives with sub-second precision timestamps Kim Alvefur Sun, 14 Aug 2022 17:28:31 +0200
mod_mam: Silence luacheck (yay warnings in CI but not locally) Kim Alvefur Tue, 14 Jun 2022 22:06:21 +0200
mod_mam: Clarify comment (thanks chili-b) Kim Alvefur Tue, 14 Jun 2022 22:03:02 +0200
mod_mam: Fix a comment Kim Alvefur Sat, 11 Dec 2021 18:01:04 +0100
mod_mam: Allow plugging into archive decision Kim Alvefur Fri, 10 Dec 2021 22:37:32 +0100
plugins: Update for namespace bump in XEP-0353 v0.4.0 Kim Alvefur Tue, 11 Jan 2022 17:51:26 +0100
mod_mam: Avoid storing bounces for messages from the bare account (thanks Ge0rG) Kim Alvefur Fri, 10 Dec 2021 22:25:34 +0100
mod_mam: Switch to new cron API Kim Alvefur Sun, 21 Nov 2021 18:16:03 +0100
mod_mam,mod_muc_mam: Simplify deletion when multi-user-deletion is supported Kim Alvefur Tue, 30 Nov 2021 01:22:14 +0100
mod_mam: Use util.dataforms timestamp validation Kim Alvefur Tue, 26 Oct 2021 13:31:40 +0200
mod_mam: Merge main and RSM-specific log message here too Kim Alvefur Thu, 23 Sep 2021 17:55:49 +0200
mod_mam: Reduce line count using new util.stanza attr method Kim Alvefur Sun, 12 Sep 2021 20:17:26 +0200
mod_mam: Suppress offline message broadcast for MAM clients Kim Alvefur Tue, 31 Aug 2021 11:38:09 +0200
mod_mam: Only check for locally generated stanza-ids Kim Alvefur Tue, 31 Aug 2021 11:26:42 +0200
mod_mam: Explain behavior with absent mod_offline in a comment Kim Alvefur Tue, 31 Aug 2021 11:25:23 +0200
mod_mam: "Handle" messages that have been archived in the absense of mod_offline Kim Alvefur Thu, 25 Jun 2020 18:01:38 +0200
Fix various spelling errors (thanks codespell) Kim Alvefur Tue, 27 Jul 2021 00:13:18 +0200
mod_mam: Remove obsolete 'queryid' attribute from iq-result (thanks paul) Kim Alvefur Fri, 29 Jan 2021 17:01:05 +0100
mod_mam: Advertise extended MAM when archive storage is capable Kim Alvefur Tue, 12 Jan 2021 19:25:29 +0100
mod_mam: Allow querying by set of IDs Kim Alvefur Tue, 12 Jan 2021 19:00:44 +0100
mod_mam: Add support for before-id and after-id fields Kim Alvefur Sat, 09 Jan 2021 21:31:45 +0100
mod_mam: Implement extended MAM metadata query Kim Alvefur Mon, 30 Nov 2020 23:42:13 +0100
mod_mam: Add support for page flipping Kim Alvefur Mon, 30 Nov 2020 21:12:01 +0100
mod_mam: Advertise extended MAM 0.7.x behind a feature flag Kim Alvefur Mon, 30 Nov 2020 21:00:45 +0100
mod_csi_simple,mod_carbons,mod_mam: Update comment about XEP-0353 Kim Alvefur Fri, 08 Jan 2021 17:32:06 +0100
mod_mam: Archive XEP-0353: Jingle Message Initiation Kim Alvefur Sat, 09 May 2020 00:57:42 +0200
MAM: Remove 1% of contents when reaching limits, fix #1545 Kim Alvefur Tue, 05 May 2020 22:21:39 +0200
mod_mam: Store only incoming errors Kim Alvefur Sun, 26 Apr 2020 14:28:00 +0200
mod_mam: Remove unused variables [luacheck] Kim Alvefur Thu, 23 Apr 2020 01:05:34 +0200
mod_mam: Don't store any groupchat messages Kim Alvefur Thu, 23 Apr 2020 00:55:34 +0200
mod_mam: Make note of Experimental (or Deferred) XEPs Kim Alvefur Wed, 22 Apr 2020 18:53:50 +0200
mod_mam: Save delivery failures (thanks Ge0rG) Kim Alvefur Wed, 22 Apr 2020 18:50:30 +0200
mod_mam: Keep chat markers (thanks Ge0rG) Kim Alvefur Wed, 22 Apr 2020 18:48:27 +0200
mod_mam: Respect no-store hint (thanks Ge0rG) Kim Alvefur Wed, 22 Apr 2020 18:47:06 +0200
mod_mam: Fix typo in comment Kim Alvefur Tue, 21 Apr 2020 23:06:55 +0200
mod_mam: Prefer not archiving if no interesting payloads are found Kim Alvefur Tue, 21 Apr 2020 19:41:43 +0200
mod_mam: Check sender of error instead of receiver Kim Alvefur Tue, 21 Apr 2020 01:29:58 +0200
mod_mam: Store XEP-0184 receipts and requests Kim Alvefur Tue, 21 Apr 2020 01:18:54 +0200
mod_mam: Add more positive hints for storage Kim Alvefur Tue, 21 Apr 2020 01:17:55 +0200
mod_mam: Rework hints handling Kim Alvefur Tue, 21 Apr 2020 01:01:25 +0200
mod_mam: Invert check for type Kim Alvefur Tue, 21 Apr 2020 00:56:56 +0200
mod_mam: Log 'why' a stanza is archived Kim Alvefur Tue, 21 Apr 2020 00:53:23 +0200
mod_mam: Factor out "should we store this" into a function Kim Alvefur Tue, 21 Apr 2020 00:53:21 +0200
Merge 0.11->trunk Kim Alvefur Wed, 11 Mar 2020 22:44:41 +0100
mod_mam,mod_muc_mam: Allow other work to be performed during archive cleanup (fixes #1504) 0.11 Kim Alvefur Wed, 11 Mar 2020 21:15:01 +0100
Merge 0.11->trunk Kim Alvefur Tue, 24 Dec 2019 01:21:58 +0100
mod_mam: Fix rebase mistake [luacheck] 0.11 Kim Alvefur Tue, 24 Dec 2019 01:01:05 +0100
Merge 0.11->trunk Kim Alvefur Tue, 24 Dec 2019 00:39:45 +0100
mod_mam: More careful validation of MAM query form Kim Alvefur Mon, 23 Dec 2019 23:30:45 +0100
mod_mam: Schedule cleanup again if unable to delete messages 0.11 Kim Alvefur Tue, 24 Dec 2019 00:27:44 +0100
mod_mam: Log error when unable to delete old messages (fix #1479) [luacheck] 0.11 Kim Alvefur Tue, 24 Dec 2019 00:27:41 +0100
mod_mam: Log error when unable to store stanza (fix #1478) 0.11 Kim Alvefur Mon, 23 Dec 2019 23:18:39 +0100
Merge 0.11->trunk Matthew Wild Thu, 03 Oct 2019 16:38:46 +0100
mod_mam: Add flag to session when it performs a MAM query 0.11 Matthew Wild Thu, 03 Oct 2019 16:38:15 +0100
plugins: Remove tostring call from logging Kim Alvefur Tue, 30 Jul 2019 02:29:36 +0200
mod_mam: Report correct count of results for forward queries Kim Alvefur Sat, 13 Jul 2019 19:57:43 +0200