log mod_mam_muc/mod_mam_muc.lua @ 3855:0e1e900577c4

age author description
2018-10-28 Kim Alvefur mod_mam_muc: Log to debug log whether a message is archived or not
2018-04-02 Kim Alvefur mod_mam_muc: Remove support for Prosody trunk/0.11
2018-03-26 Matthew Wild mod_mam_muc: Advertise mam:1 instead of mam:2 if not using new MUC code [fixes #1118]
2017-11-18 Kim Alvefur mod_mam_muc: Warn if the storage driver is missing the deletion API (instead of a traceback) (thanks asterix)
2017-11-17 Kim Alvefur mod_mam_muc: Add comment describing stripping of <x> tag in results
2017-11-17 Kim Alvefur mod_mam_muc: Pass along the size of the matching set, if returned from storage driver
2017-11-17 Kim Alvefur mod_mam_muc: Copy max_archive_query_results option from mod_mam
2017-06-23 Kim Alvefur mod_mam_muc: Handle missing maxstanzas (thanks Martin)
2017-06-23 Kim Alvefur mod_mam_muc: Only collect original JID for messages (unavailable presence seems to cause an error)
2017-06-23 Kim Alvefur mod_mam_muc: Store and return original JID, role and affiliation (fixes #903)
2017-06-23 Kim Alvefur mod_mam_muc: Remove fetching of total message counts (potentially very slow and only supported by SQL)
2017-06-23 Kim Alvefur mod_mam_muc: Add debug logging like in mod_mam
2017-06-23 Kim Alvefur mod_mam_muc: Make calculation of max history length more like in mod_muc
2017-05-21 Kim Alvefur mod_mam_muc: Rename various fields from "logging" to "archiving"