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"
|
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(?)
|
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
|