From 620206be91a95d6aa9c7d2a7270feabe3d182c4a Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 18 Feb 2024 22:05:24 -0500 Subject: [PATCH] update DIFFERENCES.md Signed-off-by: strawberry --- DIFFERENCES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DIFFERENCES.md b/DIFFERENCES.md index e4a0c282..630f7649 100644 --- a/DIFFERENCES.md +++ b/DIFFERENCES.md @@ -65,3 +65,6 @@ - URL preview support (via upstream MR) with various improvements - Increased graceful shutdown timeout from a low 60 seconds to 180 seconds to avoid killing connections and let the remaining ones finish processing, and ask systemd for more time to shutdown if needed to prevent systemd's default [`TimeoutStopSec=`](https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html#TimeoutStopSec=) of 90 seconds from killing conduwuit - Bumped default max_concurrent_requests to 500 +- Add support for the deprecated `user` identifier field for all `/login` requests +- Query parameter `?format=event|content` for returning either the room state event's content (default) for the full room state event on ` /_matrix/client/v3/rooms/{roomId}/state/{eventType}[/{stateKey}]` requests (see https://github.com/matrix-org/matrix-spec/issues/1047) +- Add admin commands for banning (blocking) room IDs from our local users joining (admins are always allowed) and evicts all our local users from that room, in addition to bulk room banning support, as a moderation feature \ No newline at end of file