mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 13.0->trunk
This commit is contained in:
commit
8a12586fc7
2 changed files with 2 additions and 1 deletions
1
CHANGES
1
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue