Changeset

13669:4ac30e46a4fb 13.0

CHANGES: Update with some more 13.0 features
author Matthew Wild <mwild1@gmail.com>
date Wed, 12 Feb 2025 17:15:49 +0000
parents 13668:6be7de547a25
children 13670:cb44753db100 13671:0c8c1a8338d1
files CHANGES
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES	Wed Feb 12 17:15:29 2025 +0000
+++ b/CHANGES	Wed Feb 12 17:15:49 2025 +0000
@@ -10,6 +10,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
 
 ### Networking
 
@@ -33,6 +34,7 @@
     - muc_room_allow_public = false restricts to admins
 - Commands to show occupants and affiliations in the Shell
 - Save 'reason' text supplied with affiliation change
+- Owners can set MUC avatars (functionality previously in community module mod_vcard_muc)
 
 ### Security and authentication