Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-22 | Implemented use of transports that require parameters | Brandon Wiley | |
2017-02-08 | Ported remaining proxy modes (UDP, STUN, SOCKS) to PT 2.0 Go API | Brandon Wiley | |
2016-12-11 | Converted transport use to the PT 2.0 Go API | Brandon Wiley | |
Temporarily disabled connecting to the network through a SOCKS/HTTP proxy | |||
2016-12-09 | Removed resolveAddr() and parsePort(), which are in shapeshifter-ipc now | Brandon Wiley | |
2016-12-08 | Updated goptlib import paths to use shapeshifter-ipc | Brandon Wiley | |
2016-12-08 | Implemented server-side transparent TCP proxy mode | Brandon Wiley | |
2016-11-16 | Added new command line flags and refactored ClientSetup to use them | Brandon Wiley | |
2016-11-16 | Fixed import paths | Brandon Wiley | |
2016-11-15 | Fixed import paths to use shapeshifter-dispatcher/shapeshifter-transports ↵ | Brandon Wiley | |
instead of obfs4 | |||
2016-11-07 | Updated to use no goturn API | Brandon Wiley | |
2016-08-17 | Implementing connection pool handling semantics specified in Pluggable ↵ | Brandon Wiley | |
Transports 2.0 Specification, Draft 1 | |||
2016-08-02 | Added STUN-aware UDP proxy mode | Brandon Wiley | |
2016-04-03 | Split "proxies" into "proxy_dialers" and "modes" | Robin Tarsiger | |
Half of the packages in there registered dialer types with golang.org/x/net/proxy, and half of them were proxying modes for the program as a whole. These are separate things, so move them into separate directories. |