# HG changeset patch # User Matthew Wild # Date 1739638125 0 # Node ID 32b5a3667ebbd8e5a2ddda568c40faed16bcaf23 # Parent 8822b5e7395148eed2697e2d36fadea96d959e61# Parent 12e0b61830c8f3d0c6faf99b6c91332b54c08164 Merge 13.0->trunk diff -r 8822b5e73951 -r 32b5a3667ebb CHANGES --- a/CHANGES Sat Feb 15 16:40:26 2025 +0000 +++ b/CHANGES Sat Feb 15 16:48:45 2025 +0000 @@ -11,6 +11,7 @@ - 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 -r 8822b5e73951 -r 32b5a3667ebb util/prosodyctl/check.lua --- a/util/prosodyctl/check.lua Sat Feb 15 16:40:26 2025 +0000 +++ b/util/prosodyctl/check.lua Sat Feb 15 16:48:45 2025 +0000 @@ -1476,7 +1476,7 @@ end end - function checks.features(host, quiet) + function checks.features(check_host, quiet) if not quiet then print("Feature report"); end