mjolnir icon indicating copy to clipboard operation
mjolnir copied to clipboard

A moderation tool for Matrix

Results 205 mjolnir issues
Sort by recently updated
recently updated
newest added

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...

T-Enhancement
O-Frequent
S-Major

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...

enhancement
help wanted

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...

T-Enhancement