You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.3.6
* Added WebApi::getInterfaces()
* Improved handling of empty RCON responses
* Fixed port of GoldSrc master server
* Fixed Web API calls without a key
Version 1.3.4
* Fixed resource leaks in GameServer
* Fixed some items missing from invenetories
* Adapted GameItem parsing to DotA2 API changes
* Fixed NPE in RCONSocket#close()
* Improved raw data handling in RCONSocket
* Strip Wep API keys from debug output
Version 1.3.3
* Added support for game ID in server info
* Fixed auto-retry for master server queries
* Improved error handling for XML data
* Simplified server info packets
Version 1.3.2
* Improved detection of RCON bans
* Prevent encoding problems when reassembling packets
* Do not override getMessage() in WebApiException
Version 1.3.0
* Improved inventories
* Improved connection handling for RCON edge cases
* Added support for new Steam ID format ("[U:#:#####]")
* Various other fixes and improvements