summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-12Move to a unified client/server binary, and fix bugs.Yawning Angel
* The old and the busted: obfs4-[client,server]. * The new hotness: obfs4client. * Add obfs4.ServerHandshake() that servers need to call after a successful return from Accept(). This allows implementations to move the handshake into a goroutine or whatever.
2014-05-11Change documentation/comments to reflect reality (No functional changes).Yawning Angel
2014-05-09Remove a comment that I forgot to delete, no functional changes.Yawning Angel
2014-05-09Initial import.Yawning Angel