From 9aa6562d83ddabe6e6b015102b46a96fd2b119d0 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 8 Jun 2023 18:19:03 +0300 Subject: [PATCH] m.room.server_acl: attempt to recover situation --- matrix/m.room.server_acl/README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/matrix/m.room.server_acl/README.md b/matrix/m.room.server_acl/README.md index 7aa8d72..8024763 100644 --- a/matrix/m.room.server_acl/README.md +++ b/matrix/m.room.server_acl/README.md @@ -20,13 +20,22 @@ Note: which can/is left empty as usual. - Subdomains appear to be implied by specifying 2nd level domain. E.g. `matrix.org` appears to apply to `*.matrix.org` at least on Synapse. +- See a later section for the allow list explanation ```json { - "allow": ["*", "mjolnir.matrix.org"], + "allow": [ + "*", + "pikaviestin.fi", + "dendrite.matrix.org", + "tedomum.net", + "artemislena.eu" + ], "allow_ip_literals": false, "deny": [ "matrix.org", + "mjolnir.matrix.org", + "the-apothecary.club", "disroot.org", "privacytools.io", "feneas.org", @@ -49,8 +58,13 @@ Explanations: - Very big homeservers promoting centralisation of users and power. Also big source of spam, poor moderation and abusive bot performing public logging of members-only rooms. + - **_DEAR AMINDA FROM THE FUTURE, DO NOT UNBAN `mjolnir.matrix.org` OR IT WILL LIKELY ACL BAN EVERYONE + ELSE. YOU HAVE BEEN WARNED.._** - `matrix.org`, `evulid.cc` - Run instances of [matrix-public-archive](https://github.com/matrix-org/matrix-public-archive/issues/47) which [misses proper ability to opt-out](https://github.com/matrix-org/matrix-public-archive/issues/47) +- `the-apothecary.club` + - _USA far left_ homeserver, confusing in Fenno-Scandia, may be banned from + my public rooms to avoid fourth worse conflict. - `nitro.chat` - Poorly protected from abuse, abuse contact joins room that their users are raiding and leaves immediately without doing anything. - `disroot.org`, `privacytools.io`, `feneas.org`, `liberta.casa`