From 809f3e847b7e1b708e9f63e394bedcbe191db550 Mon Sep 17 00:00:00 2001 From: jrandom Date: Wed, 14 Feb 2007 04:33:36 +0000 Subject: [PATCH] 2007-02-13 jrandom * Tell our peers about who we know in the floodfill netDb every 6 hours or so, mitigating the situation where peers lose track of floodfill routers. * Disable the Syndie updater (people should use the new Syndie, not this one) * Disable the eepsite tunnel by default --- .../src/net/i2p/syndie/UpdaterServlet.java | 3 ++ history.txt | 10 +++++- installer/resources/eepsite_index.html | 7 ---- installer/resources/i2ptunnel.config | 2 +- readme.html | 7 ++-- .../src/net/i2p/router/RouterVersion.java | 4 +-- .../FloodfillNetworkDatabaseFacade.java | 2 +- .../router/transport/ntcp/NTCPConnection.java | 34 +++++++++++++++++++ .../router/transport/ntcp/NTCPTransport.java | 1 + 9 files changed, 54 insertions(+), 16 deletions(-) diff --git a/apps/syndie/java/src/net/i2p/syndie/UpdaterServlet.java b/apps/syndie/java/src/net/i2p/syndie/UpdaterServlet.java index 70c67181e..b30b8d867 100644 --- a/apps/syndie/java/src/net/i2p/syndie/UpdaterServlet.java +++ b/apps/syndie/java/src/net/i2p/syndie/UpdaterServlet.java @@ -28,10 +28,13 @@ public class UpdaterServlet extends GenericServlet { super.init(config); } catch (ServletException exp) { } + /* UpdaterThread thread = new UpdaterThread(); thread.setDaemon(true); thread.start(); System.out.println("INFO: Starting Syndie Updater " + Updater.VERSION); + */ + System.out.println("INFO: Syndie Updater DISABLED. Use the new Syndie from http://syndie.i2p.net/"); } } \ No newline at end of file diff --git a/history.txt b/history.txt index 106baf2a6..aa6292fbb 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,12 @@ -$Id: history.txt,v 1.547 2007-01-29 23:05:23 zzz Exp $ +$Id: history.txt,v 1.548 2007-01-30 03:58:21 zzz Exp $ + +2007-02-13 jrandom + * Tell our peers about who we know in the floodfill netDb every + 6 hours or so, mitigating the situation where peers lose track + of floodfill routers. + * Disable the Syndie updater (people should use the new Syndie, + not this one) + * Disable the eepsite tunnel by default 2007-01-30 zzz * i2psnark: Don't hold _snarks lock while checking a snark, diff --git a/installer/resources/eepsite_index.html b/installer/resources/eepsite_index.html index 9e2652805..2f23493c5 100644 --- a/installer/resources/eepsite_index.html +++ b/installer/resources/eepsite_index.html @@ -9,13 +9,6 @@ and they'll be reachable. The 'key' to your eepsite that you need to give to other people is shown on the eepsite's I2PTunnel configuration page).

-

- If you have any standard java web applications (.war files) such as - blojsom - or SnipSnap, simply drop their .war - file into ./eepsite/webapps/ and they'll be reachable at - http://$yourEeepsite/warFileName/

-

You can also reach your eepsite locally through http://localhost:7658/. If you want to change the port number, edit the file ./eepsite/jetty.xml and diff --git a/installer/resources/i2ptunnel.config b/installer/resources/i2ptunnel.config index 377551c35..2b7af7c30 100644 --- a/installer/resources/i2ptunnel.config +++ b/installer/resources/i2ptunnel.config @@ -55,7 +55,7 @@ tunnel.3.i2cpHost=127.0.0.1 tunnel.3.i2cpPort=7654 tunnel.3.option.inbound.nickname=eepsite tunnel.3.option.outbound.nickname=eepsite -tunnel.3.startOnLoad=true +tunnel.3.startOnLoad=false # postman's SMTP server - see www.postman.i2p tunnel.4.description=smtp server diff --git a/readme.html b/readme.html index 4ba76fc42..9f8bd617e 100644 --- a/readme.html +++ b/readme.html @@ -3,7 +3,7 @@ grow over the next few minutes and you'll see some local "destinations" listed on the left (if not, see below). Once those show up, you can: