From ab0b52ef1e6563c3b59d4b4f161ef0d3dde247a3 Mon Sep 17 00:00:00 2001 From: strawberry Date: Wed, 24 Jan 2024 22:04:33 -0500 Subject: [PATCH] update DIFFERENCES.md Signed-off-by: strawberry --- DIFFERENCES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DIFFERENCES.md b/DIFFERENCES.md index 4fbb877e..2da08a22 100644 --- a/DIFFERENCES.md +++ b/DIFFERENCES.md @@ -57,4 +57,6 @@ - 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. -- Support for creating rooms with custom room IDs like Maunium Synapse (`room_id` request body field to `/createRoom`) \ No newline at end of file +- 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 15000 characters. +- Basic validation/checks on user-specified room aliases and custom room ID creations \ No newline at end of file