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)