aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 70aa13c3..4b3f0b6f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,7 @@ TRUNK
### Administration
- Add 'watch log' command to follow live debug logs at runtime (even if disabled)
+- mod_announce: Add shell commands to send messages to all users, online users, or limited by roles
### Networking
@@ -16,6 +17,10 @@ TRUNK
### MUC
+- Component admins are no longer room owners by default. This can be reverted
+ to the old behaviour with `component_admins_as_room_owners = true`, but this
+ has known incompatibilities with some clients. Instead, use the shell or
+ ad-hoc commands to gain ownership of rooms when necessary.
- Permissions updates:
- Room creation restricted to local users (of the parent host) by default
- restrict_room_creation = true restricts to admins, false disables all restrictions
@@ -68,6 +73,8 @@ TRUNK
- Arguments to `prosodyctl shell` that start with ':' are now turned into method calls
- Support for Type=notify and notify-reload systemd service type added
- Support for the roster *group* access_model in mod_pep
+- Support for systemd socket activation in server_epoll
+- mod_invites_adhoc gained a command for creating password resets
## Removed