Log

plugins/mod_mam/mod_mam.lua @ 10773:3e1046b39484

description author age
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
mod_mam: Move final log message to end of query procedure Kim Alvefur Thu, 11 Jul 2019 23:29:59 +0200
mod_mam: Log RSM parameters Kim Alvefur Thu, 11 Jul 2019 23:27:45 +0200
mod_mam: Log query failure reason Kim Alvefur Thu, 11 Jul 2019 23:27:01 +0200
mod_mam: Log more details in final log message Kim Alvefur Thu, 11 Jul 2019 23:31:51 +0200
mod_mam: Include query id in final log message Kim Alvefur Thu, 11 Jul 2019 23:31:13 +0200
mod_mam: Use stanza id in log message as fallback if no query id Kim Alvefur Thu, 11 Jul 2019 23:26:02 +0200
mod_mam: Include username that performed query Kim Alvefur Thu, 11 Jul 2019 23:30:58 +0200
mod_mam: Make log message more compact Kim Alvefur Thu, 11 Jul 2019 23:22:59 +0200
Merge 0.11->trunk Kim Alvefur Mon, 27 May 2019 19:17:12 +0200
mod_mam: Cache last date that archive owner has messages to reduce writes (fixes #1368) 0.11 Kim Alvefur Mon, 27 May 2019 19:00:32 +0200
mod_mam: Propagate item-not-found to client (fixes #1325) Kim Alvefur Sun, 05 May 2019 07:16:05 +0200
mod_mam: On quota hit, separately delete by time and by item count Kim Alvefur Fri, 22 Mar 2019 02:22:21 +0100
mod_mam: Trim archive when quota has been exceeded Kim Alvefur Tue, 07 Nov 2017 18:58:52 +0100
Merge 0.11->trunk Kim Alvefur Fri, 22 Mar 2019 17:58:08 +0100
mod_mam: Perform message expiry based on building an index by date (backport of 39ee70fbb009 from trunk) 0.11 Kim Alvefur Fri, 22 Mar 2019 17:32:56 +0100
mod_mam: Fix operator precedence (thanks mimi89999) Kim Alvefur Sun, 20 Jan 2019 20:24:17 +0100
mod_mam: Handle expiry of messages that expire in the middle of the cut-off day Kim Alvefur Sun, 06 Jan 2019 09:44:55 +0100
mod_mam: Measure how long it takes to run the message expiry job job Kim Alvefur Sun, 06 Jan 2019 09:34:59 +0100
mod_mam: Fix word order in log message Kim Alvefur Fri, 04 Jan 2019 10:14:55 +0100
mod_mam: Perform message expiry based on building an index by date Kim Alvefur Thu, 03 Jan 2019 17:25:43 +0100
mod_mam: Remove embedded fallback archive driver (fixes #972) Kim Alvefur Thu, 25 Oct 2018 21:59:17 +0200
mod_mam: Upgrade case of invalid archive store driver to hard error Kim Alvefur Thu, 25 Oct 2018 21:58:22 +0200
mod_mam: Ignore case of null storage driver Kim Alvefur Thu, 25 Oct 2018 21:55:08 +0200
mod_mam: Add coment on how 'complete' works Kim Alvefur Sun, 10 Jun 2018 00:14:34 +0200
mod_mam: Handle edge-case of max=0 so that complete attr is set (fixes #1128) Kim Alvefur Sat, 09 Jun 2018 23:57:58 +0200
mod_mam: Remove unmatched closing paren Kim Alvefur Fri, 09 Mar 2018 21:51:06 +0100
mod_mam: Add an option for whether to include 'total' counts by default in queries Kim Alvefur Wed, 07 Mar 2018 15:05:20 +0100
mod_mam: Log a debug message if archive expiry has been disabled Kim Alvefur Wed, 07 Mar 2018 14:59:00 +0100
Backed out changeset 97a094fdf101, interferes with 6ddddfe05a74 Kim Alvefur Wed, 07 Mar 2018 14:46:55 +0100
mod_mam: Implement option to enable MAM implicitly when client support is detected (#867) Kim Alvefur Wed, 21 Feb 2018 21:02:16 +0100
mod_mam: Also return the preferences on set Emmanuel Gil Peyrot Tue, 19 Sep 2017 23:38:08 +0200