commit 9301346086629702ec5d9c466cf948798bec939f parent 19960818382f8f1ceb6a6b34862358c84f25f7c5 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 22 Dec 2022 14:06:27 +0200 Add initial content Diffstat:
| M | content/_index.md | | | 2 | +- |
| A | content/bot/_index.md | | | 20 | ++++++++++++++++++++ |
| R | content/chapter1/_index.md -> content/introduction/_index.md | | | 0 |
3 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/content/_index.md b/content/_index.md @@ -1,3 +1,3 @@ +++ -redirect_to = "chapter1" +redirect_to = "introduction" +++ diff --git a/content/bot/_index.md b/content/bot/_index.md @@ -0,0 +1,20 @@ ++++ +title = "Matrix Bot" +weight = 2 +sort_by = "weight" +insert_anchor_links = "right" ++++ + +The Project features a Matrix Bot that behaves similar but also widely different to Mjolnir. + +The aim of the Bot is to provide warnings to the Admin by default and be more human friendly in usage. + +Some of the major changes to it compared to Mjolnir are: + +- The Bot warns the Admins about possible spam actively +- Actions are mainly done via reactions +- The bot can automatically issue reports if an admin wants and the server previously was set up with contact info +- The bot has a split admin and a warning room. This allows admins to publish the warning room as a human readable banlist +- The bot does input validation +- The bot has only a few commands since the majority of actions is meant to happen using reactions +- The bot is using a ML model trained to detect spam diff --git a/content/chapter1/_index.md b/content/introduction/_index.md