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
|
2016-01-19 |
Kim Alvefur |
mod_mam: Allow interval between archive cleanup to be changed
|
2016-01-19 |
Kim Alvefur |
mod_mam: Merge identical conditional blocks
|
2016-01-19 |
Kim Alvefur |
mod_mam: Bit of spacing between blocks of code
|
2016-01-19 |
Kim Alvefur |
mod_mam: Always convert 'total' to a number
|
2016-01-19 |
Kim Alvefur |
mod_mam: Fix order of arguments to archive append
|
2016-01-19 |
Kim Alvefur |
mod_mam: Enable archiving by default, less of a privacy issue if messages expire
|
2016-01-19 |
Kim Alvefur |
mod_mam: Add support for trimming old archived messages
|
2016-01-09 |
Kim Alvefur |
mod_mam: Fix accidental global access
|
2016-01-09 |
Kim Alvefur |
mod_mam: Improve error messages when failed to open storage
|
2015-12-09 |
Kim Alvefur |
mod_mam: Clarify condition presendence
|
2015-08-26 |
Kim Alvefur |
mod_mam: Store chat messages and normal messages with a body
|