Log

plugins/muc/mod_muc.lua @ 13213:50324f66ca2a

description author age
plugins: Use integer config API with interval specification where sensible Kim Alvefur Mon, 17 Jul 2023 01:38:54 +0200
plugins: Switch to :get_option_period() for time range options Kim Alvefur Sun, 16 Jul 2023 20:49:33 +0200
core, plugins: Split prosody:user role into prosody:{guest,registered,member} Matthew Wild Thu, 29 Jun 2023 15:36:13 +0100
plugins: Prefix module imports with prosody namespace Kim Alvefur Fri, 24 Mar 2023 13:15:28 +0100
MUC: Add note about non-existant room method Kim Alvefur Fri, 20 Jan 2023 19:47:00 +0100
mod_muc: Better map restrict_room_creation to role permissions (behaviour change) Matthew Wild Thu, 29 Sep 2022 12:30:52 +0100
Switch to a new role-based authorization framework, removing is_admin() Matthew Wild Wed, 15 Jun 2022 12:15:01 +0100
MUC: Add method for getting the occupant id salt to allow reuse Kim Alvefur Tue, 05 Oct 2021 18:13:51 +0200
MUC: Allow modules a chance to act prior to room destruction Kim Alvefur Sun, 05 Dec 2021 14:49:06 +0100
MUC: Report number of live rooms to statsmanager Kim Alvefur Sun, 28 Mar 2021 13:22:35 +0200
MUC: Merge mod_muc_occupant_id into a sub-module (thanks pep.!) Matthew Wild Tue, 24 Nov 2020 10:38:56 +0000
MUC: Don't default room name to JID localpart (API breaking change) Kim Alvefur Sat, 29 Aug 2020 18:51:13 +0200
MUC: Add ad-hoc command setting affiliation in a room (fixes #1174) Kim Alvefur Sat, 21 Mar 2020 00:00:50 +0100
MUC: Add initial hats support (broadcast only) Matthew Wild Wed, 18 Mar 2020 17:42:56 +0000
Merge 0.11->trunk Matthew Wild Thu, 13 Feb 2020 14:27:42 +0000
mod_muc: Allow control over the server-admins-are-room-owners feature (see #1174) 0.11 Matthew Wild Thu, 13 Feb 2020 14:27:12 +0000
MUC: Indicate the component as origin of various errors where there's no room Kim Alvefur Tue, 26 Nov 2019 00:02:13 +0100
MUC: Indicate that the room is the origin of various errors where 'from' is an occupant JID Kim Alvefur Mon, 25 Nov 2019 23:52:45 +0100
MUC: Strictly validate room JID on creation Kim Alvefur Fri, 01 Nov 2019 22:08:38 +0100
MUC: Add controls for whose presence is broadcast (closes #1335) Lance Stout Sun, 20 Oct 2019 21:58:16 +0200
MUC: Move check for explicit room join earlier in room creation flow Kim Alvefur Tue, 27 Nov 2018 17:01:47 +0100
MUC: Use defaults from config in create_room() if no config provided 0.11 Matthew Wild Thu, 15 Nov 2018 10:25:48 +0000
MUC: Add support for registering with a MUC, including reserving a nickname as per XEP-0045 Matthew Wild Mon, 03 Sep 2018 12:26:25 +0100
MUC: Add support for storing additional data with MUC affiliations Matthew Wild Mon, 03 Sep 2018 12:18:13 +0100
MUC: Normalize indentation Kim Alvefur Wed, 22 Aug 2018 14:50:07 +0200
MUC: Fix traceback when failing to restore a room Matthew Wild Fri, 17 Aug 2018 08:12:58 +0100
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