[or-cvs] changed my mind, sort of

Roger Dingledine arma at seul.org
Tue Sep 3 22:54:03 UTC 2002


Update of /home/or/cvsroot
In directory moria.seul.org:/home/arma/work/onion/cvs

Modified Files:
	HACKING TODO 
Log Message:
changed my mind, sort of

the package is tor, the binary is or.

and i added our project plan to the todo file.



Index: TODO
===================================================================
RCS file: /home/or/cvsroot/TODO,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- TODO	19 Jul 2002 16:25:53 -0000	1.4
+++ TODO	3 Sep 2002 22:53:31 -0000	1.5
@@ -1,7 +1,44 @@
 
+[First four are all equally first.
+Others follow in order of priority.]
+
+Patch well-known proxies to make them OR compliant
+   Data stream anonymizing, HTTP/FTP (Privoxy, Squid), SMTP, etc.
+   Packet Redirector, a la FreeBSD (DNS, authenticated connections, etc.)
+
+Deploy and manage open source development site.
+Manage and maintain code, write documentation, design and write
+ unit tests, handle patch submissions, make the autoconf work, etc
+
+Deploy a widespread network: manage deployment.
+Maintain and distribute directory/network state information etc. Keep
+operators and users happy.
+
+Test OR network for reliability and performance, with and without
+ mechanisms for throttling, congestion control, padding, load balancing
+ if applicable, etc.
+     Use httperf and webload to get some performance stats
+     Modify code as dictated by testing.
+
+Develop rendezvous points
+Implement reply onions
+Develop location protected servers idea
+
+Enhance router twins to do load balancing as well as DoS prevention
+
+Develop and deploy automated reputation management, directory servers,
+and directory/network state monitoring.
+
+---
+
+debian / red hat spec file
+handle starting things as a system daemon
+transition addr to sin_addr
+
+
 Obvious things I'd like to do that won't break anything:
 
-* Abstract out crypto calls, with the eventual goal of moving
+* Abstract out crypto calls (done), with the eventual goal of moving
   from openssl to something with a more flexible license.
 
 * Test suite. We need one.



More information about the tor-commits mailing list