Skip to content

Releases: matrix-org/mjolnir

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.

v0.1.13

05 Mar 22:46
Compare
Choose a tag to compare

Changelog

Bot:

  • Added support for redacting individual events.
  • Change of behaviour: The bot will not try to protect ban list rooms it didn't create. Manually add them as protected if you want to protect those rooms.
  • Added alias management commands.
  • Change of behaviour: The config for when the bot accepts invites has changed. See 7314df7 for more details.
  • Added an option to report to the management room when the bot is not going to accept an invite.
  • General bug fixes and improvements.