Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

v2.3.0

Choose a tag to compare

@DoctorMcKay DoctorMcKay released this 03 Jul 04:26
· 38 commits to master since this release
  • Added support for using an HTTP proxy by calling client.setHttpProxy(url) before connecting
    • url should be in format http://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