Replace osdir.com/gmane.org links with zzz.i2p ones for ancient mailing list

This commit is contained in:
zzz
2019-07-02 13:12:39 +00:00
parent 36230f592b
commit a07f46f5e9
4 changed files with 19 additions and 14 deletions

View File

@@ -1,5 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}Tunnel Discussion{% endblock %}
{% block lastupdated %}{% trans %}July 2019{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.41{% endblock %}
{% block content %}
Note: This document contains older information about alternatives to the
@@ -213,13 +215,14 @@ Sponge has proposed using 'tokens' of some sort.
<p>
Any students of tunnel building must study the historical record leading up to the current method,
especially the various anonymity vulnerabilities that may exist in various methods.
The mail archives from October 2005 at <a href="http://{{ i2pconv('zzz.i2p') }}/archives/2005-10/">zzz.i2p</a> or
<a href="http://osdir.com/ml/network.i2p/2005-10/">osdir.com</a> are particularly helpful.
The mail archives from October 2005 at <a href="http://{{ i2pconv('zzz.i2p') }}/archives/2005-10/">zzz.i2p</a>
<!-- or <a href="http://osdir.com/ml/network.i2p/2005-10/">osdir.com</a> -->
are particularly helpful.
As stated on <a href="{{ site_url('docs/spec/tunnel-creation') }}">the tunnel creation specification</a>,
the current strategy came about during a discussion on the I2P mailing list between
Michael Rogers, Matthew Toseland (toad), and jrandom regarding the predecessor attack.
See:<a href="http://osdir.com/ml/network.i2p/2005-10/msg00138.html">Summary</a> and
<a href="http://osdir.com/ml/network.i2p/2005-10/msg00129.html">Reasoning</a>.
See:<a href="http://zzz.i2p/archive/2005-10/msg00138.html">Summary</a> and
<a href="http://zzz.i2p/archive/2005-10/msg00129.html">Reasoning</a>.
<p>
The build changes in 0.6.1.10, released February 2006, were the last incompatible change in i2p;
i.e., all releases since 0.6.1.10 are backward compatible. Any tunnel build change would cause a similar 'flag day',

View File

@@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}{% trans %}Index to Technical Documentation{% endtrans %}{% endblock %}
{% block lastupdated %}{% trans %}March 2019{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.39{% endblock %}
{% block lastupdated %}{% trans %}July 2019{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.41{% endblock %}
{% block content %}
<p>{% trans -%}
Following is an index to the technical documentation for I2P.
@@ -263,9 +263,11 @@ ancient (str4d)
</li><li>
<a href="{{ site_url('misc/invisiblenet') }}">Ancient invisiblenet I2P documents</a> (2003)
</li><li>
<a href="http://news.gmane.org/gmane.network.i2p">The ancient I2P mailing list</a> 2004-07 to 2006-10 (gmane)
<a href="http://zzz.i2p/archive/index.html">The ancient I2P mailing list</a> 2004-07 to 2006-10 (gmane)
<!--
</li><li>
<a href="http://news.gmane.org/gmane.comp.security.invisiblenet.iip.devel">The even more ancient invisiblenet mailing list</a> 2002-10 to 2004-01 (gmane)
-->
</li></ul>

View File

@@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}{% trans %}Tunnel Implementation{% endtrans %}{% endblock %}
{% block lastupdated %}{% trans %}October 2010{% endtrans %}{% endblock %}
{% block accuratefor %}0.8{% endblock %}
{% block lastupdated %}{% trans %}July 2019{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.41{% endblock %}
{% block content %}
{% trans %}This page documents the current tunnel implementation.{% endtrans %}
@@ -236,7 +236,7 @@ current IV with AES256/ECB using their IV key again, then forwards the tuple
of the IV (both before and after use) help address a certain class of
confirmation attacks.
{%- endtrans %}
See <a href="http://osdir.com/ml/network.i2p/2005-07/msg00031.html">this email</a>
See <a href="http://zzz.i2p/archive/2005-07/msg00031.html">this email</a>
and the surrounding thread for more information.
</p>