plugins/muc/mod_muc.lua
Wed, 11 Jul 2018 03:37:57 +0200 Kim Alvefur MUC: Add support for storing a tombstone for destroyed rooms (#1182)
Wed, 11 Jul 2018 03:27:18 +0200 Kim Alvefur MUC: Remove room state on successful restoration from disk
Wed, 11 Jul 2018 03:27:02 +0200 Kim Alvefur MUC: Purge saved room state when deleting a room
Wed, 11 Jul 2018 02:25:07 +0200 Kim Alvefur MUC: Log a debug message when a non-persistent room becomes empty and is destroyed
Tue, 10 Jul 2018 21:10:12 +0200 Kim Alvefur MUC: Flag rooms being destroyed (fixes #887)
Fri, 06 Jul 2018 15:58:11 +0100 Matthew Wild mod_muc: Add support for muc_room_default_allow_member_invites
Fri, 06 Jul 2018 15:33:46 +0100 Matthew Wild MUC: Add config option to allow members to invite other members to the room (previously only owners/admins could do this)
Wed, 27 Jun 2018 16:00:54 +0100 Matthew Wild MUC: Remove affiliation notify support, nothing uses it
Sat, 23 Jun 2018 18:59:21 +0200 Kim Alvefur MUC: Measure cache hits and misses
Sat, 23 Jun 2018 18:58:56 +0200 Kim Alvefur MUC: Rename eviction hit rate measure
Wed, 06 Jun 2018 15:26:16 +0200 Kim Alvefur MUC: Expose method for creating a bare room object
Wed, 06 Jun 2018 00:35:42 +0200 Kim Alvefur MUC: Track rooms created via internal public API
Sat, 14 Apr 2018 16:14:15 +0200 Kim Alvefur MUC: Allow passing config to public create_room API
Sun, 03 Jun 2018 20:54:53 +0200 Kim Alvefur MUC: Fix Ooo (thanks pep.)
Sun, 03 Jun 2018 14:45:04 +0200 Kim Alvefur MUC: Make rooms hidden (non-public) by default for improved privacy
Sun, 03 Jun 2018 14:43:15 +0200 Kim Alvefur MUC: Use xml:lang from stanza that creates a room as default for language
Sun, 03 Jun 2018 14:43:06 +0200 Kim Alvefur MUC: Add support for setting MUC room defaults from the config file
Sat, 02 Jun 2018 20:15:32 +0200 Kim Alvefur MUC: Move voice request into its own lib
Wed, 30 May 2018 21:40:00 +0100 Matthew Wild Merge 0.10->trunk
Wed, 30 May 2018 21:02:09 +0100 Matthew Wild MUC: Fix error logged when no persistent rooms present
Wed, 30 May 2018 09:06:17 +0200 Kim Alvefur MUC: Add support for setting a room language (closes #1149)
Tue, 22 May 2018 21:22:51 +0200 Kim Alvefur MUC: Add support for an optional hard limit on number of rooms (fixes #766)
Wed, 04 Apr 2018 18:42:05 +0100 Matthew Wild Merge 0.10 -> trunk
Wed, 28 Mar 2018 18:11:09 +0200 Kim Alvefur MUC: Don't reply to errors with more errors (fixes #1122)
Mon, 12 Mar 2018 16:05:08 +0100 Kim Alvefur MUC: Say something about storage failure before aborting (see #1091)
Fri, 09 Mar 2018 02:10:44 +0100 Kim Alvefur MUC: Prevent creation of room that could not be loaded from storage (see #1091)
Wed, 07 Mar 2018 16:01:58 +0100 Kim Alvefur MUC: Abort module loading if unable to get list of persistent rooms from storage (fixes #1091)
Thu, 15 Mar 2018 06:19:57 +0100 Kim Alvefur MUC: Catch and log error in case of storage failure in iterator over rooms
Thu, 22 Mar 2018 20:08:32 +0100 Kim Alvefur MUC: Override methods on broken rooms to return internal-server-error instead
Wed, 07 Mar 2018 17:53:52 +0100 Kim Alvefur MUC: Return error if unable to keep track of room due to storage failure
Fri, 16 Mar 2018 21:59:41 +0100 Kim Alvefur MUC: Log failure to load room state
Fri, 16 Mar 2018 21:59:34 +0100 Kim Alvefur MUC: Only fetch stored room state if room config is loaded without error
Wed, 07 Mar 2018 17:38:01 +0100 Kim Alvefur MUC: Prevent room eviction on storage failure
Mon, 12 Mar 2018 21:47:39 +0100 Kim Alvefur MUC: Produce an untracked, locked room on failure to read room from storage (#1091)
Fri, 09 Mar 2018 19:16:18 +0100 Kim Alvefur MUC: Write down which functions are exposed and thus available to other modules
Thu, 09 Nov 2017 17:27:52 +0100 Kim Alvefur MUC: Cache names of public rooms on eviction
Thu, 09 Nov 2017 17:27:37 +0100 Kim Alvefur MUC: Measure rate of room eviction
Thu, 09 Nov 2017 17:27:12 +0100 Kim Alvefur MUC: Tweak debug log message
Thu, 06 Jul 2017 11:22:16 +0200 Kim Alvefur MUC: Include a human-readable message when denying room creation because of restrict_room_creation
Thu, 06 Jul 2017 11:21:28 +0200 Kim Alvefur MUC: Return item-not-found for eg messages to non-existant rooms (changed in 566aba0482b6 for unknown reason)
Thu, 06 Jul 2017 11:21:10 +0200 Kim Alvefur MUC: Log debug message when restoring a room from storage
Fri, 31 Mar 2017 19:01:42 +0200 Kim Alvefur Merge 0.10->trunk
Fri, 31 Mar 2017 18:52:53 +0200 Kim Alvefur MUC: Only create rooms in a locked state when they are created by someone joining (fixes timed deletion of all rooms on startup)
Sun, 27 Nov 2016 01:06:23 +0100 Kim Alvefur Merge 0.10->trunk
Sun, 27 Nov 2016 00:10:51 +0100 Kim Alvefur MUC: Don't create room in response to unavailable presence
Sat, 15 Oct 2016 17:40:31 +0200 Kim Alvefur MUC: Run component shutdown after mod_c2s has closed its sessions (prevents ghosts)
Fri, 02 Sep 2016 16:02:17 -0500 Sam Whited Logging error if MUC room cache is full
Tue, 30 Aug 2016 17:54:24 +0200 Kim Alvefur MUC: Restore modern version of public create_room() function removed in dfaacf042cfe
Sat, 06 Aug 2016 11:58:01 +0200 Kim Alvefur MUC: Pass room JID instead of room itself to logger, fixes traceback (thanks damencho)
Wed, 04 May 2016 11:08:51 +0200 Kim Alvefur MUC: Lower priority of hook so plugins hooks run before
Fri, 29 Apr 2016 17:04:05 +0200 Kim Alvefur MUC: Separate config from live state
Fri, 29 Apr 2016 16:54:45 +0200 Kim Alvefur MUC: Separate force-save parameter from save-entire-state flag
Thu, 28 Apr 2016 22:57:53 +0200 Kim Alvefur MUC: Add event for when room is done being created
Thu, 28 Apr 2016 22:57:02 +0200 Kim Alvefur MUC: Split out handling of the room-creating presence into its own method
Wed, 27 Apr 2016 12:05:51 +0200 Kim Alvefur MUC: Use correct room name variable, fixes traceback (thanks mathieui)
Tue, 26 Apr 2016 13:40:03 +0200 Kim Alvefur MUC: Correctly iterate over suspended rooms while excluding live rooms
Mon, 18 Apr 2016 20:32:48 +0200 Kim Alvefur MUC: Store rooms on disk on shutdown
Mon, 18 Apr 2016 19:19:33 +0200 Kim Alvefur MUC: Cache public rooms and their names to speed up disco#items
Mon, 18 Apr 2016 19:18:37 +0200 Kim Alvefur MUC: Switch to util.cache for storing rooms, store rooms to disk on eviction
Mon, 18 Apr 2016 19:26:26 +0200 Kim Alvefur MUC: Move room deserialization to muc.lib
less more (0) -100 -60 tip