summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-22fixed example of client to use a working portBluesaxorcist
2019-08-22changed the port in the ReadME to a port that works on tellnetBluesaxorcist
2019-08-16Merge branch 'master' of https://github.com/OperatorFoundation/shapeshifter-d...Bluesaxorcist
2019-08-16made dispatcher operational for obfs4Bluesaxorcist
2019-08-16ignored state filesBluesaxorcist
2019-08-16commented out an unusable importBluesaxorcist
2019-08-12corrected another problem on the readmeBluesaxorcist
2019-08-11updated README to troubleshoot problemsBluesaxorcist
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-15Updated version numbers and linksDr. Brandon Wiley
2018-10-15Updated required go versionDr. Brandon Wiley
2018-10-15Updated list of supported protocolsDr. Brandon Wiley
2018-10-15Updated list of supported transportsDr. Brandon Wiley
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-14Removed debugging prints or converted to error loggingBrandon Wiley
2017-08-14Converted debugging prints to error loggingBrandon Wiley
2017-08-09Merge branch 'master' of github.com:OperatorFoundation/shapeshifter-dispatcherBrandon Wiley
2017-08-09Added Shadowsocks transport option to transparent TCP proxy modeBrandon Wiley
2017-08-09Use new ParsePT2ServerParameters() function for parsing server-side optionsBrandon Wiley
2017-08-09Added information about using shapeshifter-dispatcher with the obfs4 transportBrandon Wiley
2017-05-19Added instructions for using obfs4Brandon Wiley
2017-05-10Pass in the state directory and options to the transports, as this is needed ...Brandon Wiley
2017-05-10Fixed a bug where the server-side obfs4 was not being intialzied properlyBrandon Wiley
2017-02-22Removed obsolete client factoriesBrandon Wiley
2017-02-22Refactored server factory creation to allow use of transports that require pa...Brandon Wiley
2017-02-22Implemented use of transports that require parametersBrandon Wiley
2017-02-22Implemented PT2 authentication modeBrandon Wiley
2017-02-22Added PT2 authentication protocolBrandon Wiley
2017-02-09Implemeneted -extorport and -authcookie flagsBrandon Wiley
2017-02-09Implemented -exit-on-sdin-close flagBrandon Wiley
2017-02-08Added missing command line flags from the PT 2.0 specificationBrandon 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-11Temporarily disabling modes other than transparent TCP with no transport argu...Brandon Wiley
2016-12-11Temporarily disabling all transports that have not yet been migrated to the P...Brandon Wiley
2016-12-09Removed resolveAddr() and parsePort(), which are in shapeshifter-ipc nowBrandon Wiley
2016-12-08Fixed some minor errors in function and module names when transitioning from ...Brandon Wiley
2016-12-08Updated goptlib import paths to use shapeshifter-ipcBrandon Wiley
2016-12-08Implemented server-side transparent TCP proxy modeBrandon Wiley
2016-12-08Implemented server-side transparent TCP proxy modeBrandon Wiley
2016-12-05Included information for "mand not found" error.Brandon Wiley
2016-11-29Fixed the usage string for -stateBrandon Wiley
2016-11-29Added information about the compatible Go versionBrandon Wiley
2016-11-29Fixed go get command in documentationBrandon Wiley
2016-11-22Added link to Moonbounce repoBrandon Wiley