put our 0.1.1.x roadmap up for all to see and stop linking to HACKING
Roger Dingledine

Roger Dingledine commited on 2005-06-22 01:47:56
Zeige 1 geänderte Dateien mit 19 Einfügungen und 4 Löschungen.

... ...
@@ -59,10 +59,25 @@ necessarily work or even compile)</p>
59 59
 </li>
60 60
 </ul>
61 61
 
62
-<p>
63
-Read the <a href="cvs/tor/doc/HACKING">Guide to Tor's source code</a> for an
64
-overview of the various files and components of the system.
65
-</p>
62
+<p>Here's the current roadmap for the 0.1.1.x release:</p>
63
+<ul>
64
+<li>Reduce CPU load on servers.</li>
65
+<li>Continue decentralizing the directory.
66
+<ul>
67
+  <li>Gather more permanent dirservers and put their keys into the code.</li>
68
+  <li>Need to solve what 'verified' means: it means the nickname is
69
+      registered, but otherwise we treat servers the same.</li>
70
+  <li>A way for clients to partition the set of servers in a safe way:
71
+      so they don't have to learn all of them but so they're not easily
72
+      partitionable. Write it down, but probably not do it yet.</li>
73
+</ul></li>
74
+<li>Helper nodes (at least preliminary).</li>
75
+<li>Enclaves (at least preliminary).</li>
76
+<li>Launch the GUI contest.</li>
77
+<li>Something, anything, for sys tray on Windows.</li>
78
+<li>Get on some websites: indymedia.org. others?</li>
79
+<li>Research: scalability, keep thinking about end-to-end attacks.</li>
80
+</ul>
66 81
 
67 82
 <p>
68 83
 <a href="cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>.
69 84