[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] a list of things to do so we can decentralize
Update of /home2/or/cvsroot/tor/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/doc
Modified Files:
TODO
Log Message:
a list of things to do so we can decentralize
Index: TODO
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- TODO 23 Feb 2005 21:59:09 -0000 1.257
+++ TODO 23 Feb 2005 22:42:17 -0000 1.258
@@ -142,6 +142,22 @@
- Windows
- Get a controller to launch tor and keep it on the system tray.
+For 0.1.1.x:
+
+Decentralizing:
+ - self-measurement
+ - remote measurement
+ - remove approval crap, add blacklisting by IP
+ - gather more permanent dirservers and put their keys into the code
+ - ship with a master key, and implement a way to query dirservers for
+ a blob which is a timestamped signed newest pile of dirservers. put
+ that on disk and use it on startup rather than the built-in default.
+ - threshold belief from clients about up-ness
+ - a way for clients to get fresh enough server descriptors
+ - a way for clients to partition the set of servers in a safe way:
+ so they don't have to learn all of them but so they're not easily
+ partitionable.
+
Tier two:
N - Handle rendezvousing with unverified nodes.