[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] begin to specify when to warn.
Update of /home2/or/cvsroot/tor/doc
In directory moria:/home/arma/work/onion/cvs/tor/doc
Modified Files:
dir-spec.txt
Log Message:
begin to specify when to warn.
Index: dir-spec.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/dir-spec.txt,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -d -r1.45 -r1.46
--- dir-spec.txt 3 Apr 2006 05:51:18 -0000 1.45
+++ dir-spec.txt 4 Apr 2006 06:09:25 -0000 1.46
@@ -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.
+
+ ...
+