aboutsummaryrefslogtreecommitdiff
path: root/pt-spec.txt
AgeCommit message (Collapse)Author
2023-10-12Move all text-only specifications into the OLD_TXT directory.Nick Mathewson
2022-02-28Remove comma from STATUS format specification.David Fifield
2021-10-25Fix typos and cleanupDimitris Apostolou
2020-10-06Clearify loopback address for IPv6.Alexander Færøy
2020-10-06Split the TOR_PT_OUTBOUND_BIND_ADDRESS into a V4/V6 variant.Alexander Færøy
2020-10-06Update spec from phw's comments.Alexander Færøy
2020-10-06Add TOR_PT_OUTBOUND_BIND_ADDRESS support.Alexander Færøy
This patch adds support for the TOR_PT_OUTBOUND_BIND_ADDRESS variable to both PT proxies and servers. See: https://bugs.torproject.org/5304
2019-11-26fix erroneous header numbering punctuationHans-Christoph Steiner
The clear standard is trailing "." after each numeric section. This fixes the small handful of outliers. This makes it easy to convert these headers to common markup formats, for example: http://hyperpolyglot.org/lightweight-markup
2019-11-26standardize whitespace in the titlesHans-Christoph Steiner
This is one small step towards making these a standard, parsable format.
2019-02-08pt-spec: Add the LOG and STATUS messageDavid Goulet
Give the ability of a pluggable transport to send back logging and status messages to the parent process. Tor implementation in #28179. Closes #28181. Signed-off-by: David Goulet <dgoulet@torproject.org>
2017-06-16Correct the description of PT_SERVER_TRANSPORT_OPTIONS in pt-spec.txtNick Mathewson
2015-11-03Rewrite the existing PT spec to be not Tor specific.Yawning Angel
This attempts to make it clear that PTs are not just for Tor, and can be used by any project, and should be sufficient documentation for writing the PT glue code both for Tor and other projects. TODO: Fold in the implemented parts of prop 196/217. I'll do this when I have time, since statistics are useful for everybody. Fixes: #13369, #15545 Completes: #16754
2015-04-15Remove note about wildcard transport; see #15612Nick Mathewson
2014-07-10Apply Yawning's pt-spec.txt improvements.George Kadianakis
2014-07-10Replace the old pt-spec.txt with a new better one.George Kadianakis
2014-01-11Remove `keyid=` from torrc Bridge lines in pt-spec.txt.Isis Lovecruft
* FIXES #10614
2013-11-04Be an insufferable pedant and hyphenate a phrase.Nick Mathewson
2013-11-04Fix a small mistake in pt-spec.txt.George Kadianakis
Fixes #10090.
2013-09-07Split "Server behavior" section into smaller sections.George Kadianakis
2013-09-07Specify how to pass configuration parameters to server transports.George Kadianakis
Also, add an example of the SOCKS parameters.
2013-08-15Merge branch 'bug8045_take3_squashed'Nick Mathewson
2013-08-15Introduce the "bridge-transports" extra-info descriptor field.George Kadianakis
2013-07-02Specification on how the 'transport' extra-info line works.George Kadianakis
Also specify how pluggable transport arguments are passed from the transport proxy to Tor and then to the bridge authority using extra-info descriptors.
2012-12-06Some additions related to the Extended ORPort.George Kadianakis
2012-11-06Be able to specify the bind address of managed proxies.George Kadianakis
2012-06-14Add a pointer to prop180Nick Mathewson
2012-06-14Move implemented parts of proposal 180 to /pt-spec.txtGeorge Kadianakis