[tor-commits] [goptlib/main] Update PT spec references.

dcf at torproject.org dcf at torproject.org
Tue Feb 8 20:08:54 UTC 2022


commit b31bdca77deeeb3c9da4116473b65e8ffba9ea0b
Author: David Fifield <david at 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=4dcd7e94f17c072e771119ec90d7cbce4a4788a4.
---
 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-control-ports.txt
-https://gitweb.torproject.org/torspec.git/tree/proposals/217-ext-orport-auth.txt
-https://gitweb.torproject.org/torspec.git/tree/proposals/232-pluggable-transports-through-proxy.txt
+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-control-ports.txt
-//
-// Extended ORPort Authentication:
-// https://gitweb.torproject.org/torspec.git/tree/proposals/217-ext-orport-auth.txt
-//
-// Pluggable Transport through SOCKS proxy:
-// https://gitweb.torproject.org/torspec.git/tree/proposals/232-pluggable-transports-through-proxy.txt
+// https://gitweb.torproject.org/torspec.git/tree/ext-orport-spec.txt
 //
 // The package implements a SOCKS5 server sufficient for a Tor client transport
 // plugin.



More information about the tor-commits mailing list