diff options
author | Geoff Goodell <goodell@eecs.harvard.edu> | 2006-03-07 16:00:40 +0000 |
---|---|---|
committer | Geoff Goodell <goodell@eecs.harvard.edu> | 2006-03-07 16:00:40 +0000 |
commit | 82df8a2b523413246824c84ede49e9c04e994cf8 (patch) | |
tree | 46fc287e51cf23e91faf1dc82b06e7423ba99510 /doc | |
parent | a385b0087fc144ffd948e8bca416368d1e968ffd (diff) | |
download | tor-82df8a2b523413246824c84ede49e9c04e994cf8.tar tor-82df8a2b523413246824c84ede49e9c04e994cf8.tar.gz |
add tor/* contents from Section 4.4 of dir-spec.txt to controller GETINFO requests
svn:r6091
Diffstat (limited to 'doc')
-rw-r--r-- | doc/control-spec.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 2361ddc9c..33942a6aa 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -396,6 +396,21 @@ $Id$ OptionPrefix SP Documentation CRLF OptionPrefix = OptionName "/*" + "tor/status/authority" + "tor/status/fp/<F>" + "tor/status/fp/<F1>+<F2>+<F3>" + "tor/status/all" + "tor/server/fp/<F>" + "tor/server/fp/<F1>+<F2>+<F3>" + "tor/server/d/<D>" + "tor/server/d/<D1>+<D2>+<D3>" + "tor/server/authority" + "tor/server/all" + A series of lines listing directory 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. + Examples: C: GETINFO version desc/name/moria1 S: 250+desc/name/moria= |