Changeset

13712:32b5a3667ebb

Merge 13.0->trunk
author Matthew Wild <mwild1@gmail.com>
date Sat, 15 Feb 2025 16:48:45 +0000
parents 13709:8822b5e73951 (current diff) 13711:12e0b61830c8 (diff)
children 13714:7205da981fc2
files
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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