diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-27 02:07:04 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-27 02:07:04 +0000 |
commit | 5b72dc77ade9fc0b6c4d8b3aecd2d5b6f8400a3a (patch) | |
tree | 93176ce91894df211ae9befce28a7cc2cfdb75d5 /doc/control-spec.txt | |
parent | e624fe47338c2c0ff1027a63c27891c9a5d30932 (diff) | |
download | tor-5b72dc77ade9fc0b6c4d8b3aecd2d5b6f8400a3a.tar.gz tor-5b72dc77ade9fc0b6c4d8b3aecd2d5b6f8400a3a.zip |
r9395@Kushana: nickm | 2006-10-26 22:06:51 -0400
Fix Bug 349: Have GETINFO network-status return even old routers, and use long nicknames where appropriate. Document this.
svn:r8834
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r-- | doc/control-spec.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 798d10ef3e..7ac949bcda 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -369,7 +369,10 @@ $Id$ "network-status" -- a space-separated list of all known OR identities. This is in the same format as the router-status line in directories; - see tor-spec.txt for details. + see dir-spec-v1.txt section 3 for details. (If VERBOSE_NAMES is + enabled, the output will not conform to dir-spec-v1.txt; instead, the + result will be a space-separated list of LongName, each preceded by a + "!" if it is believed to be not running.) "addr-mappings/all" "addr-mappings/config" |