mjolnir
mjolnir copied to clipboard
A moderation tool for Matrix
It would be useful if the `powerlevel` command supported regexp (and an option to not demote in the same command, but this might be more useful as just a separate...
* We already protect dozens of rooms based on an existing ban list. * We would like to subscribe to a new ban list from another trustworthy operator. * Before...
We would like it if certain protections (prohibition of images, certain words, external links, rate limits) would only apply to new members who we have not talked to before. One...
**Is your feature request related to a problem? Please describe.** At the moment in several german rooms there is a person (probably from japan) who uses several matrix homeservers for...
Currently doing a: ``` !mjolnir ban @[email protected] ```` will succeed with a green checkmark, because it technically didn't find any users with that user_id. We shouldn't be too strict because...
- Assume that you are watching multiple foreign ban lists. - You are seeing someone being banned from your room. - You may want to better understand why they got...
**Describe the bug** Redactions of banned users take place even after the user is unbanned. **To Reproduce** Steps to reproduce the behavior: 1. Use the FirstMessageIsImageProtection protection. 1. A well...
While working on #221 it became clear there's a lot of overlap and going back and forwards between `Mjolnir.syncLists()`, `Mjolnir.syncWithBanList()` and `BanList.updateList()` Basically we have Mjolnir that has all the...