Log

mod_mam/mod_mam.lua @ 1678:9ee56cc1be2c

description author age
mod_mam: Advertise feature in disco#info for account as per XEP-0313 >= 0.2 Kim Alvefur Sat, 25 Apr 2015 15:43:59 +0200
mod_mam: Make sure default_archive_policy is a boolean or "roster" (thanks souliane) Kim Alvefur Thu, 18 Dec 2014 12:15:50 +0100
mod_mam: Update to version 0.3 of XEP-0313 Kim Alvefur Fri, 15 Aug 2014 17:43:23 +0200
mod_mam: Mirror to and from attributes from iq on result messages Kim Alvefur Wed, 30 Apr 2014 13:22:08 +0200
mod_mam: Update copyright header Kim Alvefur Wed, 30 Apr 2014 13:14:02 +0200
mod_mam: Shuffle imports Kim Alvefur Wed, 30 Apr 2014 13:12:56 +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
mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus) Kim Alvefur Fri, 28 Feb 2014 15:36:06 +0100
mod_mam: Stamp outgoing messages with <archived> as well, but remove it after they should have passed through mod_carbons Kim Alvefur Thu, 05 Sep 2013 15:48:37 +0200
mod_mam: Include textual error if archive query failed Kim Alvefur Thu, 05 Sep 2013 15:24:09 +0200
mod_mam: Log error message if unable to open archive storage Kim Alvefur Thu, 05 Sep 2013 15:22:31 +0200
mod_mam: Remove unused table, it was moved to one of the libs Kim Alvefur Sun, 11 Aug 2013 23:39:34 +0200
mod_mam: Add support for XEP-0334: Message Processing Hints Kim Alvefur Sun, 11 Aug 2013 23:23:58 +0200
mod_mam: Clean up and explain the code that determines who's archive we put the message in Kim Alvefur Sun, 11 Aug 2013 23:19:35 +0200
mod_mam: Break out routines for converting prefs between XML and our internal representation into a library Kim Alvefur Sat, 10 Aug 2013 20:38:25 +0200
mod_mam: Update to use 'archive' storage type. Note: this breaks support with 0.9 and older. Kim Alvefur Sat, 13 Jul 2013 17:43:30 +0200
mod_mam: Swap first and last first for a simpler argument to RSM in reverse queries Kim Alvefur Sat, 13 Jul 2013 17:00:13 +0200
mod_mam: Neater reply building Kim Alvefur Fri, 12 Jul 2013 23:18:30 +0200
mod_mam: Use more specific hook Kim Alvefur Fri, 12 Jul 2013 22:54:41 +0200
mod_mam: Split out preference functions into a lib for easy reuse Kim Alvefur Fri, 12 Jul 2013 22:46:15 +0200
mod_mam: Stamp <archived> on incoming stanzas after archiving them Kim Alvefur Sun, 30 Jun 2013 00:40:37 +0200
mod_mam: The forwarded message should be a child of the MAM result element Kim Alvefur Sun, 30 Jun 2013 00:40:04 +0200
mod_mam: Report the total number of messages, not how many messages were sent during the query Kim Alvefur Thu, 11 Apr 2013 21:39:03 +0200
mod_mam: Implemented an empty <before/>, to request the last n items in the archive. Thijs Alkemade Sun, 27 Jan 2013 17:34:16 +0100
mod_mam: Fix variable name, blame autocomplete Kim Alvefur Mon, 27 Aug 2012 05:18:56 +0200
mod_mam: Report id of first item and number of items sent. Kim Alvefur Thu, 16 Aug 2012 22:31:08 +0200
mod_mam: Change storage format to store bare JID + resource. Kim Alvefur Thu, 16 Aug 2012 21:31:46 +0200
mod_mam: remove useless check Kim Alvefur Thu, 16 Aug 2012 21:16:35 +0200
mod_mam: Stricter validation, reject invalid timestamps, jids. Kim Alvefur Fri, 27 Jul 2012 04:39:48 +0200
mod_mam: Enforce max results even if RSM isn't used. Kim Alvefur Mon, 11 Jun 2012 16:54:32 +0200
mod_mam: Fix typo Kim Alvefur Fri, 08 Jun 2012 21:02:41 +0200
mod_mam: Enforce a max number of items returned, with a default. Kim Alvefur Fri, 08 Jun 2012 21:01:44 +0200
mod_mam: Move RSM pointer to last message into a MAM-namespaced child Kim Alvefur Fri, 08 Jun 2012 20:11:39 +0200
mod_mam: Fix issue with get_text() and clean some unneeded variables. Kim Alvefur Fri, 08 Jun 2012 05:56:24 +0200
mod_mam: Implement support for Result Set Management in queries. Kim Alvefur Fri, 08 Jun 2012 03:13:31 +0200
mod_mam: Put name of store in a single variable Kim Alvefur Thu, 24 May 2012 23:52:36 +0200
mod_mam: Remove unused local Kim Alvefur Thu, 24 May 2012 23:02:46 +0200
mod_mam: Break when the message is more recent than the range requested Kim Alvefur Thu, 24 May 2012 22:56:12 +0200
mod_mam: local tostring and some comments Kim Alvefur Thu, 24 May 2012 22:37:14 +0200
mod_mam: From the spec: servers SHOULD NOT archive messages that do not have a <body/> child tag. Thijs Alkemade Thu, 24 May 2012 22:29:17 +0200
mod_mam: Add the UID to the <result> when sending an archived message back. Thijs Alkemade Mon, 21 May 2012 15:36:02 +0200
mod_mam: Update header Kim Alvefur Sun, 22 Apr 2012 13:29:57 +0200
mod_mam: Remove archived tag, as this was dropped from the submitted spec Kim Alvefur Thu, 19 Apr 2012 17:46:24 +0200
mod_mam: Bumb priority up above carbons, so that archive ids are included Kim Alvefur Tue, 28 Feb 2012 14:37:42 +0100
mod_mam: Add missing up() Kim Alvefur Tue, 28 Feb 2012 14:36:41 +0100
mod_mam: Try to not bork when sending a message to your bare jid Kim Alvefur Tue, 28 Feb 2012 14:36:05 +0100
mod_mam: Store the message id more accessible. Kim Alvefur Sun, 15 Jan 2012 20:21:53 +0100
mod_mam: Implement archiving preferences. Kim Alvefur Sun, 15 Jan 2012 03:58:54 +0100
mod_mam: Add experimental implementation of the Message Archive Management ProtoXEP Kim Alvefur Fri, 06 Jan 2012 16:50:12 +0100