merge of '1e94090123d2048b6d86e9e3898f842279d3c962'
and '6e8c73745aa70e4661d2d5b58739c4a810f71c10'
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
{% extends "global/layout.html" %}
|
{% extends "global/layout.html" %}
|
||||||
{% block title %}I2CP{% endblock %}
|
{% block title %}I2CP{% endblock %}
|
||||||
{% block lastupdated %}{% trans %}June 2019{% endtrans %}{% endblock %}
|
{% block lastupdated %}2019-09{% endblock %}
|
||||||
{% block accuratefor %}0.9.41{% endblock %}
|
{% block accuratefor %}0.9.42{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>{% trans -%}
|
<p>{% trans -%}
|
||||||
The I2P Client Protocol (I2CP) exposes a strong separation of concerns between
|
The I2P Client Protocol (I2CP) exposes a strong separation of concerns between
|
||||||
@ -254,7 +254,7 @@ Do not confuse with i2cp.leaseSetPrivateKey which is for LS1.
|
|||||||
<td>""
|
<td>""
|
||||||
<td>
|
<td>
|
||||||
Base 64 encoded UTF-8
|
Base 64 encoded UTF-8
|
||||||
secret used to blind the leaseset.
|
secret used to blind the leaseset address.
|
||||||
See proposal 123.
|
See proposal 123.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -755,7 +755,7 @@ Do not confuse with i2cp.leaseSetPrivKey which is for LS2.
|
|||||||
<td>""
|
<td>""
|
||||||
<td>
|
<td>
|
||||||
Base 64 encoded UTF-8
|
Base 64 encoded UTF-8
|
||||||
secret used to blind the leaseset.
|
secret used to blind the leaseset address.
|
||||||
See proposal 123.
|
See proposal 123.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -241,6 +241,12 @@ Auto-update server for OSX installer
|
|||||||
</li><li>
|
</li><li>
|
||||||
I2P browser beta releases
|
I2P browser beta releases
|
||||||
</li><li>
|
</li><li>
|
||||||
|
IPv6 fixes
|
||||||
|
</li><li>
|
||||||
|
Servlet 3.0 annotation scanning
|
||||||
|
</li><li>
|
||||||
|
SSU performance improvements
|
||||||
|
</li><li>
|
||||||
I2CP blinding info message
|
I2CP blinding info message
|
||||||
</li><li>
|
</li><li>
|
||||||
LibSam - deduplication, documentation, support
|
LibSam - deduplication, documentation, support
|
||||||
|
@ -5,7 +5,7 @@ New netDB Entries
|
|||||||
:author: zzz, str4d, orignal
|
:author: zzz, str4d, orignal
|
||||||
:created: 2016-01-16
|
:created: 2016-01-16
|
||||||
:thread: http://zzz.i2p/topics/2051
|
:thread: http://zzz.i2p/topics/2051
|
||||||
:lastupdated: 2019-07-22
|
:lastupdated: 2019-09-06
|
||||||
:status: Open
|
:status: Open
|
||||||
:supercedes: 110, 120, 121, 122
|
:supercedes: 110, 120, 121, 122
|
||||||
|
|
||||||
@ -1671,8 +1671,8 @@ New options interpreted router-side, sent in SessionConfig Mapping:
|
|||||||
Length as inferred from the destination
|
Length as inferred from the destination
|
||||||
signing public key type
|
signing public key type
|
||||||
|
|
||||||
i2cp.leaseSetSecret=b64 The base 64 of a secret used to encrypt/decrypt
|
i2cp.leaseSetSecret=b64 The base 64 of a secret used to blind the
|
||||||
the leaseset, default ""
|
address of the leaseset, default ""
|
||||||
|
|
||||||
i2cp.leaseSetAuthType=nnn The type of authentication for encrypted LS2.
|
i2cp.leaseSetAuthType=nnn The type of authentication for encrypted LS2.
|
||||||
0 for no per-client authentication (the default)
|
0 for no per-client authentication (the default)
|
||||||
@ -1698,7 +1698,8 @@ New options interpreted client-side:
|
|||||||
the SessionConfig, to declare intent and check support.
|
the SessionConfig, to declare intent and check support.
|
||||||
See proposals 144 and 145.
|
See proposals 144 and 145.
|
||||||
|
|
||||||
i2cp.leaseSetSecret=xxxx A secret used to encrypt/decrypt the leaseset, default ""
|
i2cp.leaseSetSecret=b64 The base 64 of a secret used to blind the
|
||||||
|
address of the leaseset, default ""
|
||||||
|
|
||||||
i2cp.leaseSetAuthType=nnn The type of authentication for encrypted LS2.
|
i2cp.leaseSetAuthType=nnn The type of authentication for encrypted LS2.
|
||||||
0 for no per-client authentication (the default)
|
0 for no per-client authentication (the default)
|
||||||
|
Reference in New Issue
Block a user