log mod_mam_muc/mod_mam_muc.lua @ 3364:264eab9d501c

age author description
Sun, 28 Oct 2018 19:01:12 +0100 Kim Alvefur mod_mam_muc: Log to debug log whether a message is archived or not
Mon, 02 Apr 2018 16:20:36 +0200 Kim Alvefur mod_mam_muc: Remove support for Prosody trunk/0.11
Mon, 26 Mar 2018 08:05:22 +0100 Matthew Wild mod_mam_muc: Advertise mam:1 instead of mam:2 if not using new MUC code [fixes #1118]
Sat, 18 Nov 2017 13:55:47 +0100 Kim Alvefur mod_mam_muc: Warn if the storage driver is missing the deletion API (instead of a traceback) (thanks asterix)
Sat, 18 Nov 2017 00:47:44 +0100 Kim Alvefur mod_mam_muc: Add comment describing stripping of <x> tag in results
Sat, 18 Nov 2017 00:47:00 +0100 Kim Alvefur mod_mam_muc: Pass along the size of the matching set, if returned from storage driver
Sat, 18 Nov 2017 00:46:44 +0100 Kim Alvefur mod_mam_muc: Copy max_archive_query_results option from mod_mam
Fri, 23 Jun 2017 16:03:11 +0200 Kim Alvefur mod_mam_muc: Handle missing maxstanzas (thanks Martin)
Fri, 23 Jun 2017 15:31:55 +0200 Kim Alvefur mod_mam_muc: Only collect original JID for messages (unavailable presence seems to cause an error)
Fri, 23 Jun 2017 14:19:55 +0200 Kim Alvefur mod_mam_muc: Store and return original JID, role and affiliation (fixes #903)
Fri, 23 Jun 2017 13:54:40 +0200 Kim Alvefur mod_mam_muc: Remove fetching of total message counts (potentially very slow and only supported by SQL)
Fri, 23 Jun 2017 13:53:39 +0200 Kim Alvefur mod_mam_muc: Add debug logging like in mod_mam
Fri, 23 Jun 2017 13:51:23 +0200 Kim Alvefur mod_mam_muc: Make calculation of max history length more like in mod_muc
Sun, 21 May 2017 23:59:36 +0200 Kim Alvefur mod_mam_muc: Rename various fields from "logging" to "archiving"
Tue, 21 Mar 2017 04:48:37 +0100 Kim Alvefur mod_mam_muc: Include stanza-id in history replay
Tue, 21 Mar 2017 04:26:00 +0100 Kim Alvefur mod_mam_muc: Add stanza-id tags (updates to XEP-0313 v0.6)
Tue, 21 Mar 2017 04:18:23 +0100 Kim Alvefur mod_mam_muc: Shorten some lines [luacheck]
Mon, 20 Feb 2017 00:05:14 +0100 Kim Alvefur mod_mam_muc: Update to XEP-0313 0.5.1
Tue, 14 Feb 2017 09:53:09 +0100 Kim Alvefur mod_mam_muc: Move swapping of reversed variables (like 5fb917b86838 for mod_mam)
Tue, 14 Feb 2017 09:51:59 +0100 Kim Alvefur mod_mam_muc: Make sure that the total, if it is a total, is a number
Tue, 14 Feb 2017 09:51:22 +0100 Kim Alvefur mod_mam_muc: Minor syntax change
Tue, 14 Feb 2017 09:45:34 +0100 Kim Alvefur mod_mam_muc: Remove fallback for util.stanza.is_stanza, it should be available
Tue, 14 Feb 2017 09:40:24 +0100 Kim Alvefur mod_mam_muc: Use util.rsm (fixes #829, depends on a recent 0.10+)
Mon, 02 Jan 2017 20:10:37 +0100 Kim Alvefur mod_mam_muc: Use is_stanza from util.stanza if available
Mon, 26 Dec 2016 15:43:32 +0100 Kim Alvefur mod_mam_muc: Remove TODO about logging presence since it can do that already
Thu, 22 Dec 2016 16:16:39 +0100 Kim Alvefur mod_mam_muc: More room JID variable renaming for more consistency
Thu, 22 Dec 2016 13:40:24 +0100 Kim Alvefur mod_mam_muc: Rename room and room JID variables for consistency
Sun, 04 Dec 2016 10:19:07 +0100 Kim Alvefur mod_mam_muc: Remove some debug logging
Sun, 22 May 2016 00:06:21 +0200 Kim Alvefur mod_mam_muc: Fix previous commit
Sun, 22 May 2016 00:00:46 +0200 Kim Alvefur mod_mam_muc: Fix order of arguments for archive API
Fri, 22 Jan 2016 16:05:22 +0100 Kim Alvefur mod_mam_muc: Yell loudly when archive store can't be opened
Mon, 14 Dec 2015 11:02:13 +0100 Kim Alvefur mod_mam_muc: Add guard to prevent loading on normal hosts
Mon, 21 Sep 2015 20:03:08 +0200 Kim Alvefur mod_admin_web,mod_carbons,mod_csi_compat,mod_mam_muc,mod_tcpproxy: Explicitly return true
Sun, 03 May 2015 14:05:43 +0200 Kim Alvefur mod_mam_muc: d20cfc5ba827 .. cd87a2eba8f2 here too (uh, duplicated code)
Sat, 25 Apr 2015 15:51:22 +0200 Kim Alvefur mod_mam_muc: Advertise MAM feature on bare JID room disco#info (only effective after prosody 57bc52f67564)
Tue, 07 Apr 2015 17:34:43 +0200 Kim Alvefur mod_mam_muc: Cleanup [luacheck]
Tue, 07 Apr 2015 17:34:22 +0200 Kim Alvefur mod_mam_muc: Fix character limit again(?)
Mon, 30 Mar 2015 01:17:35 +0200 Kim Alvefur mod_mam_muc: Fix character limit
Tue, 24 Mar 2015 08:03:25 -0700 Stuart Carnie mod_mam_muc: fix <iq type='get' to='room-bare-jid'> query
Mon, 23 Feb 2015 16:43:21 -0700 Stuart Carnie mod_mam_muc: support to disable presence logging via muc_log_presences
Tue, 18 Nov 2014 13:59:39 +0100 Kim Alvefur mod_mam_muc, mod_http_muc_log: Change store name from 'archive2' to 'muc_log' to distinguish it from personal MAM archives. Old data will require migration.
Sat, 08 Nov 2014 16:41:31 +0100 Kim Alvefur mod_mam_muc: Try to use new MUC API for getting room objects (fixes queries to not yet initialized rooms)
Sat, 08 Nov 2014 15:47:30 +0100 Kim Alvefur mod_mam_muc: Store joins and leaves
Sat, 08 Nov 2014 15:46:47 +0100 Kim Alvefur mod_mam_muc: Limit search to groupchat messages (we use the internal 'with' field stanza types)
Sat, 08 Nov 2014 15:45:19 +0100 Kim Alvefur mod_mam_muc: Remove parsing of 'with' field in MAM form, we currently ignore it anyways
Thu, 30 Oct 2014 12:43:00 +0100 Kim Alvefur mod_mam_muc: Add compatibility with the new MUC code in trunk
Thu, 30 Oct 2014 12:39:57 +0100 Kim Alvefur mod_mam_muc: Split logic for determining if logging is enabled into a function
Wed, 29 Oct 2014 12:37:26 +0100 Kim Alvefur mod_mam_muc: Fix indentation
Tue, 28 Oct 2014 15:25:32 -0700 Stuart Carnie call archive API with username only
Thu, 23 Oct 2014 13:22:48 +0200 Kim Alvefur mod_mam_muc: Add missing import and change the namespace to MAM v0.3
Wed, 22 Oct 2014 21:42:40 +0200 Kim Alvefur mod_mam_muc: Update to XEP-0313 v 0.3
Wed, 22 Oct 2014 19:32:52 +0200 Kim Alvefur mod_mam_muc: Minor moving about of variables
Wed, 22 Oct 2014 19:29:29 +0200 Kim Alvefur mod_mam_muc: Restructure initialization
Mon, 20 Oct 2014 16:15:24 -0700 Stuart Carnie mod_mam_muc: Fix for muc history query
Thu, 09 Oct 2014 15:08:05 +0200 Kim Alvefur mod_mam_muc: Fix add/removal of room method overrides
Thu, 05 Jun 2014 17:13:38 -0400 daurnimator mod_mam_muc: Use max_history_length as default for "max_archive_query_results"
Tue, 15 Apr 2014 14:22:18 -0400 daurnimator mod_mam_muc: Place stanza type in 'with' column; when sending history, only send messages with type=groupchat
Tue, 08 Apr 2014 17:28:08 +0200 Kim Alvefur mod_mam_muc: Fix to, from on result messages (thanks daurnimator)
Sun, 23 Mar 2014 22:35:27 +0100 Kim Alvefur mod_mam, mod_mam_muc: Check that storagemanager didn't return an instance of the null storage method (Thanks Jonathan)
Fri, 28 Feb 2014 15:37:55 +0100 Kim Alvefur Backed out changeset 853a382c9bd6