log mod_mam/mod_mam.lua @ 4594:1da63fe35ef3

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