Comparison

CHANGES @ 12802:4a8740e01813

Merge 0.12->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 12 Dec 2022 07:10:54 +0100
parent 12775:1dd468c63a3d
child 12846:1638991caed2
comparison
equal deleted inserted replaced
12801:ebd6b4d8bf04 12802:4a8740e01813
1 TRUNK
2 =====
3
4 ## New
5
6 ### Administration
7
8 - Add 'watch log' command to follow live debug logs at runtime (even if disabled)
9
10 ### Networking
11
12 - Honour 'weight' parameter during SRV record selection
13 - Support for RFC 8305 "Happy Eyeballs" to improve IPv4/IPv6 connectivity
14 - Support for TCP Fast Open in server_epoll (pending LuaSocket support)
15 - Support for deferred accept in server_epoll (pending LuaSocket support)
16
17 ### MUC
18
19 - Permissions updates:
20 - Room creation restricted to local users (of the parent host) by default
21 - restrict_room_creation = true restricts to admins, false disables all restrictions
22 - Persistent rooms can only be created by local users (parent host) by default
23 - muc_room_allow_persistent = false restricts to admins
24 - Public rooms can only be created by local users (parent host) by default
25 - muc_room_allow_public = false restricts to admins
26
27 ### Security and authentication
28
29 - Advertise supported SASL Channel-Binding types (XEP-0440)
30 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3
31 - New role and permissions framework and API
32
33 ## Changes
34
35 - Support sub-second precision timestamps
36 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy
37
38 ## Removed
39
40 - Lua 5.1 support
41 - XEP-0090 support removed from mod_time
42
1 0.12.0 43 0.12.0
2 ====== 44 ======
3 45
4 **2022-03-14** 46 **2022-03-14**
5 47