forked from I2P_Developers/i2p.www
Plugins: Document new icon-code configuration for 0.9.25 (ticket #1550, thx cacapo!)
I2CP: Reserve codes for experimental protocols Roadmap: Push out GMP 6 to 0.9.25
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 %}December 2014{% endtrans %}{% endblock %}
|
{% block lastupdated %}{% trans %}Fegruary 2016{% endtrans %}{% endblock %}
|
||||||
{% block accuratefor %}0.9.17{% endblock %}
|
{% block accuratefor %}0.9.24{% 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
|
||||||
@@ -709,6 +709,11 @@ turns the gzip effort setting to 0, which may save a little CPU.
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Note: I2P protocol numbers 224-254 are reserved for experimental protocols.
|
||||||
|
I2P protocol number 255 is reserved for future expansion.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>{% trans -%}
|
<p>{% trans -%}
|
||||||
Data integrity is verified with the standard gzip CRC-32 as
|
Data integrity is verified with the standard gzip CRC-32 as
|
||||||
specified by <a href="http://www.ietf.org/rfc/rfc1952.txt">RFC 1952</a>.
|
specified by <a href="http://www.ietf.org/rfc/rfc1952.txt">RFC 1952</a>.
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{% extends "global/layout.html" %}
|
{% extends "global/layout.html" %}
|
||||||
{% block title %}I2P Plugin Specification{% endblock %}
|
{% block title %}I2P Plugin Specification{% endblock %}
|
||||||
{% block lastupdated %}January 2016{% endblock %}
|
{% block lastupdated %}February 2016{% endblock %}
|
||||||
{% block accuratefor %}0.9.24{% endblock %}
|
{% block accuratefor %}0.9.25{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h3>Overview</h3>
|
<h3>Overview</h3>
|
||||||
<p>
|
<p>
|
||||||
@@ -129,13 +129,17 @@ The first three must be identical to those in the installed plugin for an update
|
|||||||
|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
The following optional property may be used to add a custom icon on the console:
|
The following optional properties may be used to add a custom icon on the console:
|
||||||
<pre>
|
<pre>
|
||||||
|
|
||||||
console-icon (supported as of 0.9.20) Only for webapps.
|
console-icon (supported as of 0.9.20) Only for webapps.
|
||||||
A path within the webapp to a 32x32 image, e.g. /icon.png
|
A path within the webapp to a 32x32 image, e.g. /icon.png
|
||||||
Applies to all webapps in the plugin.
|
Applies to all webapps in the plugin.
|
||||||
|
|
||||||
|
icon-code (supported as of 0.9.25)
|
||||||
|
Provides a console icon for plugins without web resources.
|
||||||
|
A B64 string produced by calling 'net.i2p.data.Base64 encode FILE'
|
||||||
|
on a 32x32 image png file.
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
The following properties are used by the plugin installer:
|
The following properties are used by the plugin installer:
|
||||||
|
@@ -47,23 +47,21 @@ Bug fixes, translation updates, geoip updates
|
|||||||
|
|
||||||
|
|
||||||
<h2 id="v0.9.25">0.9.25</h2>
|
<h2 id="v0.9.25">0.9.25</h2>
|
||||||
<p><b>Target release date: March 2016</b></p>
|
<p><b>Target release date: mid-to-late March 2016</b></p>
|
||||||
<ul><li>
|
<ul><li>
|
||||||
Wrapper 3.5.27
|
Wrapper 3.5.27
|
||||||
</li><li>
|
</li><li>
|
||||||
GMP 6.0
|
|
||||||
</li><li>
|
|
||||||
SAM v3.3
|
SAM v3.3
|
||||||
</li><li>
|
</li><li>
|
||||||
Sybil tool enhancements
|
Sybil tool enhancements
|
||||||
</li><li>
|
</li><li>
|
||||||
QR codes and identicons
|
QR codes and identicons
|
||||||
</li><li>
|
</li><li>
|
||||||
Crypto enhancements
|
Crypto enhancements and speedups
|
||||||
</li><li>
|
</li><li>
|
||||||
Router family configuration UI
|
Router family configuration UI
|
||||||
</li><li>
|
</li><li>
|
||||||
Custom icons for plugins
|
Custom icons for non-webapp plugins
|
||||||
</li><li>
|
</li><li>
|
||||||
Bug fixes, translation updates, geoip updates
|
Bug fixes, translation updates, geoip updates
|
||||||
</li></ul>
|
</li></ul>
|
||||||
@@ -76,6 +74,8 @@ Bug fixes, translation updates, geoip updates
|
|||||||
<ul><li>
|
<ul><li>
|
||||||
New subscription protocol, addressbook support
|
New subscription protocol, addressbook support
|
||||||
</li><li>
|
</li><li>
|
||||||
|
GMP 6.0
|
||||||
|
</li><li>
|
||||||
Sybil tool migration to automatic?
|
Sybil tool migration to automatic?
|
||||||
</li><li>
|
</li><li>
|
||||||
Streaming improvements
|
Streaming improvements
|
||||||
|
Reference in New Issue
Block a user