diff options
author | Poet (Tim Sally) <poet@stack.io> | 2010-12-01 11:19:26 -0600 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-12-01 12:44:48 -0500 |
commit | 31b69027d39d0dc77dd1d8fd0895928768894654 (patch) | |
tree | dfcbd02e6ff0b81c290940b38196dfa627670a2e | |
parent | 45c302efe0156636fbe1ce9e14c724e47949fa71 (diff) | |
download | tor-31b69027d39d0dc77dd1d8fd0895928768894654.tar.gz tor-31b69027d39d0dc77dd1d8fd0895928768894654.zip |
Specified grammars for orconn-status and entry-guards for Tor versions 0.1.2.2-alpha through 0.2.2.1-alpha with feature VERBOSE_NAMES turned off.
-rw-r--r-- | doc/spec/control-spec.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 66ad11c53c..255adf00a4 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -485,7 +485,9 @@ 0.2.2.1-alpha and later by default, each line is of the form: LongName SP ORStatus CRLF - Before 0.1.2.2-alpha, each line is of the form: + In Tor versions 0.1.2.2-alpha through 0.2.2.1-alpha with feature + VERBOSE_NAMES turned off and before version 0.1.2.2-alpha, each line + is of the form: ServerID SP ORStatus CRLF "entry-guards" @@ -494,7 +496,9 @@ 0.2.2.1-alpha and later by default, each line is of the form: LongName SP Status [SP ISOTime] CRLF - Before 0.1.2.2-alpha, each line is of the form: + In Tor versions 0.1.2.2-alpha through 0.2.2.1-alpha with feature + VERBOSE_NAMES turned off and before version 0.1.2.2-alpha, each line + is of the form: ServerID2 SP Status [SP ISOTime] CRLF ServerID2 = Nickname / 40*HEXDIG |