diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-02-15 16:48:45 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-02-15 16:48:45 +0000 |
commit | 8a12586fc7a55d48a8aec00e970094b84427d2b7 (patch) | |
tree | 7da0782c86b27989635b68fa1bacff5fabe96383 | |
parent | 645c9dfca864a1691a5222d9379fa5b66007ad92 (diff) | |
parent | bdc573f17b711a0b27632ccb83629134132adfc1 (diff) | |
download | prosody-8a12586fc7a55d48a8aec00e970094b84427d2b7.tar.gz prosody-8a12586fc7a55d48a8aec00e970094b84427d2b7.zip |
Merge 13.0->trunk
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | util/prosodyctl/check.lua | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -11,6 +11,7 @@ TRUNK - Add 'watch log' command to follow live debug logs at runtime (even if disabled) - mod_announce: Add shell commands to send messages to all users, online users, or limited by roles - New mod_account_activity plugin records last login/logout time of a user account +- New 'prosodyctl check features' recommends configuration improvements ### Networking diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index b601ee8b..a297fea5 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -1476,7 +1476,7 @@ local function check(arg) end end - function checks.features(host, quiet) + function checks.features(check_host, quiet) if not quiet then print("Feature report"); end |