shapeshifter-transports

Shapeshifter Transports is a set of Pluggable Transports implementing the Go API from the Pluggable Transports 2.0 specification

MIT License

Stars
36

Bot releases are hidden (Show)

shapeshifter-transports - Fix Import Paths

Published by consuelita over 4 years ago

Fixed Replicant internal import path issues.

shapeshifter-transports - Go Module Fixes

Published by blanu over 4 years ago

This release fixes internal issues related to import paths related to transitioning to Go modules

shapeshifter-transports - Go Module Support

Published by blanu over 4 years ago

This release packages each transport as an individual Go module.

In order to accomplish this, the transport packages had to adopt the Go semantic import convention. Therefore, the import paths have changed. For instance, the obfs4 transport package was previously called "github.com/OperatorFoundation/shapeshifter-transports/transports/obfs4" and it is now called according to Go convention "github.com/OperatorFoundation/shapeshifter-transports/transports/obfs4/v2".

shapeshifter-transports - Fixed bugs in obfs4 and Replicant

Published by consuelita over 4 years ago

  • Fixed a bug parsing obfs4 configs.
  • Fixed some bugs in Replicant with Monolith
  • Began work refactoring Polish/Unpolish in Replicant's Silver
shapeshifter-transports - Initial Release

Published by consuelita over 4 years ago