-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
47 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# v0.2.0 (2024-10-16) | ||
|
||
* Added support for banning users via the report feature. | ||
* This requires setting `report_room` in the config and proxying the Matrix | ||
C-S report endpoint to Meowlnir. | ||
* Added support for notifying management room when the bot is pinged in a | ||
protected room. | ||
* Added `!ban` command to management rooms. | ||
* Added `hacky_rule_filter` to filter out policies which are too wide. | ||
* Fixed watched lists being evaluated in the wrong order. | ||
* Fixed newly added policy evaluation not considering existing unban policies. | ||
* Fixed handling redactions of policy events. | ||
|
||
# v0.1.0 (2024-09-16) | ||
|
||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters