diff options
author | Poet (Tim Sally) <poet@stack.io> | 2010-12-01 05:26:05 -0600 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-12-01 12:44:48 -0500 |
commit | 45c302efe0156636fbe1ce9e14c724e47949fa71 (patch) | |
tree | e0a28cac8f86a66c97d3ac33ee7c117ebdb9aa29 /doc | |
parent | 87158368dc02350d7eda43cbadc00a3cfc4d8815 (diff) | |
download | tor-45c302efe0156636fbe1ce9e14c724e47949fa71.tar.gz tor-45c302efe0156636fbe1ce9e14c724e47949fa71.zip |
Correct information about support for guards being called helper nodes.
The spec stated that support for the helper-nodes command would be removed
in 0.1.3.x, however support for this command is still in Tor. Updated the spec
to reflect this and added a node that the command is deprecated.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/control-spec.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 14b5903f59..66ad11c53c 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -502,10 +502,10 @@ Status = "up" / "never-connected" / "down" / "unusable" / "unlisted" - [From 0.1.1.4-alpha to 0.1.1.10-alpha, this was called "helper-nodes". - Tor still supports calling it that for now, but support will be - removed in 0.1.3.x.] - + [From 0.1.1.4-alpha to 0.1.1.10-alpha, entry-guards was called + "helper-nodes". Tor still supports calling "helper-nodes", but it + is deprecated and should not be used.] + [Older versions of Tor (before 0.1.2.x-final) generated 'down' instead of unlisted/unusable. Current Tors never generate 'down'.] |