diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-01-03 11:45:48 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-01-03 11:45:48 +0000 |
commit | 3ebf89a8c6860a7a7c214d2f0b4bb99ad0d97ac7 (patch) | |
tree | eb404e0fd3b13cc16406e91c784e96b98796ca6c /core | |
parent | f45d88d61425e96c115af44f867626aac664cbf8 (diff) | |
download | prosody-3ebf89a8c6860a7a7c214d2f0b4bb99ad0d97ac7.tar.gz prosody-3ebf89a8c6860a7a7c214d2f0b4bb99ad0d97ac7.zip |
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.
Diffstat (limited to 'core')
-rw-r--r-- | core/features.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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 |