commit b31bdca77deeeb3c9da4116473b65e8ffba9ea0b Author: David Fifield david@bamsoftware.com Date: Tue Feb 8 13:05:53 2022 -0700
Update PT spec references.
Proposals 196 (ExtORPort) and 217 (ExtORPort authentication) were merged together into ext-orport-spec.txt in https://gitlab.torproject.org/tpo/core/torspec/-/issues/50.
Proposal 232 (TOR_PT_PROXY) became part of pt-spec.txt in https://gitweb.torproject.org/torspec.git/commit/pt-spec.txt?id=4dcd7e94f17c.... --- README | 4 +--- pt.go | 8 +------- 2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/README b/README index dc605d1..acab129 100644 --- a/README +++ b/README @@ -1,9 +1,7 @@ goptlib is a library for writing Tor pluggable transports in Go.
https://spec.torproject.org/pt-spec -https://gitweb.torproject.org/torspec.git/tree/proposals/196-transport-contr... -https://gitweb.torproject.org/torspec.git/tree/proposals/217-ext-orport-auth... -https://gitweb.torproject.org/torspec.git/tree/proposals/232-pluggable-trans... +https://gitweb.torproject.org/torspec.git/tree/ext-orport-spec.txt
To download a copy of the library into $GOPATH: go get git.torproject.org/pluggable-transports/goptlib.git diff --git a/pt.go b/pt.go index 23893f4..9f0061e 100644 --- a/pt.go +++ b/pt.go @@ -122,13 +122,7 @@ // https://spec.torproject.org/pt-spec // // Extended ORPort: -// https://gitweb.torproject.org/torspec.git/tree/proposals/196-transport-contr... -// -// Extended ORPort Authentication: -// https://gitweb.torproject.org/torspec.git/tree/proposals/217-ext-orport-auth... -// -// Pluggable Transport through SOCKS proxy: -// https://gitweb.torproject.org/torspec.git/tree/proposals/232-pluggable-trans... +// https://gitweb.torproject.org/torspec.git/tree/ext-orport-spec.txt // // The package implements a SOCKS5 server sufficient for a Tor client transport // plugin.
tor-commits@lists.torproject.org