Log

mod_mam_muc/mod_mam_muc.lua @ 2432:47a6f01231b2

description author age
mod_mam_muc: Use is_stanza from util.stanza if available Kim Alvefur 2017-01-02
mod_mam_muc: Remove TODO about logging presence since it can do that already Kim Alvefur 2016-12-26
mod_mam_muc: More room JID variable renaming for more consistency Kim Alvefur 2016-12-22
mod_mam_muc: Rename room and room JID variables for consistency Kim Alvefur 2016-12-22
mod_mam_muc: Remove some debug logging Kim Alvefur 2016-12-04
mod_mam_muc: Fix previous commit Kim Alvefur 2016-05-21
mod_mam_muc: Fix order of arguments for archive API Kim Alvefur 2016-05-21
mod_mam_muc: Yell loudly when archive store can't be opened Kim Alvefur 2016-01-22
mod_mam_muc: Add guard to prevent loading on normal hosts Kim Alvefur 2015-12-14
mod_admin_web,mod_carbons,mod_csi_compat,mod_mam_muc,mod_tcpproxy: Explicitly return true Kim Alvefur 2015-09-21
mod_mam_muc: d20cfc5ba827 .. cd87a2eba8f2 here too (uh, duplicated code) Kim Alvefur 2015-05-03
mod_mam_muc: Advertise MAM feature on bare JID room disco#info (only effective after prosody 57bc52f67564) Kim Alvefur 2015-04-25
mod_mam_muc: Cleanup [luacheck] Kim Alvefur 2015-04-07
mod_mam_muc: Fix character limit again(?) Kim Alvefur 2015-04-07
mod_mam_muc: Fix character limit Kim Alvefur 2015-03-29
mod_mam_muc: fix <iq type='get' to='room-bare-jid'> query Stuart Carnie 2015-03-24
mod_mam_muc: support to disable presence logging via muc_log_presences Stuart Carnie 2015-02-23
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. Kim Alvefur 2014-11-18
mod_mam_muc: Try to use new MUC API for getting room objects (fixes queries to not yet initialized rooms) Kim Alvefur 2014-11-08
mod_mam_muc: Store joins and leaves Kim Alvefur 2014-11-08
mod_mam_muc: Limit search to groupchat messages (we use the internal 'with' field stanza types) Kim Alvefur 2014-11-08
mod_mam_muc: Remove parsing of 'with' field in MAM form, we currently ignore it anyways Kim Alvefur 2014-11-08
mod_mam_muc: Add compatibility with the new MUC code in trunk Kim Alvefur 2014-10-30
mod_mam_muc: Split logic for determining if logging is enabled into a function Kim Alvefur 2014-10-30
mod_mam_muc: Fix indentation Kim Alvefur 2014-10-29
call archive API with username only Stuart Carnie 2014-10-28
mod_mam_muc: Add missing import and change the namespace to MAM v0.3 Kim Alvefur 2014-10-23
mod_mam_muc: Update to XEP-0313 v 0.3 Kim Alvefur 2014-10-22
mod_mam_muc: Minor moving about of variables Kim Alvefur 2014-10-22
mod_mam_muc: Restructure initialization Kim Alvefur 2014-10-22
mod_mam_muc: Fix for muc history query Stuart Carnie 2014-10-20
mod_mam_muc: Fix add/removal of room method overrides Kim Alvefur 2014-10-09
mod_mam_muc: Use max_history_length as default for "max_archive_query_results" daurnimator 2014-06-05
mod_mam_muc: Place stanza type in 'with' column; when sending history, only send messages with type=groupchat daurnimator 2014-04-15
mod_mam_muc: Fix to, from on result messages (thanks daurnimator) Kim Alvefur 2014-04-08
mod_mam, mod_mam_muc: Check that storagemanager didn't return an instance of the null storage method (Thanks Jonathan) Kim Alvefur 2014-03-23
Backed out changeset 853a382c9bd6 Kim Alvefur 2014-02-28
mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus) Kim Alvefur 2014-02-28
mod_mam_muc: Remove code that should have been removed in previous commit Kim Alvefur 2014-02-20
mod_mam_muc: Add and remove method overrides based on configuration instead of modifying room metatable Kim Alvefur 2014-02-20
mod_mam_muc: Rename variable Kim Alvefur 2014-02-20
mod_mam_muc: Use public API of rooms for authorization check Kim Alvefur 2014-02-20
mod_mam_muc: porting archive checks from mod_mam (to avoid tracebacks about calling null functions) Vadim Misbakh-Soloviov 2014-02-19
mod_mam_muc: Override method for storing history messages instead of hooking stanza events Kim Alvefur 2014-01-18
mod_mam_muc: Override sending of room history and use archives Kim Alvefur 2014-01-18
mod_mam_muc: Remove archives when a room is destroyed Kim Alvefur 2014-01-18
mod_mam_muc: Hide logging option from room configuration if set to log all rooms Kim Alvefur 2014-01-18
mod_mam_muc: Make the logging option in the room config reflect logging and inherit the default Kim Alvefur 2014-01-18
mod_mam_muc: Search the rooms archive correctly (copypaste error from mod_mam) Kim Alvefur 2013-08-10
mod_mam_muc: Send item-not-found if the requested room does not exist Kim Alvefur 2013-08-10
mod_mam_muc: Fix room lookup, should be indexed by bare jid Kim Alvefur 2013-08-10
mod_mam_muc: Allow archiving to be enabled trough in the room configuration Kim Alvefur 2013-08-10
mod_mam_muc: Stap archived messages Kim Alvefur 2013-08-10
mod_mam_muc: Switch to new stanza storage API Kim Alvefur 2013-08-10
mod_mam_muc: Send proper error reply when one is not allowed to query archive Kim Alvefur 2013-08-10
mod_mam_muc: Get room objects in a less awkward fashion Kim Alvefur 2013-08-10
mod_mam_muc: Switch to iq-get hook and drop some indentation Kim Alvefur 2013-08-10
mod_mam_muc: MUC version of mod_mam Kim Alvefur 2012-09-17