]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Correct information about support for guards being called helper nodes.
authorPoet (Tim Sally) <poet@stack.io>
Wed, 1 Dec 2010 11:26:05 +0000 (05:26 -0600)
committerNick Mathewson <nickm@torproject.org>
Wed, 1 Dec 2010 17:44:48 +0000 (12:44 -0500)
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.

doc/spec/control-spec.txt

index 14b5903f59c121acbe7e4558b0086e6de9a81719..66ad11c53cfb1eb33465b4d1b6b2a368cd9b72e9 100644 (file)
          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'.]