summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-18 22:39:15 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-18 22:39:15 +0000
commit74d05f4b2cf31d6bbda1a60b9a4d589cf62c9a51 (patch)
tree7b929b6b2ac43390d700fce64fa11cd46fd3e63e /doc
parentb63a247c6817e099ea3666cc31cd1d24a2cf8fb4 (diff)
downloadtor-74d05f4b2cf31d6bbda1a60b9a4d589cf62c9a51.tar.gz
tor-74d05f4b2cf31d6bbda1a60b9a4d589cf62c9a51.zip
answer getinfo ns/purpose/bridge queries
svn:r12860
Diffstat (limited to 'doc')
-rw-r--r--doc/spec/control-spec.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt
index dcb4ffa4c3..2e31be13d1 100644
--- a/doc/spec/control-spec.txt
+++ b/doc/spec/control-spec.txt
@@ -379,8 +379,9 @@ $Id$
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
+ "ns/id/<OR identity>" or "ns/name/<OR nickname>" -- the latest router
+ status info (v2 directory style) for a given OR. Router status
+ info is as given in
dir-spec.txt, and reflects the current beliefs of this Tor about the
router in question. Like directory clients, controllers MUST
tolerate unrecognized flags and lines. The published date and
@@ -388,10 +389,14 @@ $Id$
not necessarily those for a descriptor that Tor currently has.
[First implemented in 0.1.2.3-alpha.]
- "ns/all" -- Network status info (v2 directory style) for all ORs we
+ "ns/all" -- Router status info (v2 directory style) for all ORs we
have an opinion about, joined by newlines. [First implemented
in 0.1.2.3-alpha.]
+ "ns/purpose/<purpose>" -- Router status info (v2 directory style)
+ for all ORs of this purpose. Mostly designed for /ns/purpose/bridge
+ queries. [First implemented in 0.2.0.13-alpha.]
+
"desc/all-recent" -- the latest server descriptor for every router that
Tor knows about.
@@ -401,7 +406,8 @@ $Id$
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.)
+ believed to be not running.) This option is deprecated; use
+ "ns/all" instead.
"address-mappings/all"
"address-mappings/config"