diff options
author | Roger Dingledine <arma@torproject.org> | 2006-04-04 06:09:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-04-04 06:09:25 +0000 |
commit | be901eb468af15d764353e138c1a49b159aa5164 (patch) | |
tree | 4f247d07fa720501a649c01d36aa5d4d47e8447d | |
parent | c4fb9d22cf815e050d7b1ee8d16e4218014a34cc (diff) | |
download | tor-be901eb468af15d764353e138c1a49b159aa5164.tar.gz tor-be901eb468af15d764353e138c1a49b159aa5164.zip |
begin to specify when to warn.
svn:r6314
-rw-r--r-- | doc/dir-spec.txt | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt index 68d9bc1118..e00e2fe64e 100644 --- a/doc/dir-spec.txt +++ b/doc/dir-spec.txt @@ -573,13 +573,26 @@ $Id$ 6.2. Software versions - An implementation of Tor SHOULD warn when it has live network-statuses from - more than half of the authorities, and it is running a software version + An implementation of Tor SHOULD warn when it has fetched (or has + attempted to fetch and failed four consecutive times) a network-status + for each authority, and it is running a software version not listed on more than half of the live "Versioning" network-status documents. - (XXXX not up-to-date) - 6.3. Warning about a router's status. - (XXXX not up-to-date) + If a router tries to publish its descriptor to a Naming authority + that has its nickname mapped to another key, the router SHOULD + warn the operator that it is either using the wrong key or is using + an already claimed nickname. + + If a router has fetched (or attempted to fetch and failed four + consecutive times) a network-status for every authority, and at + least one of the authorities is "Naming", and no live "Naming" + authorities publish a binding for the router's nickname, the + router SHOULD remind the operator that the chosen nickname is not + bound to this key at the authorities, and suggest contacting the + authority operators. + + ... + |