Skip to content

Commit

Permalink
v2.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuxie committed Jan 9, 2025
1 parent 0ea80d3 commit a460318
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,50 @@ and this project adheres to

## [Unreleased] - None

## [v2.0.0-beta.10] 2024-01-09

### Changed

- Make the unban command's `--true` option the default behaviour. Removing a
policy will automatically matching unban users from protected rooms. Changed
by @nexy7574 and reported in
https://github.com/the-draupnir-project/Draupnir/issues/648

### Fixed

- Stop the kick command from removing members who had left or were banned, Fixed
and reported by @nexy7574 in
https://github.com/the-draupnir-project/Draupnir/issues/649.

- Stop room's being added as server policies. Fixed by @nexy7574 reported by
@FSG-Cat in https://github.com/the-draupnir-project/Draupnir/issues/458.

- Stop Draupnir's `WordList` and `BasicFlooding` protections from reacting to
itself in the management room. Fixed by @nexy7574 reported by @TheArcaneBrony
in https://github.com/the-draupnir-project/Draupnir/issues/579.

- Stop duplicate notice's that Draupnir is updating room ACL in
https://github.com/the-draupnir-project/Draupnir/issues/450.

- Fixed serverACL's were not immediately updated after unwatching or watching a
new policy list. https://github.com/the-draupnir-project/Draupnir/issues/451.

- Fixed an issue where remote aliases couldn't be resolved unless the homeserver
was already present in the room. Reported by @TheArcaneBrony in
https://github.com/the-draupnir-project/Draupnir/issues/460.

- Fixed an issue where it was not possible to unwatch a policy room. Reported by
@JokerGermany in https://github.com/the-draupnir-project/Draupnir/issues/431,
and @nexy7574 in https://github.com/the-draupnir-project/Draupnir/issues/647.

- Fixed an issue where if Draupnir was protecting a very large number of users
then CPU could be starved for as long as a minute while matching users against
policies. Reported by @TheArcaneBrony in
https://github.com/the-draupnir-project/Draupnir/issues/498.

- Handle invalid forwarded reports properly. Reported by @Philantrop in
https://github.com/the-draupnir-project/Draupnir/issues/643.

## [v2.0.0-beta.9] 2024-12-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draupnir",
"version": "2.0.0-beta.9",
"version": "2.0.0-beta.10",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "https://github.com/the-draupnir-project/Draupnir.git",
Expand Down
2 changes: 1 addition & 1 deletion synapse_antispam/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="mjolnir",
version="2.0.0-beta.9", # version automated in package.json - Do not edit this line, use `yarn version`.
version="2.0.0-beta.10", # version automated in package.json - Do not edit this line, use `yarn version`.
packages=find_packages(),
description="Mjolnir Antispam",
include_package_data=True,
Expand Down

0 comments on commit a460318

Please sign in to comment.