aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2023-12-08 15:46:32 +0000
committerMatthew Wild <mwild1@gmail.com>2023-12-08 15:46:32 +0000
commit1b3971dd6299a1ecd98cd8eae8019f411f649800 (patch)
tree3804eaa41172ceb6c8e8670e6459cd017e3ab877
parent9bd172682165f53c829167da76c8aa423b5df22e (diff)
downloadprosody-1b3971dd6299a1ecd98cd8eae8019f411f649800.tar.gz
prosody-1b3971dd6299a1ecd98cd8eae8019f411f649800.zip
CHANGES: Document some of the recent changes and features in trunk
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 63c8292d..9b6fe853 100644
--- a/CHANGES
+++ b/CHANGES
@@ -33,6 +33,7 @@ TRUNK
- 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 @@ TRUNK
- 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