diff --git a/i2p2www/pages/site/docs/naming.html b/i2p2www/pages/site/docs/naming.html index d11689a6..df076b59 100644 --- a/i2p2www/pages/site/docs/naming.html +++ b/i2p2www/pages/site/docs/naming.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}Naming and Addressbook{% endtrans %}{% endblock %} -{% block lastupdated %}{% trans %}April 2014{% endtrans %}{% endblock %} -{% block accuratefor %}0.9.12{% endblock %} +{% block lastupdated %}{% trans %}May 2016{% endtrans %}{% endblock %} +{% block accuratefor %}0.9.26{% endblock %} {% block content %}

{% trans %}Overview{% endtrans %}

@@ -326,6 +326,14 @@ this file is the only place where it is appropriate to place private aliases or "pet names" for sites already in hosts.txt. {%- endtrans %}

+

{% trans %}Advanced Subscription Feed Format{% endtrans %}

+As of release 0.9.26, subscription sites and clients may support an advanced +hosts.txt feed protocol that includes metadata including signatures. +This format is backwards-compatible with the standard +hosts.txt hostname=base64destination format. +See Proposal 112 for details. + +

{% trans %}Outgoing Subscriptions{% endtrans %}

{% trans -%} Addressbook will publish the merged hosts.txt to a location diff --git a/i2p2www/pages/site/docs/transport/ssu.html b/i2p2www/pages/site/docs/transport/ssu.html index b2f96c9f..4b5688da 100644 --- a/i2p2www/pages/site/docs/transport/ssu.html +++ b/i2p2www/pages/site/docs/transport/ssu.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}Secure Semireliable UDP{% endtrans %} (SSU){% endblock %} -{% block lastupdated %}{% trans %}April 2016{% endtrans %}{% endblock %} -{% block accuratefor %}0.9.25{% endblock %} +{% block lastupdated %}{% trans %}May 2016{% endtrans %}{% endblock %} +{% block accuratefor %}0.9.26{% endblock %} {% block content %}

{% trans transports=site_url('docs/transport'), ntcp=site_url('docs/transport/ntcp') -%} @@ -491,10 +491,14 @@ with either Bob or Charlie, but it is not required.

IPv6 Notes: +Through release 0.9.26, only testing of IPv4 addresses is supported. Only testing of IPv4 addresses is supported. Therefore, all Alice-Bob and Alice-Charlie communication must be via IPv4. Bob-Charlie communication, however, may be via IPv4 or IPv6. Alice's address, when specified in the PeerTest message, must be 4 bytes. +As of release 0.9.27, testing of IPv6 addresses is supported, +and Alice-Bob and Alice-Charlie communication may be via IPv6. +See Proposal 126 for details.

diff --git a/i2p2www/pages/spec/index.html b/i2p2www/pages/spec/index.html index f56ce094..685da5fd 100644 --- a/i2p2www/pages/spec/index.html +++ b/i2p2www/pages/spec/index.html @@ -61,5 +61,6 @@ These will eventually be migrated to the new specifications system.
  • SAM v3
  • BOB
  • {{ _('Bittorrent') }}
  • +
  • {{ _('Naming and Addressbook') }}
  • {% endblock %} diff --git a/i2p2www/spec/ssu.rst b/i2p2www/spec/ssu.rst index 0b7bdf63..4123497b 100644 --- a/i2p2www/spec/ssu.rst +++ b/i2p2www/spec/ssu.rst @@ -3,8 +3,8 @@ SSU Protocol Specification ========================== .. meta:: :category: Transports - :lastupdated: April 2016 - :accuratefor: 0.9.25 + :lastupdated: May 2016 + :accuratefor: 0.9.26 .. contents:: @@ -1066,10 +1066,13 @@ Notes always 4 bytes in the current implementation. IPv6 testing is not currently supported. -* IPv6 Notes: Only testing of IPv4 addresses is supported. Therefore, all +* IPv6 Notes: Through release 0.9.26, only testing of IPv4 addresses is supported. Therefore, all Alice-Bob and Alice-Charlie communication must be via IPv4. Bob-Charlie communication, however, may be via IPv4 or IPv6. Alice's address, when specified in the PeerTest message, must be 4 bytes. + As of release 0.9.27, testing of IPv6 addresses is supported, + and Alice-Bob and Alice-Charlie communication may be via IPv6. + See Proposal 126 for details. * A peer must maintain a table of active test states (nonces). On reception of a PeerTest message, look up the nonce in the table. If found, it's an