diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-24 14:41:15 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-24 14:41:15 +0000 |
commit | 7efc165095eb012ade29b635d02d5fb6356eca41 (patch) | |
tree | f6e73293e1779ccd4ce70a60679de39b612e16c9 /doc/spec | |
parent | b9d43e2685e809f0a31c7f35e9b2a003a8dd9e41 (diff) | |
download | tor-7efc165095eb012ade29b635d02d5fb6356eca41.tar.gz tor-7efc165095eb012ade29b635d02d5fb6356eca41.zip |
r14204@Kushana: nickm | 2007-08-24 10:24:36 -0400
Fix a bug in last patch; add support for getting extrainfo documents by the control port (since it is silly to tell tools to do it without actually giving them an interface).
svn:r11270
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/control-spec.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index ed9e9c3cd1..fc9d3188d1 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -367,6 +367,10 @@ $Id$ "desc/id/<OR identity>" or "desc/name/<OR nickname>" -- the latest server descriptor for a given OR, NUL-terminated. + "extra-info/digest/<digest>" -- the extrainfo document whose digest (in + hex) is <digest>. Only available if we're downloading extra-info + documents. + "ns/id/<OR identity>" or "ns/name/<OR nickname>" -- the latest network status info for a given OR. Network status info is as given in dir-spec.txt, and reflects the current beliefs of this Tor about the |