diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-07-16 23:05:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-07-16 23:05:40 +0000 |
commit | 10407625312cb43e92ef68f9b98a6b0aaa23a22b (patch) | |
tree | b597b3ab30ed7c66159d28f7d70f2c7fd2312c79 /doc | |
parent | bc36db351f735c6a7053443ac567b9cacd72b4cc (diff) | |
download | tor-10407625312cb43e92ef68f9b98a6b0aaa23a22b.tar.gz tor-10407625312cb43e92ef68f9b98a6b0aaa23a22b.zip |
Remove 1024-router limit in routerparse.c; unify handling of running-routers lines in running-routers requests and in directories; set is_verified field of routerinfo_ts correctly; use most-recent-info rule to decide whether to change router-is-running status.
svn:r2051
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -65,7 +65,7 @@ NICK - Possible to get autoconf to easily install things into ~/.tor? o nickname defaults to first piece of hostname o running-routers list refers to nickname if verified, else hash-base64'ed. - - Mark routers as verified or unverified based on whether + o Mark routers as verified or unverified based on whether running-routers list includes nickname or id hash. o put OR uptime in descriptor o name the secret-key directory something to discourage people @@ -95,6 +95,7 @@ NICK - Reputation info needs to give better weight to recent events than - he can connect to you - he has successfully extended to you - he has sufficient mean-time-between-failures + - Don't accept ORs with nicknames same as verified ORs' nicknames. - add new "Middleman 1" config variable? o if torrc not found, exitpolicy reject *:* NICK - change if(options.ORPort) to what we really mean. |