Comparison

CHANGES @ 13392:e8f8a4394187

CHANGES: Document some of the recent changes and features in trunk
author Matthew Wild <mwild1@gmail.com>
date Fri, 08 Dec 2023 15:46:32 +0000
parent 13382:f70311588c77
child 13397:517a335269ef
comparison
equal deleted inserted replaced
13391:5c783cf58ae7 13392:e8f8a4394187
31 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3 31 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3
32 - Implement 'tls-server-end-point' channel binding 32 - Implement 'tls-server-end-point' channel binding
33 - New role and permissions framework and API 33 - New role and permissions framework and API
34 - Ability to disable and enable user accounts 34 - Ability to disable and enable user accounts
35 - Full DANE support for s2s 35 - Full DANE support for s2s
36 - A "grace period" is now supported for deletion requests via in-band registration
36 37
37 ### Storage 38 ### Storage
38 39
39 - New 'keyval+' combined keyval/map store type 40 - New 'keyval+' combined keyval/map store type
40 - Performance improvements in internal archive stores 41 - Performance improvements in internal archive stores
44 45
45 - Config interface API can require that string values be picked from a provided set 46 - Config interface API can require that string values be picked from a provided set
46 - Acceptable interval can be specified for number options 47 - Acceptable interval can be specified for number options
47 - Method for parsing time periods / intervals from config 48 - Method for parsing time periods / intervals from config
48 - Method for retrieving integer settings from config 49 - Method for retrieving integer settings from config
50 - It is now easy for modules to expose a Prosody shell command, by adding a shell-command item
51 - Modules can now implement a module.ready method which will be called after server initialization
52
53 ### Configuration
54
55 - The configuration file now supports referring and appending to options previously set
56 - Direct usage of the Lua API in the config file is deprecated, but can now be accessed via Lua.* instead
49 57
50 ## Changes 58 ## Changes
51 59
52 - Support sub-second precision timestamps 60 - Support sub-second precision timestamps
53 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy 61 - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy