Protector of your Matrix-harvest!
Find a file
Kevin Kandlbinder d362d17e33
Update go.yml
Signed-off-by: Kevin Kandlbinder <kevin@kevink.dev>
2022-09-06 00:34:55 +02:00
.github Update go.yml 2022-09-06 00:34:55 +02:00
.idea webui: Merge changes 2022-09-05 19:56:09 +02:00
cmd Add tracing support 2022-03-01 16:35:41 +01:00
graph Add switch for enable/disable room 2022-09-05 15:41:04 +02:00
internal Add webui to binary package 2022-09-05 18:41:42 +02:00
website Merge pull request #3 from Unkn0wnCat/dependabot/npm_and_yarn/website/minimist-1.2.6 2022-09-05 18:55:29 +02:00
webui webui: Fix warnings 2022-09-05 19:59:08 +02:00
.editorconfig webui: Initialize webui 2022-03-03 16:03:39 +01:00
.gitignore Update .gitignore 2022-03-02 13:44:09 +01:00
.graphqlconfig api: Add graphql endpoint 2022-03-17 00:24:30 +01:00
CERTIFICATE_OF_ORIGIN.txt Create CERTIFICATE_OF_ORIGIN.txt 2022-09-05 21:49:48 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-09-05 21:59:45 +02:00
go.mod Upgrade backend dependencies 2022-09-05 16:07:38 +02:00
go.sum Upgrade backend dependencies 2022-09-05 16:07:38 +02:00
gqlgen.yml api: Add graphql endpoint 2022-03-17 00:24:30 +01:00
LICENSE Update LICENSE 2022-03-01 20:54:45 +01:00
main.go Upgrade backend dependencies 2022-09-05 16:07:38 +02:00
README.md Add webui to binary package 2022-09-05 18:41:42 +02:00
tools.go api: Add graphql endpoint 2022-03-17 00:24:30 +01:00

matrix-veles (WIP)

Veles is a bot for Matrix chatrooms, which can compare hashes of images against a list of known spam images and mutes (or bans, your choice) the users who post them.

In the long-term Veles will become a multipurpose bot for moderation, spam-busting and statistical work.

Help Translating

Crowdin

If you have time and language skills, consider helping to translate the docs!

Building

Building without WebUI

Simply run go build in the project directory.

Building with WebUI

Make sure you have NodeJS and Yarn installed.

Then run the following commands:

  1. go generate ./... - This will build the webui react project.
  2. go build -tags withUI - This will build the binary with included UI.