Log

mod_mam/mod_mam.lua @ 3694:e45a3d04367b

description author age
mod_mam: Add flag to session when it performs a MAM query Matthew Wild Thu, 03 Oct 2019 16:39:53 +0100
[mod_mam] Fix hook priority for local clients, too (see also commit 2af42a3af131) tmolitor Wed, 07 Mar 2018 22:21:43 +0100
mod_mam: Squeeze in hooks with priority between sevral other modules (fixes #996) Kim Alvefur Thu, 21 Sep 2017 23:31:42 +0200
mod_mam: Use a FIFO queue for scheduling archive expiry Kim Alvefur Tue, 12 Sep 2017 15:46:49 +0200
mod_mam: Fix traceback due to borked transplant from 0.10 Kim Alvefur Sun, 03 Sep 2017 13:28:28 +0200
mod_mam: Clone stanza before stripping stanza id after carbons Kim Alvefur Sun, 03 Sep 2017 12:43:24 +0200
mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961) Kim Alvefur Sun, 03 Sep 2017 00:35:31 +0200
mod_mam: Use correct variable Kim Alvefur Thu, 27 Apr 2017 12:41:53 +0200
mod_mam: Don't ask the storage backend to count all items when expiry is disabled Kim Alvefur Wed, 26 Apr 2017 11:46:22 +0200
mod_mam: Adjust event handler priorities to match guidelines in docs Matthew Wild Fri, 28 Apr 2017 12:09:51 +0100
mod_mam: Remove extraneous assert when opening the store Emmanuel Gil Peyrot Sun, 02 Apr 2017 19:44:59 +0100
mod_mam: Ignore long log lines [luacheck] Kim Alvefur Thu, 23 Mar 2017 14:31:01 +0100
mod_mam: Add support for XEP-0313 v0.6 Kim Alvefur Mon, 20 Feb 2017 01:59:33 +0100
mod_mam: Fix to expect archive id as first return value from archive:append Kim Alvefur Mon, 20 Feb 2017 01:58:00 +0100
mod_mam: Add comments Kim Alvefur Mon, 20 Feb 2017 00:09:45 +0100
mod_mam: Normalize whitespace Kim Alvefur Mon, 20 Feb 2017 00:48:31 +0100
mod_mam: Bring hints processing in line with 0.10 version Kim Alvefur Mon, 20 Feb 2017 00:09:13 +0100
mod_mam: Make the store configurable to ease move to 0.10 version Kim Alvefur Mon, 20 Feb 2017 00:07:59 +0100
mod_mam: Add support for XEP-0313 v0.5 Kim Alvefur Mon, 20 Feb 2017 00:41:13 +0100
mod_mam: Add missing wrapping <query> element when returning the query form Kim Alvefur Mon, 20 Feb 2017 00:44:27 +0100
mod_mam: Check that user exists (#731) Kim Alvefur Mon, 29 Aug 2016 10:51:08 +0200
mod_mam: Log messages from local clients on the clients session Kim Alvefur Fri, 12 Aug 2016 18:20:08 +0200
mod_mam: Include 'w' (week) in pattern for "archive_expires_after" option (fixes #627) Kim Alvefur Mon, 15 Feb 2016 23:56:12 +0100
mod_mam: Add some debug logging Kim Alvefur Thu, 04 Feb 2016 13:38:06 +0100
mod_mam: Add a bit of randomness to cleanup intervals to keep some time between multiple instances Kim Alvefur Tue, 02 Feb 2016 16:26:21 +0100
mod_mam: Compensate for small change in mod_disco between 0.9 and 0.10 Kim Alvefur Sun, 24 Jan 2016 11:46:14 +0100
mod_mam: This was meant to be a debug message Kim Alvefur Fri, 22 Jan 2016 16:04:32 +0100
mod_mam: Fix Top Level Error from string[table] = nil instead of table[string] = nil Kim Alvefur Tue, 19 Jan 2016 18:04:24 +0100
mod_mam: Use the fallback driver if either the null driver or a driver that does not implement the archive api is returned Kim Alvefur Tue, 19 Jan 2016 17:59:05 +0100
mod_mam: Include an in-memory fallback driver Kim Alvefur Tue, 19 Jan 2016 17:47:47 +0100