Log

plugins/muc/mod_muc.lua @ 8669:2aa85b0cd2b8

description author age
MUC: Catch and log error in case of storage failure in iterator over rooms Kim Alvefur 2018-03-15
MUC: Override methods on broken rooms to return internal-server-error instead Kim Alvefur 2018-03-22
MUC: Return error if unable to keep track of room due to storage failure Kim Alvefur 2018-03-07
MUC: Log failure to load room state Kim Alvefur 2018-03-16
MUC: Only fetch stored room state if room config is loaded without error Kim Alvefur 2018-03-16
MUC: Prevent room eviction on storage failure Kim Alvefur 2018-03-07
MUC: Produce an untracked, locked room on failure to read room from storage (#1091) Kim Alvefur 2018-03-12
MUC: Write down which functions are exposed and thus available to other modules Kim Alvefur 2018-03-09
MUC: Cache names of public rooms on eviction Kim Alvefur 2017-11-09
MUC: Measure rate of room eviction Kim Alvefur 2017-11-09
MUC: Tweak debug log message Kim Alvefur 2017-11-09
MUC: Include a human-readable message when denying room creation because of restrict_room_creation Kim Alvefur 2017-07-06
MUC: Return item-not-found for eg messages to non-existant rooms (changed in 566aba0482b6 for unknown reason) Kim Alvefur 2017-07-06
MUC: Log debug message when restoring a room from storage Kim Alvefur 2017-07-06
Merge 0.10->trunk Kim Alvefur 2017-03-31
MUC: Only create rooms in a locked state when they are created by someone joining (fixes timed deletion of all rooms on startup) Kim Alvefur 2017-03-31
Merge 0.10->trunk Kim Alvefur 2016-11-27
MUC: Don't create room in response to unavailable presence Kim Alvefur 2016-11-26
MUC: Run component shutdown after mod_c2s has closed its sessions (prevents ghosts) Kim Alvefur 2016-10-15
Logging error if MUC room cache is full Sam Whited 2016-09-02
MUC: Restore modern version of public create_room() function removed in dfaacf042cfe Kim Alvefur 2016-08-30
MUC: Pass room JID instead of room itself to logger, fixes traceback (thanks damencho) Kim Alvefur 2016-08-06
MUC: Lower priority of hook so plugins hooks run before Kim Alvefur 2016-05-04
MUC: Separate config from live state Kim Alvefur 2016-04-29
MUC: Separate force-save parameter from save-entire-state flag Kim Alvefur 2016-04-29
MUC: Add event for when room is done being created Kim Alvefur 2016-04-28
MUC: Split out handling of the room-creating presence into its own method Kim Alvefur 2016-04-28
MUC: Use correct room name variable, fixes traceback (thanks mathieui) Kim Alvefur 2016-04-27
MUC: Correctly iterate over suspended rooms while excluding live rooms Kim Alvefur 2016-04-26
MUC: Store rooms on disk on shutdown Kim Alvefur 2016-04-18
MUC: Cache public rooms and their names to speed up disco#items Kim Alvefur 2016-04-18
MUC: Switch to util.cache for storing rooms, store rooms to disk on eviction Kim Alvefur 2016-04-18
MUC: Move room deserialization to muc.lib Kim Alvefur 2016-04-18
Merge with Link Mauve Kim Alvefur 2016-04-17
MUC: Move 'preserialization' step to muc.lib Kim Alvefur 2016-04-17
Update every link to the documentation to use HTTPS Emmanuel Gil Peyrot 2016-04-16
MUC: Move history to room._history Kim Alvefur 2016-04-12
Merge 0.10->trunk Kim Alvefur 2016-03-11
MUC: Use type-specific config API for the 'name' option Kim Alvefur 2016-03-11
MUC: Don't reply to error stanzas with more error stanzas (thanks woffs) Kim Alvefur 2016-03-07
MUC: Rename variables to please luacheck Kim Alvefur 2016-01-20
MUC: Remove duplicated import of muc/persistent (4caef6d53304 and this fixes #482) Kim Alvefur 2015-08-26
Merge Matthew Wild 2015-07-27
plugins/muc: Move loading of optional muc libraries from muc.lib.lua to mod_muc daurnimator 2015-07-27
mod_muc: Fix a traceback when an owner joins a room Emmanuel Gil Peyrot 2015-07-25
Merge 0.10->trunk Kim Alvefur 2015-06-25
Merge 0.9->0.10 Kim Alvefur 2015-06-25
MUC: Prevent admins from being given affiliatons other than owner Kim Alvefur 2015-06-25
Backed out changeset bea3862b6bde in favor of a different approach Kim Alvefur 2015-06-25
MUC: Remove half of monkeypatch that was supposed to make admins always be room owners, fixes #458 Kim Alvefur 2015-06-16
plugins/muc/mod_muc: Add 'local_only' flag to mod_muc, so rooms don't get restored on shutdown daurnimator 2014-10-17
mod_muc: Fix 'destroy rooms' adhoc command (Thanks Florob) Kim Alvefur 2014-08-31
mod_muc: Fix tracebacks (thanks nick1) Kim Alvefur 2014-08-11
plugins/muc/mod_muc: persistent rooms keyval store needs username as nil daurnimator 2014-08-07
plugins/muc/mod_muc: Use map store for room persistence daurnimator 2014-08-07
plugins/muc/mod_muc: Remove unused import daurnimator 2014-08-07
mod_muc: Fix use of undefined global. Fixes #431. Matthew Wild 2014-08-05
plugins/muc/mod_muc: fix wrong event for persistence daurnimator 2014-06-11
plugins/muc/mod_muc: Get rid of room global; use module:shared to get it daurnimator 2014-05-19
plugins/muc/mod_muc: Place adhoc section into own scope daurnimator 2014-04-30