From 3ebf89a8c6860a7a7c214d2f0b4bb99ad0d97ac7 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 3 Jan 2025 11:45:48 +0000 Subject: mod_flags: New module to view and manage flags on user accounts via shell/API This will be useful for server operators to easily identify flagged accounts, etc. --- core/features.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core') diff --git a/core/features.lua b/core/features.lua index 99edde51..75cfa1d7 100644 --- a/core/features.lua +++ b/core/features.lua @@ -6,6 +6,8 @@ return { "mod_bookmarks"; -- mod_server_info bundled "mod_server_info"; + -- mod_flags bundled + "mod_flags"; -- Roles, module.may and per-session authz "permissions"; -- prosody.* namespace -- cgit v1.2.3