From c7554fdba8b8f45115fd5cf55b3edc292f5213e8 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 15 Feb 2025 16:48:11 +0000 Subject: prosodyctl: check: Fix variable name (thanks luacheck) --- util/prosodyctl/check.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3 From bdc573f17b711a0b27632ccb83629134132adfc1 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 15 Feb 2025 16:48:27 +0000 Subject: CHANGES: add 'prosodyctl check features' --- CHANGES | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3