diff --git a/i2p2www/spec/configuration.rst b/i2p2www/spec/configuration.rst index d909b050..66c948da 100644 --- a/i2p2www/spec/configuration.rst +++ b/i2p2www/spec/configuration.rst @@ -2,8 +2,8 @@ Configuration File Specification ================================ .. meta:: - :lastupdated: February 2016 - :accuratefor: 0.9.25 + :lastupdated: December 2016 + :accuratefor: 0.9.28 .. contents:: @@ -241,6 +241,12 @@ Properties are as follows:: # unique IP per-remote-destination. tunnel.N.option.enableUniqueLocal=true|false + # Servers only. Persistent private leaseset key + tunnel.N.option.i2cp.leaseSetPrivateKey=base64 + + # Servers only. Persistent private leaseset key + tunnel.N.option.i2cp.leaseSetSigningPrivateKey=sigtype:base64 + # Servers only. The maximum size of the thread pool, default 65. Ignored # for standard servers. tunnel.N.option.i2ptunnel.blockingHandlerCount=nnn diff --git a/i2p2www/spec/proposals/111-ntcp-2.rst b/i2p2www/spec/proposals/111-ntcp-2.rst index f6ab0743..53e82122 100644 --- a/i2p2www/spec/proposals/111-ntcp-2.rst +++ b/i2p2www/spec/proposals/111-ntcp-2.rst @@ -5,7 +5,7 @@ NTCP 2 :author: zzz :created: 2014-02-13 :thread: http://zzz.i2p/topics/1577 - :lastupdated: 2016-09-29 + :lastupdated: 2016-12-02 :status: Open :supercedes: 106 @@ -108,6 +108,14 @@ Related Goals +NOTE +==== + +The draft specification below low is out-of-date. See zzz.i2p thread for the latest. +After further review, the specification below will be updated. + + + Router Address ============== diff --git a/i2p2www/spec/proposals/112-addressbook-subscription-feed-commands.rst b/i2p2www/spec/proposals/112-addressbook-subscription-feed-commands.rst index 26628bd0..85f091df 100644 --- a/i2p2www/spec/proposals/112-addressbook-subscription-feed-commands.rst +++ b/i2p2www/spec/proposals/112-addressbook-subscription-feed-commands.rst @@ -5,8 +5,8 @@ Addressbook Subscription Feed Commands :author: zzz :created: 2014-09-15 :thread: http://zzz.i2p/topics/1704 - :lastupdated: 2016-04-26 - :status: Open + :lastupdated: 2016-12-02 + :status: Closed .. contents:: @@ -16,6 +16,7 @@ Overview This proposal is about extending the address subscription feed with commands, to enable name servers to broadcast entry updates from hostname holders. +Implemented in 0.9.26. Motivation diff --git a/i2p2www/spec/proposals/113-leaseset-key-persistence.rst b/i2p2www/spec/proposals/113-leaseset-key-persistence.rst index 19624e57..f96644a9 100644 --- a/i2p2www/spec/proposals/113-leaseset-key-persistence.rst +++ b/i2p2www/spec/proposals/113-leaseset-key-persistence.rst @@ -5,8 +5,8 @@ LeaseSet Key Persistence :author: zzz :created: 2014-12-13 :thread: http://zzz.i2p/topics/1770 - :lastupdated: 2014-12-13 - :status: Draft + :lastupdated: 2016-12-02 + :status: Closed .. contents:: @@ -16,6 +16,7 @@ Overview This proposal is about persisting additional data in the LeaseSet that is currently ephemeral. +Implemented in 0.9.18. Motivation @@ -32,4 +33,4 @@ the leaseset encryption and signing keys. These are not currently persisted. Proposed Changes ================ -TBD +Private keys are stored in i2ptunnel.config, as i2cp.leaseSetPrivateKey and i2cp.leaseSetSigningPrivateKey. diff --git a/i2p2www/spec/proposals/126-ipv6-peer-testing.rst b/i2p2www/spec/proposals/126-ipv6-peer-testing.rst index 81d81f8d..d9e91872 100644 --- a/i2p2www/spec/proposals/126-ipv6-peer-testing.rst +++ b/i2p2www/spec/proposals/126-ipv6-peer-testing.rst @@ -5,8 +5,8 @@ IPv6 Peer Testing :author: zzz :created: 2016-05-02 :thread: http://zzz.i2p/topics/2119 - :lastupdated: 2016-07-18 - :status: Open + :lastupdated: 2016-12-02 + :status: Closed .. contents:: @@ -15,6 +15,7 @@ Overview ======== This proposal is to implement SSU Peer Testing for IPv6. +Implemented in 0.9.27. Motivation diff --git a/i2p2www/spec/proposals/127-increase-ipv6-mtu.rst b/i2p2www/spec/proposals/127-increase-ipv6-mtu.rst index 50e7f498..29a0545a 100644 --- a/i2p2www/spec/proposals/127-increase-ipv6-mtu.rst +++ b/i2p2www/spec/proposals/127-increase-ipv6-mtu.rst @@ -5,8 +5,8 @@ Increase IPv6 MTU :author: zzz :created: 2016-08-23 :thread: http://zzz.i2p/topics/2181 - :lastupdated: 2016-08-23 - :status: Open + :lastupdated: 2016-12-02 + :status: Closed .. contents:: @@ -15,6 +15,7 @@ Overview ======== This proposal is to increase the max SSU IPv6 MTU from 1472 to 1488. +Implemented in 0.9.28. Motivation diff --git a/i2p2www/spec/proposals/129-blocklist-newsxml.rst b/i2p2www/spec/proposals/129-blocklist-newsxml.rst index 52ab1250..4f17b355 100644 --- a/i2p2www/spec/proposals/129-blocklist-newsxml.rst +++ b/i2p2www/spec/proposals/129-blocklist-newsxml.rst @@ -5,8 +5,8 @@ Blocklist in News Feed :author: zzz :created: 2016-11-23 :thread: http://zzz.i2p/topics/2191 - :lastupdated: 2016-11-24 - :status: Open + :lastupdated: 2016-12-02 + :status: Closed .. contents:: @@ -16,6 +16,7 @@ Overview This proposal is to distribute blocklist updates in the news file, which is distributed in signed su3 format. +Implemented in 0.9.28. Motivation @@ -60,12 +61,6 @@ Migration Routers that don't support this will ignore the new XML section. -Scheduled For -============= - -0.9.28 - - See Also ========