This repository was archived by the owner on Apr 20, 2023. It is now read-only.
v2.3.0
- Added support for using an HTTP proxy by calling
client.setHttpProxy(url)before connectingurlshould be in formathttp://user:pass@proxyip:proxyport- Only HTTP proxies are supported at this time; HTTPS proxies will not work
- This isn't a security issue (except perhaps to your proxy credentials) as all communication is still encrypted with Steam's hardcoded public key
- Updated to newer Steam protobuf definitions