summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-11pin obfs4 until server side upgradeHEADmasterKali Kaneko
2022-03-04Use upstream obfs4Sam Whited
Signed-off-by: Sam Whited <sam@samwhited.com>
2022-03-02Use Go ModulesSam Whited
Signed-off-by: Sam Whited <sam@samwhited.com>
2020-02-25Fix obfs4 transport importRuben Pollan
2019-12-10Add licenseRuben Pollan
2019-11-13Merge branch 'close_conns' into 'master'cyberta
Close all the stablished connections when Close() is called Closes #3 See merge request leap/shapeshifter!2
2019-11-04Close the channel when listener close failsRuben Pollan
- Resolves: #3
2019-10-29Add logger interfaceRuben Pollan
And deprecate GetLastError
2019-10-24Add support for the new dialer and error on obfs4clientRuben Pollan
2019-10-22Check if the certificate is validRuben Pollan
obfs4 doesn't check if the cert is valid, just returns a nil transport if is invalid. - Resolves: #1
2019-08-15Close the error channelRuben Pollan
2019-08-08Add error handling supportRuben Pollan
2019-08-07Close the listener if it has being initializedRuben Pollan
2019-08-07transport Dial now returns an errorRuben Pollan
2019-07-18[feat] first implementation of the libraryRuben Pollan