kalorz
Results
1
issues of
kalorz
- Fixed Proxifier::Proxy creation from URL String (`Proxifier::Proxy.new('socks://user:password@domain:port')`). - Fixed SOCKS5 authentication (it lacked subnegotiation version required by protocol specified in [RFC 1928](http://www.ietf.org/rfc/rfc1928.txt) and [RFC 1929](http://www.ietf.org/rfc/rfc1929.txt)). - Added tests for...