Skip to content

Releases: matrix-org/mjolnir

v1.3.0

01 Feb 11:05
Compare
Choose a tag to compare

Changelog

Bot:

  • Changed minimum supported node version to 14.
  • Added reporting of external changes to watched policy lists to the management room.
  • Changed labels in the abuse reporting UX to be smaller.
  • Fix where abuse reporting would react to irrelevant reactions in the management room.
  • Added configuration of protections through management room commands.
  • Added initial capability for running Mjolnir with rate limiting (not recommended).
  • Change of behaviour: Mjolnir will now use the MSC2313 m.policy.rule.* event type for policies (see #12).

v1.2.1

18 Nov 14:25
Compare
Choose a tag to compare

This release replaces v1.2.0, which due to human error in the release process, was missing a number of patches.

ChangeLog:

  • This time, a complete version of the abuse report display mechanism. Still considered a feature preview.
  • Performance improvements for protections that need to lock back in the history of a room, decreasing the number of cases in which we could end up timing out.
  • Better tests.

v1.2.0

16 Nov 17:12
Compare
Choose a tag to compare

ChangeLog:

  • New feature: Mjölnir can now be used to display abuse reports in the moderation room and take action upon them. This feature is considered a preview and needs to be specifically activated in the configuration of Mjölnir.
  • Testing infra: We now have integration tests running in CI.

v1.1.20

17 Sep 11:56
Compare
Choose a tag to compare

Changelog

Bot:

  • Change of behaviour: Redactions that can be issued automatically as part of a ban will now only be sent once the bot has finished applying the ban to all of the protected rooms.
  • Fixed possible socket timeout fetching history in large rooms before redaction.

v0.1.19

17 Aug 15:28
Compare
Choose a tag to compare

Changelog

Bot:

  • Added a new protection against voice messages (ideal for rooms where voice messages can't be moderated). See !mjolnir protections for details.
  • Updated the shutdown room API for modern Synapse releases.

v0.1.18

01 Jul 21:14
Compare
Choose a tag to compare

Changelog

Bot:

  • Fixed case sensitivity !mjolnir.
  • Cleaned up error logging.
  • Dependency updates.

v0.1.17

05 Feb 21:17
Compare
Choose a tag to compare

Changelog

Bot:

  • Added wordlist protection
  • Support an operation mode where one must --force to use globs.

v0.1.16

12 Jun 14:18
Compare
Choose a tag to compare

Changelog

Bot:

  • Added healthz support (see sample config for details).
  • Started prioritizing bans over redactions again.
  • Improved redaction handling to be more error-safe.

v0.1.15

12 May 03:42
Compare
Choose a tag to compare

Changelog

Bot:

  • Improved handling of whitespace in commands.
  • Fixed errors relating to room alias resolution (used in "Banning X in Y" style messages).
  • Fixed various error handling locations.

v0.1.14

15 Apr 14:29
Compare
Choose a tag to compare

Changelog

Bot:

  • Improved handling of redaction commands.
  • Use room aliases in place of room IDs in log messages where possible.
  • Added a command to kick people from rooms.

This is a highly recommended release due to the redaction handling changes.