diff --git a/www.i2p2/pages/i2cp.html b/www.i2p2/pages/i2cp.html
index 8def8751..cfc04b06 100644
--- a/www.i2p2/pages/i2cp.html
+++ b/www.i2p2/pages/i2cp.html
@@ -53,7 +53,7 @@ and many of the messages in those documents were never implemented.
In a standard I2P installation, port 7654 is used by java clients to communicate
with the local router via I2CP.
By default, the router binds to address 127.0.0.1. To bind to 0.0.0.0, set the
-router advanced configuration option i2cp.tcp.bindAllInterfaces=true.
+router advanced configuration option i2cp.tcp.bindAllInterfaces=true and restart.
I2CP Definition
@@ -195,7 +195,7 @@ The streaming lib should also pass these options through to I2CP.
i2cp.closeOnIdle | 0.7.1 | true, false | | false | Close I2P session when idle
|
i2cp.reduceIdleTime | 0.7.1 | 1200000 | 300000 minimum | | (ms) Idle time required (default 20 minutes, minimum 5 minutes)
|
i2cp.closeIdleTime | 0.7.1 | 1800000 | 300000 minimum | | (ms) Idle time required (default 30 minutes)
- |
i2cp.reduceQuantity | 0.7.1 | 1 | 1 to 7 | 1 | Tunnel quantity when reduced (applies to both inbound and outbound)
+ |
i2cp.reduceQuantity | 0.7.1 | 1 | 1 to 5 | 1 | Tunnel quantity when reduced (applies to both inbound and outbound)
|
i2cp.encryptLeaseSet | 0.7.1 | true, false | | false | Encrypt the lease
|
i2cp.leaseSetKey | 0.7.1 | | | | Base64 SessionKey (44 characters)
diff --git a/www.i2p2/pages/newdevelopers.html b/www.i2p2/pages/newdevelopers.html
index fa6b6db7..f1676bc8 100644
--- a/www.i2p2/pages/newdevelopers.html
+++ b/www.i2p2/pages/newdevelopers.html
@@ -27,6 +27,7 @@ get the monotone source repository installed - short instructions:
mtn -d i2p.mtn pull 127.0.0.1:8998 i2p.i2p
mtn -d i2p.mtn co --branch=i2p.i2p
+For website, use i2p.www instead of i2p.i2p.
Long version: see the monotone page.
@@ -52,5 +53,18 @@ Say hi to the developers on #i2p
See the bottom of licenses.html for
commit privilege requirements.
+
+Short version of how to generate and use keys if you plan to commit:
+
+- mtn genkey yourname-transport@mail.i2p (use an empty passphrase)
+
- mtn genkey yourname@mail.i2p (enter a passphrase)
+
- mtn pubkey yourname-transport@mail.i2p (send this to a mtn repo operator to get push privileges)
+
- mtn pubkey yourname@mail.i2p (send this to a release manager to get commit privileges)
+
- mtn ci -k yourname@mail.i2p (check in with this key)
+
- mtn sync -k yourname-transport@mail.i2p (push with this key)
+
+Long version: see the monotone page.
+
+
{% endblock %}
diff --git a/www.i2p2/pages/roadmap.html b/www.i2p2/pages/roadmap.html
index 1dd5aa16..b644329a 100644
--- a/www.i2p2/pages/roadmap.html
+++ b/www.i2p2/pages/roadmap.html
@@ -2,21 +2,6 @@
{% block title %}Roadmap{% endblock %}
{% block content %}
-0.7
-Late January 2009
-
-- Address several floodfill issues
-- Research and improve the Message Priority System
-- Research and improve/fix SSU Introducers
-- Reliable connections, decent performance
-- Distributed / enhanced i2pupdate distribution, set default to download
-- Better n00b-proofing (catch OOMs and bad configurations, better docs, better defaults for slow machines)
-- Test with larger user base, fix issues
-- Up-to-date, accurate website
-- Blocklists
-- Fix NetDb exploration
-
-
0.8
Mid-2009
@@ -24,9 +9,10 @@ Mid-2009
- Reduce peer profile size, implement better ejection strategy
- Reachability Mapping / handle peers partially reachable / enhanced restricted routes
- Include some seed data in the distribution so a central reseed location isn't required?
+
- Distributed / enhanced i2pupdate distribution, set default to download
+- Better better docs and website
-
1.0
- Full review of anonymity issues and other vulnerabilities
diff --git a/www.i2p2/pages/roadmap_de.html b/www.i2p2/pages/roadmap_de.html
index 0426192b..acf44882 100644
--- a/www.i2p2/pages/roadmap_de.html
+++ b/www.i2p2/pages/roadmap_de.html
@@ -2,25 +2,15 @@
{% block title %}Zeitplan{% endblock %}
{% block content %}
-0.7
-4. Quartal 2008
+0.8
+Mid-2009
-- Diverse Floodfill Probleme beheben
-- Nachforschen und verbessern des Nachrichten Prioritätssystems
-- Nachforschen und verbessern/korrigieren der SSU Introducer
-- Erreichbarkeitsmatrix / teilweise erreichbare Knoten händeln / erweitern der
-restricted Routes
-- Kürzen der Peerprofilgrösse, bessere Ausgaberoutine
-entwicklen
-- Zuverlässliche Verbindungen, vernünftige Performance
-- Verteilte / erweiterte i2pupdate Verteilung, Standardeinstellung auf Download setzen
-- Verbesserte Einsteiger- und Benutzerfreundlichkeit sowie besserer Schutz vor Fehlbedienung (bessere Anleitungen,
-bessere Standardeinstellungen auf langsamen PCs)
-- Test mit grösserer Benutzerbasis, fixen von Problemen
-- Aktuelle, korrekte Website
-- Blocklisten?
-- Einfügen von Seeddaten in die Distribution, damit kein zentrales Reseed Verzeichnis
-mehr benötigt wird?
+
- Further research and improve the Message Priority System
+- Reduce peer profile size, implement better ejection strategy
+- Reachability Mapping / handle peers partially reachable / enhanced restricted routes
+- Include some seed data in the distribution so a central reseed location isn't required?
+
- Distributed / enhanced i2pupdate distribution, set default to download
+- Better better docs and website
1.0
|