Log

mod_mam_muc/mod_mam_muc.lua @ 3364:264eab9d501c

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