- Added optional config option
protocol
to force a specific connection protocol (#537)
- Potentially fixed commend bot freezing & erroring with "UnhandledPromiseRejection" (#496)
- Added option to remove all accounts from the database without removing commend history (#491)
- Added report bot option to wait until Valve Matchmaking game has ended before reporting (#499)
- Fix #477
- Small display change to how commends are displayed when using
showCommends
- Changed preloading to simply commend twice
- Fixes chunk count being wrong sometimes
- Fixes duplicate entries in database
- Fix database manager
- Preloading now waits much shorter before rejecting when commending/reporting
- Added commend display option
showCommends
in yourconfig.json
, set this totrue
to see commends at the start and end of the process, as well as the difference- Enabling this requires a fetcher account
- Re-added ServerID, MatchID and Fetcher
- Updated all libraries to their latest version
- Improved protobuf checker
- Fixed commend bot
- Probably still does not work on Competitive/Wingman
- Thanks inbroso
- Increased authorization timeout from 5 to 20 seconds
- Increased deauthorization timeout from 1 to 5 seconds
- More internal code changes
- Better error handling
- Removed ServerID
- Removed MatchID
- Removed fetcher
- Updated libraries
- Internal code changes
- Fixed commend/report bot
- Smaller internal changes
- Added automatic server switcher
- This only works for
LOGIN
method
- This only works for
- Removed abusive voice reports
- Voice and Text abuse is now combined in
abusive
- Read CSGO's Blog Post for more information - While its technically still possible to report for voice abuse it is now unused
- Voice and Text abuse is now combined in
- Fixed automatic protobuf downloader not working
- Added
databaseManager
option to set operational status- Use this if an account has been marked as invalid without resetting commend history
- Fix automatic protobuf downloading not working
- Lower RAM usage for each worker process
- Should also increase speed a little bit
- Protobufs are now compiled once per worker instead of once per account
- Potentially fix issue with
LOGIN
method - #206 - Add second method for checking for a VAC ban
- Mark game banned accounts as invalid
- Added option to skip update checks
- Set
disableUpdateCheck
totrue
in your config to skip update checks
- Set
- Fixed
Account Disabled
error code not marking account as invalid
- Added advanced config error logging to database manager
- Proxies now wrap around (Allowing for 40 commends per 5 minutes with 2 proxies for example)
- Fixed a typo
- Fix a maximum call stack size exceeded error
- Ensure match ID is always valid
- Improve error logging
- Handle errors which do not happen during login
- Reduce Valve server ID timeout
- Fix process not exiting in some situation
- Fix report bot
- Added proxy support - Thanks @UnbreakCode
- Removed check whether or not server is full
- Added report functionality back
- Set
type
in the config toREPORT
- Set
- Added auto matchID (Requires fetcher)
- Set
matchID
toauto
to use - Only works on Valve Matchmaking servers
- Set
- Fix process being stuck on some occasions (#147)
- Fixed error logging
- Handle response code 2 (Already commended)
- Fix logging bug
- Fix automatic Server ID finder now working
- Changed commending system to use numbers instead of boolean
- Added automatic Server ID finder
- Commend bot has been rewritten