plugins/mod_mam/mod_mam.lua
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
Mon, 23 Jan 2017 19:18:15 +0100 Kim Alvefur mod_mam: Normalize copyright headers
Wed, 11 Jan 2017 13:08:50 +0100 Kim Alvefur mod_mam: Change store name to "archive" but make it configurable for people who have data in "archive2"
Mon, 19 Dec 2016 08:44:56 +0100 Kim Alvefur mod_mam: Allow a set of namespaces to be stripped from stored stanzas, default to chat states (fixes #763)
Tue, 22 Nov 2016 18:19:55 +0100 Kim Alvefur mod_mam: If archive:delete() gives a number, this should be the number of deleted items
Sat, 19 Nov 2016 18:29:08 +0100 Kim Alvefur mod_mam: Add XEP-0359 tag
Sat, 19 Nov 2016 18:28:59 +0100 Kim Alvefur mod_mam: Filter out spoofed XEP-0359 tags
Sat, 19 Nov 2016 18:28:28 +0100 Kim Alvefur mod_mam: Find out which party is the user and which is the 'with' earlier
Sat, 19 Nov 2016 18:27:28 +0100 Kim Alvefur mod_mam: Alter hints processing
Sat, 19 Nov 2016 18:26:09 +0100 Kim Alvefur mod_mam: Add some comments explaining archive expiry
Fri, 18 Nov 2016 10:44:56 +0100 Kim Alvefur mod_mam: Remove legacy feature advertising
Fri, 18 Nov 2016 10:44:27 +0100 Kim Alvefur mod_mam: Decrease priority to zero
Fri, 04 Nov 2016 13:59:49 +0100 Kim Alvefur mod_mam: Update to XEP-0313 v0.5.1
Mon, 28 Nov 2016 07:35:49 +0100 Kim Alvefur mod_mam: Use is_stanza from util.stanza
Sat, 26 Nov 2016 21:50:06 +0100 Kim Alvefur util.rsm: Move out from mod_mam directory
Fri, 04 Nov 2016 13:48:21 +0100 Kim Alvefur mod_mam: Import from prosody-modules
less more (0) tip