log mod_muc_restrict_attention/mod_muc_restrict_attention.lua @ 6518:b66c93276534

age author description
Thu, 16 Apr 2026 12:19:48 +0200 Menel mod_muc_restrict_attention: Fix missing global
Thu, 16 Apr 2026 12:02:18 +0200 Menel mod_muc_restrict_attention: Add default option for participants. Breaking change config option name.
Fri, 13 Mar 2026 07:09:53 +0100 Menel mod_muc_restrict_attention/mod_muc_restrict_attention.lua: fix trailing newline
Thu, 12 Mar 2026 08:15:22 +0100 Menel mod_muc_restrict_attention/mod_muc_restrict_attention.lua: Put the form in the right Place
Wed, 11 Mar 2026 08:55:15 +0100 Menel mod_muc_restrict_attention: adjusted more variable names to reflect it works on members
Tue, 10 Mar 2026 23:06:58 +0100 Menel mod_muc_restrict_attention: logging configurable and to debug by default.
Tue, 10 Mar 2026 18:23:50 +0100 Menel mod_muc_restrict_attention/mod_muc_restrict_attention.lua: cleanup code and logging
Tue, 10 Mar 2026 15:38:39 +0100 Menel mod_muc_restrict_attention: change variable names to fit the new logic to allow restricting members. Adhere to stylesheet.
Tue, 10 Mar 2026 14:24:07 +0100 Menel mod_muc_restrict_attention: Change logic:, always disallow unaffiliated, always allow admin and owner and make it configurable for members. Also it actually works O_o.
Sun, 08 Mar 2026 10:59:40 +0100 Menel mod_muc_restrict_attention: New Module based on mod_muc_restrict_media to strip Attention. Untested.