Log

plugins/muc/mod_muc.lua @ 8843:041ddc670934

description author age
Merge 0.10->trunk Matthew Wild Wed, 30 May 2018 21:40:00 +0100
MUC: Fix error logged when no persistent rooms present Matthew Wild Wed, 30 May 2018 21:02:09 +0100
MUC: Add support for setting a room language (closes #1149) Kim Alvefur Wed, 30 May 2018 09:06:17 +0200
MUC: Add support for an optional hard limit on number of rooms (fixes #766) Kim Alvefur Tue, 22 May 2018 21:22:51 +0200
Merge 0.10 -> trunk Matthew Wild Wed, 04 Apr 2018 18:42:05 +0100
MUC: Don't reply to errors with more errors (fixes #1122) Kim Alvefur Wed, 28 Mar 2018 18:11:09 +0200
MUC: Say something about storage failure before aborting (see #1091) Kim Alvefur Mon, 12 Mar 2018 16:05:08 +0100
MUC: Prevent creation of room that could not be loaded from storage (see #1091) Kim Alvefur Fri, 09 Mar 2018 02:10:44 +0100
MUC: Abort module loading if unable to get list of persistent rooms from storage (fixes #1091) Kim Alvefur Wed, 07 Mar 2018 16:01:58 +0100
MUC: Catch and log error in case of storage failure in iterator over rooms Kim Alvefur Thu, 15 Mar 2018 06:19:57 +0100
MUC: Override methods on broken rooms to return internal-server-error instead Kim Alvefur Thu, 22 Mar 2018 20:08:32 +0100
MUC: Return error if unable to keep track of room due to storage failure Kim Alvefur Wed, 07 Mar 2018 17:53:52 +0100
MUC: Log failure to load room state Kim Alvefur Fri, 16 Mar 2018 21:59:41 +0100
MUC: Only fetch stored room state if room config is loaded without error Kim Alvefur Fri, 16 Mar 2018 21:59:34 +0100
MUC: Prevent room eviction on storage failure Kim Alvefur Wed, 07 Mar 2018 17:38:01 +0100
MUC: Produce an untracked, locked room on failure to read room from storage (#1091) Kim Alvefur Mon, 12 Mar 2018 21:47:39 +0100
MUC: Write down which functions are exposed and thus available to other modules Kim Alvefur Fri, 09 Mar 2018 19:16:18 +0100
MUC: Cache names of public rooms on eviction Kim Alvefur Thu, 09 Nov 2017 17:27:52 +0100
MUC: Measure rate of room eviction Kim Alvefur Thu, 09 Nov 2017 17:27:37 +0100
MUC: Tweak debug log message Kim Alvefur Thu, 09 Nov 2017 17:27:12 +0100
MUC: Include a human-readable message when denying room creation because of restrict_room_creation Kim Alvefur Thu, 06 Jul 2017 11:22:16 +0200
MUC: Return item-not-found for eg messages to non-existant rooms (changed in 566aba0482b6 for unknown reason) Kim Alvefur Thu, 06 Jul 2017 11:21:28 +0200
MUC: Log debug message when restoring a room from storage Kim Alvefur Thu, 06 Jul 2017 11:21:10 +0200
Merge 0.10->trunk Kim Alvefur Fri, 31 Mar 2017 19:01:42 +0200
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 Fri, 31 Mar 2017 18:52:53 +0200
Merge 0.10->trunk Kim Alvefur Sun, 27 Nov 2016 01:06:23 +0100
MUC: Don't create room in response to unavailable presence Kim Alvefur Sun, 27 Nov 2016 00:10:51 +0100
MUC: Run component shutdown after mod_c2s has closed its sessions (prevents ghosts) Kim Alvefur Sat, 15 Oct 2016 17:40:31 +0200
Logging error if MUC room cache is full Sam Whited Fri, 02 Sep 2016 16:02:17 -0500
MUC: Restore modern version of public create_room() function removed in dfaacf042cfe Kim Alvefur Tue, 30 Aug 2016 17:54:24 +0200
MUC: Pass room JID instead of room itself to logger, fixes traceback (thanks damencho) Kim Alvefur Sat, 06 Aug 2016 11:58:01 +0200
MUC: Lower priority of hook so plugins hooks run before Kim Alvefur Wed, 04 May 2016 11:08:51 +0200
MUC: Separate config from live state Kim Alvefur Fri, 29 Apr 2016 17:04:05 +0200
MUC: Separate force-save parameter from save-entire-state flag Kim Alvefur Fri, 29 Apr 2016 16:54:45 +0200
MUC: Add event for when room is done being created Kim Alvefur Thu, 28 Apr 2016 22:57:53 +0200
MUC: Split out handling of the room-creating presence into its own method Kim Alvefur Thu, 28 Apr 2016 22:57:02 +0200
MUC: Use correct room name variable, fixes traceback (thanks mathieui) Kim Alvefur Wed, 27 Apr 2016 12:05:51 +0200
MUC: Correctly iterate over suspended rooms while excluding live rooms Kim Alvefur Tue, 26 Apr 2016 13:40:03 +0200
MUC: Store rooms on disk on shutdown Kim Alvefur Mon, 18 Apr 2016 20:32:48 +0200
MUC: Cache public rooms and their names to speed up disco#items Kim Alvefur Mon, 18 Apr 2016 19:19:33 +0200
MUC: Switch to util.cache for storing rooms, store rooms to disk on eviction Kim Alvefur Mon, 18 Apr 2016 19:18:37 +0200
MUC: Move room deserialization to muc.lib Kim Alvefur Mon, 18 Apr 2016 19:26:26 +0200
Merge with Link Mauve Kim Alvefur Sun, 17 Apr 2016 22:28:48 +0200
MUC: Move 'preserialization' step to muc.lib Kim Alvefur Sun, 17 Apr 2016 22:09:44 +0200
Update every link to the documentation to use HTTPS Emmanuel Gil Peyrot Sat, 16 Apr 2016 21:08:05 +0100
MUC: Move history to room._history Kim Alvefur Tue, 12 Apr 2016 19:35:55 +0200
Merge 0.10->trunk Kim Alvefur Fri, 11 Mar 2016 13:41:10 +0100
MUC: Use type-specific config API for the 'name' option Kim Alvefur Fri, 11 Mar 2016 13:34:32 +0100
MUC: Don't reply to error stanzas with more error stanzas (thanks woffs) Kim Alvefur Mon, 07 Mar 2016 10:59:37 +0100
MUC: Rename variables to please luacheck Kim Alvefur Wed, 20 Jan 2016 14:46:06 +0100
MUC: Remove duplicated import of muc/persistent (4caef6d53304 and this fixes #482) Kim Alvefur Wed, 26 Aug 2015 20:21:12 +0200
Merge Matthew Wild Mon, 27 Jul 2015 09:38:40 +0100
plugins/muc: Move loading of optional muc libraries from muc.lib.lua to mod_muc daurnimator Mon, 27 Jul 2015 18:34:51 +1000
mod_muc: Fix a traceback when an owner joins a room Emmanuel Gil Peyrot Sat, 25 Jul 2015 15:49:00 +0100
Merge 0.10->trunk Kim Alvefur Thu, 25 Jun 2015 18:57:43 +0200
Merge 0.9->0.10 Kim Alvefur Thu, 25 Jun 2015 18:54:01 +0200
MUC: Prevent admins from being given affiliatons other than owner Kim Alvefur Thu, 25 Jun 2015 17:58:24 +0200
Backed out changeset bea3862b6bde in favor of a different approach Kim Alvefur Thu, 25 Jun 2015 17:54:19 +0200
MUC: Remove half of monkeypatch that was supposed to make admins always be room owners, fixes #458 Kim Alvefur Tue, 16 Jun 2015 15:13:47 +0200
plugins/muc/mod_muc: Add 'local_only' flag to mod_muc, so rooms don't get restored on shutdown daurnimator Fri, 17 Oct 2014 16:35:46 -0400