From c7d950a52c32867283670e9c8b2790f5d597f530 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 2 Mar 2024 13:29:57 -0500 Subject: [PATCH] update DIFFERENCES.md Signed-off-by: strawberry --- DIFFERENCES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DIFFERENCES.md b/DIFFERENCES.md index 75ed0166..262f8199 100644 --- a/DIFFERENCES.md +++ b/DIFFERENCES.md @@ -55,7 +55,7 @@ - Revamp example config, adding a lot of config options available (still some missing) - Return joined member count of rooms for push rules/conditions instead of a hardcoded value of 10 - Respect *most* client parameters for `/media/` requests (`allow_redirect` still needs work) -- Config option `ip_range_denylist` to support refusing to send requests (typically federation) to specific IP ranges, typically RFC 1918, non-routable, testnet, etc addresses like Synapse for security. +- Config option `ip_range_denylist` to support refusing to send requests (typically federation) to specific IP ranges, typically RFC 1918, non-routable, testnet, etc addresses like Synapse for security (note: this is not a guaranteed protection, and you should be using a firewall with zones if you want guaranteed protection as doing this on the application level is prone to bypasses). - Support for creating rooms with custom room IDs like Maunium Synapse (`room_id` request body field to `/createRoom`) - Assume well-knowns are broken if they exceed past 10000 characters. - Basic validation/checks on user-specified room aliases and custom room ID creations @@ -73,4 +73,5 @@ - Add admin command to delete both the thumbnail and media MXC URLs from an event ID (e.g. from an abuse report) - Add `!admin` as a way to call the Conduit admin bot - Add support for listening on multiple TCP ports -- Add admin command to list all the rooms a local user is joined in \ No newline at end of file +- Add admin command to list all the rooms a local user is joined in +- Add admin command to delete all remote media in the past X minutes as a form of deleting media that you don't want on your server that a remote user posted in a room