log mod_mam/mod_mam.lua @ 3843:c065b7670c89

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