log mod_mam/mod_mam.lua @ 2309:feebb38c670d

age author description
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
2015-08-26 Kim Alvefur mod_mam: Unindent 'else' block
2015-07-18 Kim Alvefur mod_mam: Support both spellings of XEP-0334 processing hints until XEP is clarified
2015-07-02 Kim Alvefur mod_mam: Same with no-storage, not no-store
2015-07-02 Kim Alvefur mod_mam: Fix message hints, it's no-permanent-*storage*, not ..-store
2015-05-18 Kim Alvefur mod_mam: Fire event on successful storage of message
2015-05-17 Kim Alvefur mod_mam: There are other storage backends that support archives now
2015-05-05 Kim Alvefur mod_mam: Semicolons!
2015-05-03 Kim Alvefur mod_mam: Reverse the order of reversed queries back to chronological order
2015-05-03 Kim Alvefur mod_mam: Move variable into loop scope