matrix-doc/docs/advanced/abuse_management.md

63 lines
2.7 KiB
Markdown
Raw Normal View History

2021-08-07 11:24:53 +00:00
---
title: "Abuse Management"
date: 2021-08-03T20:30:00+02:00
---
# Abuse Management
2021-08-07 15:45:39 +00:00
our matrix instance has a moderation tool [mjolnir](https://github.com/matrix-org/mjolnir).
2022-01-11 15:44:47 +00:00
!!! info
you are welcome to join [#abuse:envs.net](https://matrix.to/#/#abuse:envs.net) to report people for inappropriate behavior.
2021-11-23 09:41:09 +00:00
2022-01-11 15:44:47 +00:00
to protect your own room from known spammers and evil accounts:
- invite [@mjolnir:envs.net](https://matrix.to/#/@mjolnir:envs.net) and give the user admin Permissions.
!!! tip
if you do not want to give @mjolnir:envs.net admin rights then you need to change the room permission `Change Server ACL` to `Moderator`. With this setting, @mjolnir:envs.net only needs moderator permissions.
2022-01-11 15:44:47 +00:00
- the abuse moderators then receive the invitation and needs to confirm it.
2021-11-23 09:41:09 +00:00
2021-08-07 15:45:39 +00:00
after this step, the room is protected.
2021-08-07 11:24:53 +00:00
## additional enabled Protections
- `MessageIsVoiceProtection` - If a user posts a voice message, that message will be redacted. No bans are issued.
## Access Control List's (ACL) *(ban lists)*
*These lists contain the entries about banned users and servers.*
**our local list:**
- [#envs-ban-list:envs.net](https://matrix.to/#/#envs-ban-list:envs.net)
### lists that we watch
2022-02-20 12:55:26 +00:00
*These bans we trust and taken over by our local mjolnir.*
- [#matrix-org-coc-bl:matrix.org](https://matrix.to/#/#matrix-org-coc-bl:matrix.org)
- [#matrix-org-hs-tos-bl:matrix.org](https://matrix.to/#/#matrix-org-hs-tos-bl:matrix.org)
2022-02-18 17:04:13 +00:00
- [#public-server-bans:ru-matrix.org](https://matrix.to/#/#public-server-bans:ru-matrix.org)
2022-02-20 12:55:26 +00:00
- [#tchncs-ban-list:tchncs.de](https://matrix.to/#/#tchncs-ban-list:tchncs.de)
- [#banlist-spam:systemtest.tk](https://matrix.to/#/#banlist-spam:systemtest.tk)
2022-02-18 17:04:13 +00:00
- [#asragrbanlist_general:asra.gr](https://matrix.to/#/#asragrbanlist_general:asra.gr)
2022-02-20 12:55:26 +00:00
- [#freifunk-ban-list:midnightthoughts.space](https://matrix.to/#/#freifunk-ban-list:midnightthoughts.space)
2022-01-11 15:44:47 +00:00
## ignore people *(element feature_mjolnir)*
2021-08-07 15:45:39 +00:00
you can also subscribe to our banlist to ignore the banned users even in unprotected rooms.
.. to do this, you need to allow the `showLabsSettings` feature in your element config ([see sample config](https://element.envs.net/config.json))
and then activate in `settings` -> `labs` -> `Try out new ways to ignore people`.
in the last step you need to subscribe our banlist: [#envs-ban-list:envs.net](https://matrix.to/#/#envs-ban-list:envs.net)
2021-08-07 15:45:39 +00:00
under `settings` -> `ignored users`.
2022-01-11 15:44:47 +00:00
![Screenshot of ignored people feature](/images/mjolnir_ignored_people.png)
<br />
# official matrix.org banlists
2021-08-07 15:45:39 +00:00
- [#matrix-org-coc-bl:matrix.org](https://matrix.to/#/#matrix-org-coc-bl:matrix.org) (coc violations)
- [#matrix-org-hs-tos-bl:matrix.org](https://matrix.to/#/#matrix-org-hs-tos-bl:matrix.org) (toc violations)