Releases: Commandserver/Antispambot
Releases · Commandserver/Antispambot
Mass ban command
Features
- Updated D++ version to 10.0.21
- Added some domains to the domain-blacklist
- Refactored intents, tabs, comments & code style
- A mass ban command to ban suspicious accounts e.g. on raids, as you can see in the screenshot
Bugfixes
- Fixed potentially memory leak 538e8c0
Updated some comments
Merge pull request #27 from Commandserver/dev updated README.md
quality of live improvements
Updates
- Updated to the new slash command permissions system
- It's now using a webhook to send log messages instead of normal messages
- Added some blacklisted domains
Fixed bugs
- fixed bug: return statement missing after reply to slash command cd54539
small quality of live improvements
Updates
- updated some comments
- translated everything to english
- added some domains to the blacklist
Fixed bugs
- fixed the the
/manage domainblacklist
slashcommand which didn't parsed the URL properly.
Speed improvement
Using the new version of the D++ library, 10.0.6 speeds up REST requests!