[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Remove 1024-router limit in routerparse.c; unify handling o...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Remove 1024-router limit in routerparse.c; unify handling o...
- From: nickm@seul.org (Nick Mathewson)
- Date: Fri, 16 Jul 2004 19:05:42 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 16 Jul 2004 19:06:02 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv6311/doc
Modified Files:
TODO
Log Message:
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.
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- TODO 16 Jul 2004 22:23:17 -0000 1.133
+++ TODO 16 Jul 2004 23:05:40 -0000 1.134
@@ -65,7 +65,7 @@
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 @@
- 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.