log plugins/muc/mod_muc.lua @ 14229:ce31fdde0ad1 default tip

age author description
Tue, 20 Jan 2026 11:13:31 +0000 Matthew Wild Merge 13.0->trunk
Mon, 12 Jan 2026 17:46:32 +0000 Matthew Wild mod_muc: Inherit mod_mam if globally loaded 13.0
Thu, 26 Jun 2025 15:17:57 +0100 Matthew Wild MUC: Add basic "GC3" participant (affiliation) list fetch
Fri, 20 Jun 2025 18:55:39 +0100 Matthew Wild MUC: Add get_occupant_id_from_jid() method, which works on real JIDs
Thu, 05 Jun 2025 21:13:51 +0200 Kim Alvefur MUC: Fix #1938 by reverting ac44bb7b7064 13.0
Mon, 19 May 2025 18:12:57 +0200 Kim Alvefur MUC: Ensure room-creating join stanza includes nickname (fix #1934) 13.0
Mon, 19 May 2025 18:11:27 +0200 Kim Alvefur MUC: Factor out identification of join stanza 13.0
Thu, 06 Feb 2025 17:08:46 +0000 Matthew Wild mod_muc: Integrate support for vcards/avatars on MUC rooms
Tue, 18 Jun 2024 15:08:30 +0100 Matthew Wild MUC: Don't default component admins to being room owners
Thu, 23 May 2024 17:39:20 +0100 Matthew Wild MUC: Add per-room PM restriction functionality (thanks Wirlaburla)
Tue, 07 Nov 2023 11:50:59 +0000 Matthew Wild mod_muc: Switch to module:could() for some implicit access control checks
Tue, 07 Nov 2023 11:12:57 +0000 Matthew Wild mod_muc: Allow guest users to list rooms by default
Tue, 07 Nov 2023 11:10:38 +0000 Matthew Wild mod_muc: Add :list-rooms permission
Fri, 21 Jul 2023 22:49:01 +0200 Kim Alvefur mod_muc: Use enum config API for 'restrict_room_creation'
Tue, 18 Jul 2023 12:38:16 +0200 Kim Alvefur plugins: Use boolean config method in some places
Tue, 18 Jul 2023 12:32:41 +0200 Kim Alvefur mod_muc: Use enum option method for 'muc_room_default_presence_broadcast'
Mon, 17 Jul 2023 01:38:54 +0200 Kim Alvefur plugins: Use integer config API with interval specification where sensible
Sun, 16 Jul 2023 20:49:33 +0200 Kim Alvefur plugins: Switch to :get_option_period() for time range options
Thu, 29 Jun 2023 15:36:13 +0100 Matthew Wild core, plugins: Split prosody:user role into prosody:{guest,registered,member}
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Fri, 20 Jan 2023 19:47:00 +0100 Kim Alvefur MUC: Add note about non-existant room method
Thu, 29 Sep 2022 12:30:52 +0100 Matthew Wild mod_muc: Better map restrict_room_creation to role permissions (behaviour change)
Wed, 15 Jun 2022 12:15:01 +0100 Matthew Wild Switch to a new role-based authorization framework, removing is_admin()
Tue, 05 Oct 2021 18:13:51 +0200 Kim Alvefur MUC: Add method for getting the occupant id salt to allow reuse
Sun, 05 Dec 2021 14:49:06 +0100 Kim Alvefur MUC: Allow modules a chance to act prior to room destruction
Sun, 28 Mar 2021 13:22:35 +0200 Kim Alvefur MUC: Report number of live rooms to statsmanager
Tue, 24 Nov 2020 10:38:56 +0000 Matthew Wild MUC: Merge mod_muc_occupant_id into a sub-module (thanks pep.!)
Sat, 29 Aug 2020 18:51:13 +0200 Kim Alvefur MUC: Don't default room name to JID localpart (API breaking change)
Sat, 21 Mar 2020 00:00:50 +0100 Kim Alvefur MUC: Add ad-hoc command setting affiliation in a room (fixes #1174)
Wed, 18 Mar 2020 17:42:56 +0000 Matthew Wild MUC: Add initial hats support (broadcast only)
Thu, 13 Feb 2020 14:27:42 +0000 Matthew Wild Merge 0.11->trunk
Thu, 13 Feb 2020 14:27:12 +0000 Matthew Wild mod_muc: Allow control over the server-admins-are-room-owners feature (see #1174) 0.11
Tue, 26 Nov 2019 00:02:13 +0100 Kim Alvefur MUC: Indicate the component as origin of various errors where there's no room
Mon, 25 Nov 2019 23:52:45 +0100 Kim Alvefur MUC: Indicate that the room is the origin of various errors where 'from' is an occupant JID
Fri, 01 Nov 2019 22:08:38 +0100 Kim Alvefur MUC: Strictly validate room JID on creation
Sun, 20 Oct 2019 21:58:16 +0200 Lance Stout MUC: Add controls for whose presence is broadcast (closes #1335)
Tue, 27 Nov 2018 17:01:47 +0100 Kim Alvefur MUC: Move check for explicit room join earlier in room creation flow
Thu, 15 Nov 2018 10:25:48 +0000 Matthew Wild MUC: Use defaults from config in create_room() if no config provided 0.11
Mon, 03 Sep 2018 12:26:25 +0100 Matthew Wild MUC: Add support for registering with a MUC, including reserving a nickname as per XEP-0045
Mon, 03 Sep 2018 12:18:13 +0100 Matthew Wild MUC: Add support for storing additional data with MUC affiliations
Wed, 22 Aug 2018 14:50:07 +0200 Kim Alvefur MUC: Normalize indentation
Fri, 17 Aug 2018 08:12:58 +0100 Matthew Wild MUC: Fix traceback when failing to restore a room
Fri, 17 Aug 2018 00:31:24 +0200 Kim Alvefur MUC: Pass missing argument to log message
Fri, 03 Aug 2018 22:25:16 +0200 Kim Alvefur MUC: Allow destruction of tombstones (eg via telnet or adhoc command)
Fri, 03 Aug 2018 17:48:41 +0200 Kim Alvefur MUC: Split long lines [luacheck strict]
Fri, 03 Aug 2018 13:44:30 +0100 Matthew Wild mod_muc: Fire event when room is (and about to be) restored
Fri, 03 Aug 2018 13:43:47 +0100 Matthew Wild mod_muc: Add comment
Tue, 17 Jul 2018 10:35:33 +0100 Matthew Wild MUC: Add some comments clarifying methods
Tue, 17 Jul 2018 10:29:16 +0100 Matthew Wild MUC: Add new iteration methods, all_rooms/live_rooms to eventually replace each_room
Tue, 17 Jul 2018 10:01:19 +0100 Matthew Wild MUC: Rename variable for consistency with other code that uses the term 'live'
Mon, 16 Jul 2018 12:19:19 +0200 Kim Alvefur MUC: Return 'gone' error for destroyed rooms in other cases than attempted join
Fri, 13 Jul 2018 15:47:08 +0100 Matthew Wild MUC: Add sections in room config form
Wed, 11 Jul 2018 12:05:06 +0200 Kim Alvefur MUC: Include redirect in 'gone' error for destroyed rooms
Wed, 11 Jul 2018 11:50:44 +0200 Kim Alvefur MUC: Send an 'gone' error instead of unavailable + <destroyed>
Wed, 11 Jul 2018 03:38:01 +0200 Kim Alvefur MUC: Allow an admin to recreate destroyed rooms
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)