log mod_mam_muc/mod_mam_muc.lua @ 2372:b1b120e654ff

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"
2014-04-15 daurnimator mod_mam_muc: Place stanza type in 'with' column; when sending history, only send messages with type=groupchat
2014-04-08 Kim Alvefur mod_mam_muc: Fix to, from on result messages (thanks daurnimator)
2014-03-23 Kim Alvefur mod_mam, mod_mam_muc: Check that storagemanager didn't return an instance of the null storage method (Thanks Jonathan)
2014-02-28 Kim Alvefur Backed out changeset 853a382c9bd6
2014-02-28 Kim Alvefur mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
2014-02-20 Kim Alvefur mod_mam_muc: Remove code that should have been removed in previous commit
2014-02-20 Kim Alvefur mod_mam_muc: Add and remove method overrides based on configuration instead of modifying room metatable
2014-02-20 Kim Alvefur mod_mam_muc: Rename variable
2014-02-20 Kim Alvefur mod_mam_muc: Use public API of rooms for authorization check
2014-02-19 Vadim Misbakh-Soloviov mod_mam_muc: porting archive checks from mod_mam (to avoid tracebacks about calling null functions)
2014-01-18 Kim Alvefur mod_mam_muc: Override method for storing history messages instead of hooking stanza events
2014-01-18 Kim Alvefur mod_mam_muc: Override sending of room history and use archives
2014-01-18 Kim Alvefur mod_mam_muc: Remove archives when a room is destroyed
2014-01-18 Kim Alvefur mod_mam_muc: Hide logging option from room configuration if set to log all rooms
2014-01-18 Kim Alvefur mod_mam_muc: Make the logging option in the room config reflect logging and inherit the default
2013-08-10 Kim Alvefur mod_mam_muc: Search the rooms archive correctly (copypaste error from mod_mam)
2013-08-10 Kim Alvefur mod_mam_muc: Send item-not-found if the requested room does not exist
2013-08-10 Kim Alvefur mod_mam_muc: Fix room lookup, should be indexed by bare jid
2013-08-10 Kim Alvefur mod_mam_muc: Allow archiving to be enabled trough in the room configuration
2013-08-10 Kim Alvefur mod_mam_muc: Stap archived messages
2013-08-10 Kim Alvefur mod_mam_muc: Switch to new stanza storage API
2013-08-10 Kim Alvefur mod_mam_muc: Send proper error reply when one is not allowed to query archive
2013-08-10 Kim Alvefur mod_mam_muc: Get room objects in a less awkward fashion
2013-08-10 Kim Alvefur mod_mam_muc: Switch to iq-get hook and drop some indentation
2012-09-17 Kim Alvefur mod_mam_muc: MUC version of mod_mam