log mod_mam_muc/mod_mam_muc.lua @ 1649:ab4073468dfb

age author description
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
Fri, 28 Feb 2014 15:36:06 +0100 Kim Alvefur mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
Thu, 20 Feb 2014 20:40:38 +0100 Kim Alvefur mod_mam_muc: Remove code that should have been removed in previous commit
Thu, 20 Feb 2014 20:37:26 +0100 Kim Alvefur mod_mam_muc: Add and remove method overrides based on configuration instead of modifying room metatable
Thu, 20 Feb 2014 20:22:35 +0100 Kim Alvefur mod_mam_muc: Rename variable
Thu, 20 Feb 2014 20:16:15 +0100 Kim Alvefur mod_mam_muc: Use public API of rooms for authorization check
Wed, 19 Feb 2014 18:03:39 +0700 Vadim Misbakh-Soloviov mod_mam_muc: porting archive checks from mod_mam (to avoid tracebacks about calling null functions)
Sat, 18 Jan 2014 21:16:27 +0100 Kim Alvefur mod_mam_muc: Override method for storing history messages instead of hooking stanza events
Sat, 18 Jan 2014 21:14:40 +0100 Kim Alvefur mod_mam_muc: Override sending of room history and use archives
Sat, 18 Jan 2014 21:07:12 +0100 Kim Alvefur mod_mam_muc: Remove archives when a room is destroyed
Sat, 18 Jan 2014 21:06:15 +0100 Kim Alvefur mod_mam_muc: Hide logging option from room configuration if set to log all rooms
Sat, 18 Jan 2014 21:04:33 +0100 Kim Alvefur mod_mam_muc: Make the logging option in the room config reflect logging and inherit the default
Sat, 10 Aug 2013 21:37:35 +0200 Kim Alvefur mod_mam_muc: Search the rooms archive correctly (copypaste error from mod_mam)
Sat, 10 Aug 2013 21:32:21 +0200 Kim Alvefur mod_mam_muc: Send item-not-found if the requested room does not exist
Sat, 10 Aug 2013 21:31:51 +0200 Kim Alvefur mod_mam_muc: Fix room lookup, should be indexed by bare jid
Sat, 10 Aug 2013 21:18:25 +0200 Kim Alvefur mod_mam_muc: Allow archiving to be enabled trough in the room configuration
Sat, 10 Aug 2013 21:17:12 +0200 Kim Alvefur mod_mam_muc: Stap archived messages
Sat, 10 Aug 2013 21:15:25 +0200 Kim Alvefur mod_mam_muc: Switch to new stanza storage API
Sat, 10 Aug 2013 21:10:03 +0200 Kim Alvefur mod_mam_muc: Send proper error reply when one is not allowed to query archive
Sat, 10 Aug 2013 21:08:45 +0200 Kim Alvefur mod_mam_muc: Get room objects in a less awkward fashion
Sat, 10 Aug 2013 21:05:38 +0200 Kim Alvefur mod_mam_muc: Switch to iq-get hook and drop some indentation
Mon, 17 Sep 2012 20:14:51 +0200 Kim Alvefur mod_mam_muc: MUC version of mod_mam