2008-01-31 20:38:37 +00:00
|
|
|
{% extends "_layout.html" %}
|
|
|
|
{% block title %}Roadmap{% endblock %}
|
|
|
|
{% block content %}<h2 id="0.6.2">0.6.2</h2>
|
2005-02-24 03:37:22 +00:00
|
|
|
<ul>
|
2005-08-09 18:45:32 +00:00
|
|
|
<li>NAT/firewall hole punching support for UDP (SSU introducers)</li>
|
2005-04-20 01:20:14 +00:00
|
|
|
<li>Update the tunnel pools to include more options for
|
|
|
|
peer ordering to address various threat models in
|
|
|
|
light of predecessor attacks.</li>
|
2004-07-06 20:39:18 +00:00
|
|
|
</ul>
|
|
|
|
|
2005-09-07 22:05:41 +00:00
|
|
|
<h2 id="1.0">1.0</h2>
|
2004-07-06 20:39:18 +00:00
|
|
|
<ul>
|
2005-08-09 18:45:32 +00:00
|
|
|
<li>Basic content distribution infrastructure, suitable
|
|
|
|
for address books, blogs, and forums</li>
|
2004-12-09 20:24:00 +00:00
|
|
|
<li>Working: blogs, chat, mail, news, BT, eepsites, search</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>
|
|
|
|
|
2005-08-09 18:45:32 +00:00
|
|
|
<p>Please see the <a href="todo">todo</a> list for more detailed info about some of these tasks.</p>
|
2008-01-31 20:38:37 +00:00
|
|
|
{% endblock %}
|