Skip to content

Releases: matrix-org/mjolnir

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.

v0.1.12

14 Feb 06:10
Compare
Choose a tag to compare

Changelog

Antispam module:

  • Support room checks in Synapse antispam module. Thanks @Randshot!
  • Support checking the user directory in the Synapse antispam module (requires matrix-org/synapse#6888).

Bot:

  • Fix the unban command. Thanks @Randshot!
  • Added support for custom command prefixes, including an option of none.
  • Added commands to manage the server's room directory.
  • Added commands to change the power level of other users in rooms.
  • Added a command to shut down a room (Synapse only).
  • General bug fixes and improvements.

v0.1.11

23 Jan 19:04
Compare
Choose a tag to compare

Changelog

  • No changes to the bot.
  • Fixed the Synapse spam checker module to actually work.