Changelog for
forgejo-guardian-0.6.0-1.1.x86_64.rpm :
* Wed Feb 19 2025 Richard Rahl
- update to 0.6.0:
* Add German translation
* Add safe_mode to prevent banning active users and notify moderation team
* Add support for Matrix bot alongside Telegram bot
* Don\'t send alerts of ignored users
* Option to hide users email
* Update fetcher to fetch updated users
* bot command to ban a user
* New local not_specified used for the regex reason
* Rename only_new_users to check_existing_users
* Rename expressions.only_new_users to expressions.check_existing_users
* Fetch all new users instead of only the first page
* Sat Feb 01 2025 Richard Rahl - update to 0.5.1:
* Enhance ban/sus logs to display the location
* Tue Jan 28 2025 Richard Rahl - update to 0.5.0:
* Ability to check user tokens and oauth2 apps
* The minimum value for inactive.req_limit changed to 4
* Ability to enter seconds in the interval without s suffix
* Make expressions.interval suffixably
* Guardian checks all instance users when expressions.only_new_users is false
* Prevent async deadlock when Telegram is disabled
* Wed Jan 22 2025 Richard Rahl - update to 0.4.1:
* Add support for including and excluding users
* Check for the user activities for more than last 365 days
* Exceed inactive.req_limit due to asynchronous user checking- update to 0.4.0:
* Ability to Enable/disable sus and ban expressions, and Telegram bot
* Ability to fetch Forgejo token from environment variables
* Clean up instance of inactive users
* Move unglobal fields to the expressions section
* Sat Jan 18 2025 Richard Rahl - update to 0.3.1:
* Ability to suspend the user instead of deleting them permanently
* Thu Jan 16 2025 Richard Rahl - initial packaging