plugins/mod_mam/mod_mam.lua
Thu, 03 Oct 2019 16:38:46 +0100 Matthew Wild Merge 0.11->trunk
Thu, 03 Oct 2019 16:38:15 +0100 Matthew Wild mod_mam: Add flag to session when it performs a MAM query 0.11
Tue, 30 Jul 2019 02:29:36 +0200 Kim Alvefur plugins: Remove tostring call from logging
Sat, 13 Jul 2019 19:57:43 +0200 Kim Alvefur mod_mam: Report correct count of results for forward queries
Thu, 11 Jul 2019 23:29:59 +0200 Kim Alvefur mod_mam: Move final log message to end of query procedure
Thu, 11 Jul 2019 23:27:45 +0200 Kim Alvefur mod_mam: Log RSM parameters
Thu, 11 Jul 2019 23:27:01 +0200 Kim Alvefur mod_mam: Log query failure reason
Thu, 11 Jul 2019 23:31:51 +0200 Kim Alvefur mod_mam: Log more details in final log message
Thu, 11 Jul 2019 23:31:13 +0200 Kim Alvefur mod_mam: Include query id in final log message
Thu, 11 Jul 2019 23:26:02 +0200 Kim Alvefur mod_mam: Use stanza id in log message as fallback if no query id
Thu, 11 Jul 2019 23:30:58 +0200 Kim Alvefur mod_mam: Include username that performed query
Thu, 11 Jul 2019 23:22:59 +0200 Kim Alvefur mod_mam: Make log message more compact
Mon, 27 May 2019 19:17:12 +0200 Kim Alvefur Merge 0.11->trunk
Mon, 27 May 2019 19:00:32 +0200 Kim Alvefur mod_mam: Cache last date that archive owner has messages to reduce writes (fixes #1368) 0.11
Sun, 05 May 2019 07:16:05 +0200 Kim Alvefur mod_mam: Propagate item-not-found to client (fixes #1325)
Fri, 22 Mar 2019 02:22:21 +0100 Kim Alvefur mod_mam: On quota hit, separately delete by time and by item count
Tue, 07 Nov 2017 18:58:52 +0100 Kim Alvefur mod_mam: Trim archive when quota has been exceeded
Fri, 22 Mar 2019 17:58:08 +0100 Kim Alvefur Merge 0.11->trunk
Fri, 22 Mar 2019 17:32:56 +0100 Kim Alvefur mod_mam: Perform message expiry based on building an index by date (backport of 39ee70fbb009 from trunk) 0.11
Sun, 20 Jan 2019 20:24:17 +0100 Kim Alvefur mod_mam: Fix operator precedence (thanks mimi89999)
Sun, 06 Jan 2019 09:44:55 +0100 Kim Alvefur mod_mam: Handle expiry of messages that expire in the middle of the cut-off day
Sun, 06 Jan 2019 09:34:59 +0100 Kim Alvefur mod_mam: Measure how long it takes to run the message expiry job job
Fri, 04 Jan 2019 10:14:55 +0100 Kim Alvefur mod_mam: Fix word order in log message
Thu, 03 Jan 2019 17:25:43 +0100 Kim Alvefur mod_mam: Perform message expiry based on building an index by date
Thu, 25 Oct 2018 21:59:17 +0200 Kim Alvefur mod_mam: Remove embedded fallback archive driver (fixes #972)
Thu, 25 Oct 2018 21:58:22 +0200 Kim Alvefur mod_mam: Upgrade case of invalid archive store driver to hard error
Thu, 25 Oct 2018 21:55:08 +0200 Kim Alvefur mod_mam: Ignore case of null storage driver
Sun, 10 Jun 2018 00:14:34 +0200 Kim Alvefur mod_mam: Add coment on how 'complete' works
Sat, 09 Jun 2018 23:57:58 +0200 Kim Alvefur mod_mam: Handle edge-case of max=0 so that complete attr is set (fixes #1128)
Fri, 09 Mar 2018 21:51:06 +0100 Kim Alvefur mod_mam: Remove unmatched closing paren
Wed, 07 Mar 2018 15:05:20 +0100 Kim Alvefur mod_mam: Add an option for whether to include 'total' counts by default in queries
Wed, 07 Mar 2018 14:59:00 +0100 Kim Alvefur mod_mam: Log a debug message if archive expiry has been disabled
Wed, 07 Mar 2018 14:46:55 +0100 Kim Alvefur Backed out changeset 97a094fdf101, interferes with 6ddddfe05a74
Wed, 21 Feb 2018 21:02:16 +0100 Kim Alvefur mod_mam: Implement option to enable MAM implicitly when client support is detected (#867)
Tue, 19 Sep 2017 23:38:08 +0200 Emmanuel Gil Peyrot mod_mam: Also return the preferences on set
Mon, 18 Sep 2017 18:35:01 +0200 Kim Alvefur mod_mam: Log a message when not archiving because it only had ignored tags
Tue, 12 Sep 2017 14:59:52 +0200 Kim Alvefur mod_mam: Log a message in case archive deletion is not supported by the storage module in use
Tue, 12 Sep 2017 14:42:56 +0200 Kim Alvefur mod_mam: Use a FIFO queue for scheduling archive expiry
Sun, 03 Sep 2017 17:13:30 +0200 Kim Alvefur mod_mam: Factor out <stanza-id> stripping so it can be reused in two places
Sun, 03 Sep 2017 12:42:25 +0200 Kim Alvefur mod_mam: Clone stanza before stripping stanza id after carbons
Tue, 25 Jul 2017 22:01:16 +0200 Kim Alvefur mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961)
Wed, 05 Jul 2017 04:38:08 +0200 Kim Alvefur mod_mam: Request a total count if no items are requested
Sat, 20 May 2017 14:58:56 +0200 Kim Alvefur mod_mam: Attach stanza-id to original stanza (fixes #917)
Sun, 07 May 2017 20:23:29 +0200 Kim Alvefur mod_mam: Format timestamps in log message
Thu, 27 Apr 2017 12:41:53 +0200 Kim Alvefur mod_mam: Use correct variable
Wed, 26 Apr 2017 11:46:22 +0200 Kim Alvefur mod_mam: Don't ask the storage backend to count all items when expiry is disabled
Sun, 02 Apr 2017 19:38:52 +0100 Emmanuel Gil Peyrot mod_mam: Remove extraneous assert when opening the store
Thu, 23 Mar 2017 14:45:18 +0100 Kim Alvefur mod_mam: Remove dead code (default will be filled in by mamprefs.lib)
Thu, 16 Mar 2017 21:01:45 +0100 Kim Alvefur mod_mam: Handle default_archive_policy option consistently
Mon, 20 Feb 2017 01:26:48 +0100 Kim Alvefur mod_mam: Fix to treat first return value from archive:append as assigned ID
Mon, 20 Feb 2017 00:51:12 +0100 Kim Alvefur mod_mam: Remove repeated blank line
Mon, 20 Feb 2017 00:38:32 +0100 Kim Alvefur mod_mam: Fix typo in comment
Mon, 20 Feb 2017 00:37:46 +0100 Kim Alvefur mod_mam: Add missing wrapping <query> element when returning the query form
Mon, 20 Feb 2017 00:32:59 +0100 Kim Alvefur mod_mam: Update namespace to XEP-0313 v0.6
Sun, 19 Feb 2017 23:39:53 +0100 Kim Alvefur mod_mam: Strip stanza-id tags after carbons
Sun, 19 Feb 2017 13:44:47 +0100 Kim Alvefur mod_mam: Fix wording of comment
Tue, 14 Feb 2017 18:51:41 +0100 Kim Alvefur mod_mam: Advertise Stanza ID support (XEP-0359) (thanks iNPUTmice)
Tue, 14 Feb 2017 18:51:20 +0100 Kim Alvefur mod_mam: Move stanza ID namespace to a common variable
Sat, 04 Feb 2017 00:57:34 +0100 Kim Alvefur mod_mam: Correct import of util.rsm
Mon, 23 Jan 2017 19:32:07 +0100 Kim Alvefur mod_mam: Use correct local name for util.jid.prepped_split
less more (0) -60 tip