MUC: Pass missing argument to log message
|
Kim Alvefur |
Fri, 17 Aug 2018 00:31:24 +0200 |
MUC: Allow destruction of tombstones (eg via telnet or adhoc command)
|
Kim Alvefur |
Fri, 03 Aug 2018 22:25:16 +0200 |
MUC: Split long lines [luacheck strict]
|
Kim Alvefur |
Fri, 03 Aug 2018 17:48:41 +0200 |
mod_muc: Fire event when room is (and about to be) restored
|
Matthew Wild |
Fri, 03 Aug 2018 13:44:30 +0100 |
mod_muc: Add comment
|
Matthew Wild |
Fri, 03 Aug 2018 13:43:47 +0100 |
MUC: Add some comments clarifying methods
|
Matthew Wild |
Tue, 17 Jul 2018 10:35:33 +0100 |
MUC: Add new iteration methods, all_rooms/live_rooms to eventually replace each_room
|
Matthew Wild |
Tue, 17 Jul 2018 10:29:16 +0100 |
MUC: Rename variable for consistency with other code that uses the term 'live'
|
Matthew Wild |
Tue, 17 Jul 2018 10:01:19 +0100 |
MUC: Return 'gone' error for destroyed rooms in other cases than attempted join
|
Kim Alvefur |
Mon, 16 Jul 2018 12:19:19 +0200 |
MUC: Add sections in room config form
|
Matthew Wild |
Fri, 13 Jul 2018 15:47:08 +0100 |
MUC: Include redirect in 'gone' error for destroyed rooms
|
Kim Alvefur |
Wed, 11 Jul 2018 12:05:06 +0200 |
MUC: Send an 'gone' error instead of unavailable + <destroyed>
|
Kim Alvefur |
Wed, 11 Jul 2018 11:50:44 +0200 |
MUC: Allow an admin to recreate destroyed rooms
|
Kim Alvefur |
Wed, 11 Jul 2018 03:38:01 +0200 |
MUC: Add support for storing a tombstone for destroyed rooms (#1182)
|
Kim Alvefur |
Wed, 11 Jul 2018 03:37:57 +0200 |
MUC: Remove room state on successful restoration from disk
|
Kim Alvefur |
Wed, 11 Jul 2018 03:27:18 +0200 |
MUC: Purge saved room state when deleting a room
|
Kim Alvefur |
Wed, 11 Jul 2018 03:27:02 +0200 |
MUC: Log a debug message when a non-persistent room becomes empty and is destroyed
|
Kim Alvefur |
Wed, 11 Jul 2018 02:25:07 +0200 |
MUC: Flag rooms being destroyed (fixes #887)
|
Kim Alvefur |
Tue, 10 Jul 2018 21:10:12 +0200 |
mod_muc: Add support for muc_room_default_allow_member_invites
|
Matthew Wild |
Fri, 06 Jul 2018 15:58:11 +0100 |
MUC: Add config option to allow members to invite other members to the room (previously only owners/admins could do this)
|
Matthew Wild |
Fri, 06 Jul 2018 15:33:46 +0100 |
MUC: Remove affiliation notify support, nothing uses it
|
Matthew Wild |
Wed, 27 Jun 2018 16:00:54 +0100 |
MUC: Measure cache hits and misses
|
Kim Alvefur |
Sat, 23 Jun 2018 18:59:21 +0200 |
MUC: Rename eviction hit rate measure
|
Kim Alvefur |
Sat, 23 Jun 2018 18:58:56 +0200 |
MUC: Expose method for creating a bare room object
|
Kim Alvefur |
Wed, 06 Jun 2018 15:26:16 +0200 |
MUC: Track rooms created via internal public API
|
Kim Alvefur |
Wed, 06 Jun 2018 00:35:42 +0200 |
MUC: Allow passing config to public create_room API
|
Kim Alvefur |
Sat, 14 Apr 2018 16:14:15 +0200 |
MUC: Fix Ooo (thanks pep.)
|
Kim Alvefur |
Sun, 03 Jun 2018 20:54:53 +0200 |
MUC: Make rooms hidden (non-public) by default for improved privacy
|
Kim Alvefur |
Sun, 03 Jun 2018 14:45:04 +0200 |
MUC: Use xml:lang from stanza that creates a room as default for language
|
Kim Alvefur |
Sun, 03 Jun 2018 14:43:15 +0200 |
MUC: Add support for setting MUC room defaults from the config file
|
Kim Alvefur |
Sun, 03 Jun 2018 14:43:06 +0200 |
MUC: Move voice request into its own lib
|
Kim Alvefur |
Sat, 02 Jun 2018 20:15:32 +0200 |
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 |