aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2025-02-15 16:48:45 +0000
committerMatthew Wild <mwild1@gmail.com>2025-02-15 16:48:45 +0000
commit8a12586fc7a55d48a8aec00e970094b84427d2b7 (patch)
tree7da0782c86b27989635b68fa1bacff5fabe96383
parent645c9dfca864a1691a5222d9379fa5b66007ad92 (diff)
parentbdc573f17b711a0b27632ccb83629134132adfc1 (diff)
downloadprosody-8a12586fc7a55d48a8aec00e970094b84427d2b7.tar.gz
prosody-8a12586fc7a55d48a8aec00e970094b84427d2b7.zip
Merge 13.0->trunk
-rw-r--r--CHANGES1
-rw-r--r--util/prosodyctl/check.lua2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a571a108..0347c597 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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