# HG changeset patch # User Matthew Wild <mwild1@gmail.com> # Date 1702050392 0 # Node ID e8f8a4394187513e8986ad5448d64cf50f0f55c8 # Parent 5c783cf58ae79d9a4030e3a7ae5072b6f26665d0 CHANGES: Document some of the recent changes and features in trunk diff -r 5c783cf58ae7 -r e8f8a4394187 CHANGES --- a/CHANGES Fri Dec 08 15:37:13 2023 +0000 +++ b/CHANGES Fri Dec 08 15:46:32 2023 +0000 @@ -33,6 +33,7 @@ - New role and permissions framework and API - Ability to disable and enable user accounts - Full DANE support for s2s +- A "grace period" is now supported for deletion requests via in-band registration ### Storage @@ -46,6 +47,13 @@ - Acceptable interval can be specified for number options - Method for parsing time periods / intervals from config - Method for retrieving integer settings from config +- It is now easy for modules to expose a Prosody shell command, by adding a shell-command item +- Modules can now implement a module.ready method which will be called after server initialization + +### Configuration + +- The configuration file now supports referring and appending to options previously set +- Direct usage of the Lua API in the config file is deprecated, but can now be accessed via Lua.* instead ## Changes