mod_mam: Add flag to session when it performs a MAM query
|
Matthew Wild |
2019-10-03 |
[mod_mam] Fix hook priority for local clients, too (see also commit 2af42a3af131)
|
tmolitor |
2018-03-07 |
mod_mam: Squeeze in hooks with priority between sevral other modules (fixes #996)
|
Kim Alvefur |
2017-09-21 |
mod_mam: Use a FIFO queue for scheduling archive expiry
|
Kim Alvefur |
2017-09-12 |
mod_mam: Fix traceback due to borked transplant from 0.10
|
Kim Alvefur |
2017-09-03 |
mod_mam: Clone stanza before stripping stanza id after carbons
|
Kim Alvefur |
2017-09-03 |
mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961)
|
Kim Alvefur |
2017-09-02 |
mod_mam: Use correct variable
|
Kim Alvefur |
2017-04-27 |
mod_mam: Don't ask the storage backend to count all items when expiry is disabled
|
Kim Alvefur |
2017-04-26 |
mod_mam: Adjust event handler priorities to match guidelines in docs
|
Matthew Wild |
2017-04-28 |
mod_mam: Remove extraneous assert when opening the store
|
Emmanuel Gil Peyrot |
2017-04-02 |
mod_mam: Ignore long log lines [luacheck]
|
Kim Alvefur |
2017-03-23 |
mod_mam: Add support for XEP-0313 v0.6
|
Kim Alvefur |
2017-02-20 |
mod_mam: Fix to expect archive id as first return value from archive:append
|
Kim Alvefur |
2017-02-20 |
mod_mam: Add comments
|
Kim Alvefur |
2017-02-19 |
mod_mam: Normalize whitespace
|
Kim Alvefur |
2017-02-19 |
mod_mam: Bring hints processing in line with 0.10 version
|
Kim Alvefur |
2017-02-19 |
mod_mam: Make the store configurable to ease move to 0.10 version
|
Kim Alvefur |
2017-02-19 |
mod_mam: Add support for XEP-0313 v0.5
|
Kim Alvefur |
2017-02-19 |
mod_mam: Add missing wrapping <query> element when returning the query form
|
Kim Alvefur |
2017-02-19 |
mod_mam: Check that user exists (#731)
|
Kim Alvefur |
2016-08-29 |
mod_mam: Log messages from local clients on the clients session
|
Kim Alvefur |
2016-08-12 |
mod_mam: Include 'w' (week) in pattern for "archive_expires_after" option (fixes #627)
|
Kim Alvefur |
2016-02-15 |
mod_mam: Add some debug logging
|
Kim Alvefur |
2016-02-04 |
mod_mam: Add a bit of randomness to cleanup intervals to keep some time between multiple instances
|
Kim Alvefur |
2016-02-02 |
mod_mam: Compensate for small change in mod_disco between 0.9 and 0.10
|
Kim Alvefur |
2016-01-24 |
mod_mam: This was meant to be a debug message
|
Kim Alvefur |
2016-01-22 |
mod_mam: Fix Top Level Error from string[table] = nil instead of table[string] = nil
|
Kim Alvefur |
2016-01-19 |
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 |
2016-01-19 |
mod_mam: Include an in-memory fallback driver
|
Kim Alvefur |
2016-01-19 |
mod_mam: Allow interval between archive cleanup to be changed
|
Kim Alvefur |
2016-01-19 |
mod_mam: Merge identical conditional blocks
|
Kim Alvefur |
2016-01-19 |
mod_mam: Bit of spacing between blocks of code
|
Kim Alvefur |
2016-01-19 |
mod_mam: Always convert 'total' to a number
|
Kim Alvefur |
2016-01-19 |
mod_mam: Fix order of arguments to archive append
|
Kim Alvefur |
2016-01-19 |
mod_mam: Enable archiving by default, less of a privacy issue if messages expire
|
Kim Alvefur |
2016-01-19 |
mod_mam: Add support for trimming old archived messages
|
Kim Alvefur |
2016-01-19 |
mod_mam: Fix accidental global access
|
Kim Alvefur |
2016-01-09 |
mod_mam: Improve error messages when failed to open storage
|
Kim Alvefur |
2016-01-09 |
mod_mam: Clarify condition presendence
|
Kim Alvefur |
2015-12-09 |
mod_mam: Store chat messages and normal messages with a body
|
Kim Alvefur |
2015-08-26 |
mod_mam: Unindent 'else' block
|
Kim Alvefur |
2015-08-26 |
mod_mam: Support both spellings of XEP-0334 processing hints until XEP is clarified
|
Kim Alvefur |
2015-07-18 |
mod_mam: Same with no-storage, not no-store
|
Kim Alvefur |
2015-07-02 |
mod_mam: Fix message hints, it's no-permanent-*storage*, not ..-store
|
Kim Alvefur |
2015-07-02 |
mod_mam: Fire event on successful storage of message
|
Kim Alvefur |
2015-05-18 |
mod_mam: There are other storage backends that support archives now
|
Kim Alvefur |
2015-05-17 |
mod_mam: Semicolons!
|
Kim Alvefur |
2015-05-05 |
mod_mam: Reverse the order of reversed queries back to chronological order
|
Kim Alvefur |
2015-05-03 |
mod_mam: Move variable into loop scope
|
Kim Alvefur |
2015-05-03 |
mod_mam: Rename variable
|
Kim Alvefur |
2015-05-03 |
mod_mam: Support the mandatory 'complete' attribute by requesting one extra item from storage
|
Kim Alvefur |
2015-05-03 |
mod_mam: Always return true when a stanza event has been handled
|
Kim Alvefur |
2015-05-03 |
mod_mam: Advertise feature in disco#info for account as per XEP-0313 >= 0.2
|
Kim Alvefur |
2015-04-25 |
mod_mam: Make sure default_archive_policy is a boolean or "roster" (thanks souliane)
|
Kim Alvefur |
2014-12-18 |
mod_mam: Update to version 0.3 of XEP-0313
|
Kim Alvefur |
2014-08-15 |
mod_mam: Mirror to and from attributes from iq on result messages
|
Kim Alvefur |
2014-04-30 |
mod_mam: Update copyright header
|
Kim Alvefur |
2014-04-30 |
mod_mam: Shuffle imports
|
Kim Alvefur |
2014-04-30 |
mod_mam, mod_mam_muc: Check that storagemanager didn't return an instance of the null storage method (Thanks Jonathan)
|
Kim Alvefur |
2014-03-23 |