Skip to content

v0.8.23

Pre-release
Pre-release
Compare
Choose a tag to compare
@dborkan dborkan released this 28 Sep 23:17
· 3344 commits to master since this release

New in uProxy/uProxy:

  • New GMail and Facebook networks supporting invites are now part of the dist build and will go to the webstores
  • The old Google network (GTalk) has been renamed to "Google Hangouts"
  • If you upgrade from an old installation of uProxy where you have already signed into GTalk or Facebook, you will see a notification that things have changed (#1928 - you are most likely to see this on Firefox where the localstorage isn't cleared on re-install)
  • Updated UX for metrics-opt-in
  • Fixes to reconnect behavior, FAB positioning, various code cleanups

New in uProxy-lib:

  • TCP socket integration tests now run on Firefox. This will go a long way towards helping keep our Chrome and Firefox support at parity. Thanks to Aaronfor helping push this through.
  • A packet fragmenter and arithmetic encoding-based entropy reducer complete the initial draft of Protean, our next-generation network traffic obfuscator. This is now ready to undergo performance and reliability tests before being rolled out for real. Kudos to Brandon as he enters his final week with us!
  • Our Docker-based testing infrastructure can now configure the type of network traffic obfuscation used. We've been using this to compare Protean's performance against our current obfuscators. Additionally, the plumbing required may come in useful in the future when third parties begin contributing their own obfuscators.