log mod_mam_muc/mod_mam_muc.lua @ 2374:d630fa0d4dba

age author description
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(?)
2015-03-29 Kim Alvefur mod_mam_muc: Fix character limit
2015-03-24 Stuart Carnie mod_mam_muc: fix <iq type='get' to='room-bare-jid'> query
2015-02-23 Stuart Carnie mod_mam_muc: support to disable presence logging via muc_log_presences
2014-11-18 Kim Alvefur mod_mam_muc, mod_http_muc_log: Change store name from 'archive2' to 'muc_log' to distinguish it from personal MAM archives. Old data will require migration.
2014-11-08 Kim Alvefur mod_mam_muc: Try to use new MUC API for getting room objects (fixes queries to not yet initialized rooms)
2014-11-08 Kim Alvefur mod_mam_muc: Store joins and leaves
2014-11-08 Kim Alvefur mod_mam_muc: Limit search to groupchat messages (we use the internal 'with' field stanza types)
2014-11-08 Kim Alvefur mod_mam_muc: Remove parsing of 'with' field in MAM form, we currently ignore it anyways
2014-10-30 Kim Alvefur mod_mam_muc: Add compatibility with the new MUC code in trunk
2014-10-30 Kim Alvefur mod_mam_muc: Split logic for determining if logging is enabled into a function
2014-10-29 Kim Alvefur mod_mam_muc: Fix indentation
2014-10-28 Stuart Carnie call archive API with username only
2014-10-23 Kim Alvefur mod_mam_muc: Add missing import and change the namespace to MAM v0.3
2014-10-22 Kim Alvefur mod_mam_muc: Update to XEP-0313 v 0.3
2014-10-22 Kim Alvefur mod_mam_muc: Minor moving about of variables
2014-10-22 Kim Alvefur mod_mam_muc: Restructure initialization
2014-10-20 Stuart Carnie mod_mam_muc: Fix for muc history query
2014-10-09 Kim Alvefur mod_mam_muc: Fix add/removal of room method overrides
2014-06-05 daurnimator mod_mam_muc: Use max_history_length as default for "max_archive_query_results"