summaryrefslogtreecommitdiff
path: root/modes
AgeCommit message (Expand)Author
2019-10-22Log errors initializing obfs4 transport serverRuben Pollan
2019-10-21Made the other three modes workBluesaxorcist
2019-10-21Removed termmon and fixed compiler warningsBluesaxorcist
2019-10-21added dialer to the modes and removed unneccessary codeBluesaxorcist
2019-10-13renamed all of the iatMode strings to iat-modeBluesaxorcist
2019-10-07commented out replicant on tcp side until code is fixedBluesaxorcist
2019-09-30Merge branch 'meskio-error_handling'Bluesaxorcist
2019-09-30Merge branch 'error_handling' of https://github.com/meskio/shapeshifter-dispa...Bluesaxorcist
2019-09-30Removed unnecessary functionBluesaxorcist
2019-09-16fixed transports to use configsBluesaxorcist
2019-09-15Added Dust, Meeklite, and Replicant to dispatcher modesBluesaxorcist
2019-09-14refactoring the modesBluesaxorcist
2019-09-06Improve error loginRuben Pollan
2019-08-30added Dust and commented in replicant's code to the four modes for future useBluesaxorcist
2019-08-30Added meeklite to the dispatcher modesBluesaxorcist
2019-08-16made dispatcher operational for obfs4Bluesaxorcist
2019-08-11commented in Optimizer and shadow code for later adjustmentBluesaxorcist
2019-08-08Modified dialer to return conn and errorBluesaxorcist
2019-08-01fixed errorsBluesaxorcist
2019-08-01made code conform to optimizerBluesaxorcist
2018-10-11Migrated from PT Go API 2.0 to PT Go Api 2.1Dr. Brandon Wiley
2018-01-15Allow for the client proxy listening address to be specified on the command line2.0.1Dr. Brandon Wiley
2017-08-14Fixed an incorrect error messageBrandon Wiley
2017-08-14Converted debugging prints to error loggingBrandon Wiley
2017-08-09Added Shadowsocks transport option to transparent TCP proxy modeBrandon Wiley
2017-05-10Fixed a bug where the server-side obfs4 was not being intialzied properlyBrandon Wiley
2017-02-22Implemented use of transports that require parametersBrandon Wiley
2017-02-08Ported remaining proxy modes (UDP, STUN, SOCKS) to PT 2.0 Go APIBrandon Wiley
2016-12-11Converted transport use to the PT 2.0 Go APIBrandon Wiley
2016-12-09Removed resolveAddr() and parsePort(), which are in shapeshifter-ipc nowBrandon Wiley
2016-12-08Updated goptlib import paths to use shapeshifter-ipcBrandon Wiley
2016-12-08Implemented server-side transparent TCP proxy modeBrandon Wiley
2016-11-16Added new command line flags and refactored ClientSetup to use themBrandon Wiley
2016-11-16Fixed import pathsBrandon Wiley
2016-11-15Fixed import paths to use shapeshifter-dispatcher/shapeshifter-transports ins...Brandon Wiley
2016-11-07Updated to use no goturn APIBrandon Wiley
2016-08-17Implementing connection pool handling semantics specified in Pluggable Transp...Brandon Wiley
2016-08-02Added STUN-aware UDP proxy modeBrandon Wiley
2016-04-03Split "proxies" into "proxy_dialers" and "modes"Robin Tarsiger