Releases: eGenix/egenix-telegram-antispam-bot
0.6.0
The 0.6.0 release fixes a few bugs and adds more features:
- Upgraded to pyrogram 2.0.106, which fixes a weird error we have been getting recently with the old version 1.4.16 (see pyrogram/pyrogram#1347)
- Catch weird error from Telegram when deleting conversations; this seems to sometimes fail, probably due to a glitch on their side
- Made the math and char entry challenges a little harder
- Added new DictItemChallenge
It has been battle-tested in production for several years already and is proving to be a really useful tool to help with Telegram group administration.
0.5.0
The 0.5.0 release fixes a few bugs and adds more features:
- Added support for muting the bot messages and enabled this per default; thanks to Alexander Ananchenko
- Added support for also removing the approval message after a timeout (not enabled per default); thanks to Alexander Ananchenko
- Bot conversations are now logged before removing them; this makes it easier to debug challenges (some may be too easy)
It has been battle-tested in production for several months already and is proving to be a really useful tool to help with Telegram group administration.
0.4.0
The 0.4.0 release fixes a few bugs and adds more features:
- Added new challenge MathMultiplyChallenge
- Made the MathAddChallenge and MathMultiplyChallenge a little more difficult
It has been battle-tested in production for several months already and is proving to be a really useful tool to help with Telegram group administration.
0.3.0
The 0.3.0 release fixes a few bugs and adds more features:
- Added new challenge ListItemChallenge
- Added new config variables MAX_FAILED_CHALLENGES to limit the number of failed
challenge responses. Defaults to 3. - Added docker-compose config example to sources
- Fixed display of the user name to always show the full name, where available.
- Added work-around for pyrogram to not create session files inside
the package dir when running the bot in -m mode - Fixed bug to make file logging work
- Fixed bug in ban time handling; this now works correctly
It has been battle-tested in production for more than two months already and is proving to be a really useful tool to help with Telegram group administration.
0.2.0
egenix-telegram-antispam-bot-0.2.0 Tag 0.2.0 release