Software /
code /
prosody
Comparison
CHANGES @ 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 |
parent | 13664:5528bc5ab019 |
child | 13693:5f8fe6722c13 |
comparison
equal
deleted
inserted
replaced
13668:6be7de547a25 | 13669:4ac30e46a4fb |
---|---|
8 | 8 |
9 ### Administration | 9 ### Administration |
10 | 10 |
11 - Add 'watch log' command to follow live debug logs at runtime (even if disabled) | 11 - Add 'watch log' command to follow live debug logs at runtime (even if disabled) |
12 - mod_announce: Add shell commands to send messages to all users, online users, or limited by roles | 12 - mod_announce: Add shell commands to send messages to all users, online users, or limited by roles |
13 - New mod_account_activity plugin records last login/logout time of a user account | |
13 | 14 |
14 ### Networking | 15 ### Networking |
15 | 16 |
16 - Honour 'weight' parameter during SRV record selection | 17 - Honour 'weight' parameter during SRV record selection |
17 - Support for RFC 8305 "Happy Eyeballs" to improve IPv4/IPv6 connectivity | 18 - Support for RFC 8305 "Happy Eyeballs" to improve IPv4/IPv6 connectivity |
31 - muc_room_allow_persistent = false restricts to admins | 32 - muc_room_allow_persistent = false restricts to admins |
32 - Public rooms can only be created by local users (parent host) by default | 33 - Public rooms can only be created by local users (parent host) by default |
33 - muc_room_allow_public = false restricts to admins | 34 - muc_room_allow_public = false restricts to admins |
34 - Commands to show occupants and affiliations in the Shell | 35 - Commands to show occupants and affiliations in the Shell |
35 - Save 'reason' text supplied with affiliation change | 36 - Save 'reason' text supplied with affiliation change |
37 - Owners can set MUC avatars (functionality previously in community module mod_vcard_muc) | |
36 | 38 |
37 ### Security and authentication | 39 ### Security and authentication |
38 | 40 |
39 - Advertise supported SASL Channel-Binding types (XEP-0440) | 41 - Advertise supported SASL Channel-Binding types (XEP-0440) |
40 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3 | 42 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3 |