diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-29 05:43:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-29 05:43:00 +0000 |
commit | fd4cff8a6582c8c2bd45710c8542d19f7b57ebde (patch) | |
tree | 1fceab002425c52b718255baef6fb5ff978fc992 /doc/spec/dir-spec.txt | |
parent | e19d96637d44bef2751e7c6c594a2951fcdc1b0a (diff) | |
download | tor-fd4cff8a6582c8c2bd45710c8542d19f7b57ebde.tar tor-fd4cff8a6582c8c2bd45710c8542d19f7b57ebde.tar.gz |
r15023@tombo: nickm | 2008-03-29 01:18:03 -0400
Merge proposal 123 ("Naming authorities automatically create bindings") into dir-spec.txt.
svn:r14231
Diffstat (limited to 'doc/spec/dir-spec.txt')
-rw-r--r-- | doc/spec/dir-spec.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 9b184aeb8..8e2ddece1 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -987,6 +987,19 @@ $Id$ binds X to some other Y'.) A router is called 'Named' if the router believes the given name should be bound to the given key. + Two strategies exist on the current network for deciding on + values for the Named flag. In the original version, server + operators were asked to send nickname-identity pairs to a + mailing list of Naming directory authorities operators. The + operators were then supposed to add the pairs to their + mapping files; in practice, they didn't get to this often. + + Newer Naming authorities run a script that registers routers + in their mapping files once the routers have been online at + least two weeks, no other router has that nickname, and no + other router has wanted the nickname for a month. If a router + has not been online for six months, the router is removed. + "Unnamed" -- Directory authorities that support naming should vote for a router to be 'Unnamed' if its given nickname is mapped to a different identity. |