You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
has been added to assist homeserver administrators in managing the rooms their
27
+
server is joined to. This includes a room discovery utility where Draupnir
28
+
will notify the management room with details of rooms it has discovered on the
29
+
homeserver (configurable with a threshold for joined members). The intent of
30
+
this protection is to keep rooms with intolerable or illegal content off of
31
+
the homeserver, including invitations to these rooms. Room takedown is backed
32
+
up by policy list support. Added by @Gnuxie and @enbea.
33
+
34
+
- A new
35
+
[_Block invitations on server protection_](https://the-draupnir-project.github.io/draupnir-documentation/protections/block-invitations-on-server-protection)
36
+
to assist homeserver administrators in preemptively blocking invitations from
37
+
users or rooms listed in Draupnir's watched policy rooms. This replaces the
38
+
functionality in the legacy Mjolnir antispam module and is compatible with
39
+
Synapse workers.
40
+
41
+
- A new `takedown` command has been added as an alternative to the ban command.
42
+
`takedown` marks users, rooms, or servers with a policy that means any content
43
+
associated with the entity should be removed and takendown. This is a much
44
+
stronger consequence than `ban` and is reserved for illegal or intolerable
45
+
content. See
46
+
[MSC4204](https://github.com/matrix-org/matrix-spec-proposals/pull/4204) for
47
+
details. This command works in conjunction with the new
Currently we only support revealing hashed entities for rooms. Except from in
53
+
the
54
+
[_Block invitations on server protection_](https://the-draupnir-project.github.io/draupnir-documentation/protections/block-invitations-on-server-protection).
55
+
The `takedown` command will hash entities by default. These policies require
56
+
your Draupnir (or homeserver) to have encountered a user, room, or server
57
+
before it can reveal the moderation policy. This stops policy rooms from
58
+
becoming an address book for abuse.
59
+
60
+
- Support for [synapse-http-antispam](https://github.com/maunium/synapse-http-)
61
+
antispam has been added to Draupnir and protections. Thanks to @tulir.
62
+
63
+
- Room state backing store can now be used in the appservice deployment mode.
0 commit comments