log mod_mam_muc/mod_mam_muc.lua @ 2793:4b7e6c01aa1c

age author description
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"
2017-03-21 Kim Alvefur mod_mam_muc: Include stanza-id in history replay
2017-03-21 Kim Alvefur mod_mam_muc: Add stanza-id tags (updates to XEP-0313 v0.6)
2017-03-21 Kim Alvefur mod_mam_muc: Shorten some lines [luacheck]
2017-02-19 Kim Alvefur mod_mam_muc: Update to XEP-0313 0.5.1
2017-02-14 Kim Alvefur mod_mam_muc: Move swapping of reversed variables (like 5fb917b86838 for mod_mam)
2017-02-14 Kim Alvefur mod_mam_muc: Make sure that the total, if it is a total, is a number
2017-02-14 Kim Alvefur mod_mam_muc: Minor syntax change
2017-02-14 Kim Alvefur mod_mam_muc: Remove fallback for util.stanza.is_stanza, it should be available
2017-02-14 Kim Alvefur mod_mam_muc: Use util.rsm (fixes #829, depends on a recent 0.10+)
2017-01-02 Kim Alvefur mod_mam_muc: Use is_stanza from util.stanza if available
2016-12-26 Kim Alvefur mod_mam_muc: Remove TODO about logging presence since it can do that already
2016-12-22 Kim Alvefur mod_mam_muc: More room JID variable renaming for more consistency
2016-12-22 Kim Alvefur mod_mam_muc: Rename room and room JID variables for consistency
2016-12-04 Kim Alvefur mod_mam_muc: Remove some debug logging
2016-05-21 Kim Alvefur mod_mam_muc: Fix previous commit
2016-05-21 Kim Alvefur mod_mam_muc: Fix order of arguments for archive API
2016-01-22 Kim Alvefur mod_mam_muc: Yell loudly when archive store can't be opened
2015-12-14 Kim Alvefur mod_mam_muc: Add guard to prevent loading on normal hosts
2015-09-21 Kim Alvefur mod_admin_web,mod_carbons,mod_csi_compat,mod_mam_muc,mod_tcpproxy: Explicitly return true
2015-05-03 Kim Alvefur mod_mam_muc: d20cfc5ba827 .. cd87a2eba8f2 here too (uh, duplicated code)
2015-04-25 Kim Alvefur mod_mam_muc: Advertise MAM feature on bare JID room disco#info (only effective after prosody 57bc52f67564)
2015-04-07 Kim Alvefur mod_mam_muc: Cleanup [luacheck]
2015-04-07 Kim Alvefur mod_mam_muc: Fix character limit again(?)