2008-01-31 20:38:37 +00:00
|
|
|
{% extends "_layout.html" %}
|
|
|
|
{% block title %}Roadmap{% endblock %}
|
2008-06-29 15:49:54 +00:00
|
|
|
{% block content %}
|
2004-07-06 20:39:18 +00:00
|
|
|
|
2010-07-12 15:12:51 +00:00
|
|
|
<h2 id="0.9">0.9</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Include some seed data in the distribution so a central reseed location isn't required?
|
|
|
|
<li>Reachability Mapping / handle peers partially reachable / enhanced <a href="todo.html#fullRestrictedRoutes">restricted routes</a></li>
|
|
|
|
<li>Improve help pages and website</li>
|
|
|
|
<li>More translations</li>
|
|
|
|
<li>SSU disconnect message</li>
|
|
|
|
<li>Iterative floodfill lookups</li>
|
|
|
|
</ul>
|
|
|
|
|
2008-05-29 13:17:19 +00:00
|
|
|
<h2 id="1.0">1.0</h2>
|
|
|
|
<ul>
|
|
|
|
<li>Full review of anonymity issues and other vulnerabilities</li>
|
|
|
|
<li>Reduce memory usage, remove debugging overhead, make it run better on slow and embedded machines</li>
|
2005-02-24 03:37:22 +00:00
|
|
|
<li>Docs</li>
|
2004-07-06 20:39:18 +00:00
|
|
|
</ul>
|
|
|
|
|
2005-09-07 22:05:41 +00:00
|
|
|
<h2 id="2.0">2.0</h2>
|
2004-07-06 20:39:18 +00:00
|
|
|
<ul>
|
2004-12-09 20:24:00 +00:00
|
|
|
<li>Full restricted routes</li>
|
2004-07-06 20:39:18 +00:00
|
|
|
</ul>
|
|
|
|
|
2005-09-07 22:05:41 +00:00
|
|
|
<h2 id="3.0">3.0</h2>
|
2004-07-06 20:39:18 +00:00
|
|
|
<ul>
|
2004-12-09 20:24:00 +00:00
|
|
|
<li>Tunnel mixing and padding</li>
|
|
|
|
<li>User defined message delays</li>
|
2004-07-06 20:39:18 +00:00
|
|
|
</ul>
|
|
|
|
|
2010-03-21 19:41:10 +00:00
|
|
|
<p>Please see the <a href="todo">TODO</a> list for more detailed info about some of these tasks.</p>
|
2008-05-02 04:30:20 +00:00
|
|
|
{% endblock %}
|