Protector of your Matrix-harvest!
Find a file
dependabot[bot] fc7db30a48
build(deps): bump ejs from 3.1.6 to 3.1.8 in /webui
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.8)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-05 16:53:00 +00:00
.github/workflows Add webui to binary package 2022-09-05 18:41:42 +02:00
.idea Add switch for enable/disable room 2022-09-05 15:41:04 +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 Upgrade website dependencies 2022-09-05 16:17:55 +02:00
webui build(deps): bump ejs from 3.1.6 to 3.1.8 in /webui 2022-09-05 16:53:00 +00: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
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.