[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] put our 0.1.1.x roadmap up for all to see



Update of /home2/or/cvsroot/website
In directory moria:/home/arma/work/onion/cvs/website

Modified Files:
	developers.html 
Log Message:
put our 0.1.1.x roadmap up for all to see
and stop linking to HACKING


Index: developers.html
===================================================================
RCS file: /home2/or/cvsroot/website/developers.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- developers.html	25 May 2005 02:45:58 -0000	1.25
+++ developers.html	21 Jun 2005 23:47:56 -0000	1.26
@@ -59,10 +59,25 @@
 </li>
 </ul>
 
-<p>
-Read the <a href="cvs/tor/doc/HACKING">Guide to Tor's source code</a> for an
-overview of the various files and components of the system.
-</p>
+<p>Here's the current roadmap for the 0.1.1.x release:</p>
+<ul>
+<li>Reduce CPU load on servers.</li>
+<li>Continue decentralizing the directory.
+<ul>
+  <li>Gather more permanent dirservers and put their keys into the code.</li>
+  <li>Need to solve what 'verified' means: it means the nickname is
+      registered, but otherwise we treat servers the same.</li>
+  <li>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. Write it down, but probably not do it yet.</li>
+</ul></li>
+<li>Helper nodes (at least preliminary).</li>
+<li>Enclaves (at least preliminary).</li>
+<li>Launch the GUI contest.</li>
+<li>Something, anything, for sys tray on Windows.</li>
+<li>Get on some websites: indymedia.org. others?</li>
+<li>Research: scalability, keep thinking about end-to-end attacks.</li>
+</ul>
 
 <p>
 <a href="cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>.