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'