diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-03-15 05:06:56 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-03-15 05:06:56 +0000 |
commit | fb7b5545ce8a964e526b6f07806c53c76b5e0191 (patch) | |
tree | 3b8ee169c7c7ab96d5136067bb46c26824336b11 /doc | |
parent | d0f24b1e46eff11a6f8f4a9373410d05ad6418dd (diff) | |
download | tor-fb7b5545ce8a964e526b6f07806c53c76b5e0191.tar.gz tor-fb7b5545ce8a964e526b6f07806c53c76b5e0191.zip |
Implement GETINFO(dir/server/foo); status will be harder.
svn:r6165
Diffstat (limited to 'doc')
-rw-r--r-- | doc/control-spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 06e321e06a..7fb929575e 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -412,7 +412,8 @@ $Id$ contents, provided according to the specification for the URLs listed in Section 4.4 of dir-spec.txt. Note that Tor MUST NOT provide private information, such as descriptors for routers not marked as - general-purpose. + general-purpose. When asked for 'authority' information for which this + Tor is not authoritative, Tor replies with an empty string. Examples: C: GETINFO version desc/name/moria1 |