I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d6fb9796 authored by zzz's avatar zzz Committed by zzz
Browse files

2007-12-29 zzz

    * Change default news host from dev.i2p.net to dev.i2p
parent f568d219
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,8 @@ public class ConfigUpdateHandler extends FormHandler { ...@@ -21,7 +21,8 @@ public class ConfigUpdateHandler extends FormHandler {
private String _trustedKeys; private String _trustedKeys;
public static final String PROP_NEWS_URL = "router.newsURL"; public static final String PROP_NEWS_URL = "router.newsURL";
public static final String DEFAULT_NEWS_URL = "http://dev.i2p.net/cgi-bin/cvsweb.cgi/i2p/news.xml?rev=HEAD"; // public static final String DEFAULT_NEWS_URL = "http://dev.i2p.net/cgi-bin/cvsweb.cgi/i2p/news.xml?rev=HEAD";
public static final String DEFAULT_NEWS_URL = "http://dev.i2p/cgi-bin/cvsweb.cgi/i2p/news.xml?rev=HEAD";
public static final String PROP_REFRESH_FREQUENCY = "router.newsRefreshFrequency"; public static final String PROP_REFRESH_FREQUENCY = "router.newsRefreshFrequency";
public static final String DEFAULT_REFRESH_FREQUENCY = 12*60*60*1000 + ""; public static final String DEFAULT_REFRESH_FREQUENCY = 12*60*60*1000 + "";
public static final String PROP_UPDATE_POLICY = "router.updatePolicy"; public static final String PROP_UPDATE_POLICY = "router.updatePolicy";
......
$Id: history.txt,v 1.605 2007-12-28 15:27:20 zzz Exp $ $Id: history.txt,v 1.606 2007-12-29 16:08:31 zzz Exp $
2007-12-29 zzz 2007-12-29 zzz
* Change default news host from dev.i2p.net to dev.i2p
* Change jetty timeout from 30 to 60 sec (thanks sponge!) * Change jetty timeout from 30 to 60 sec (thanks sponge!)
2007-12-28 zzz 2007-12-28 zzz
......
...@@ -15,9 +15,9 @@ import net.i2p.CoreVersion; ...@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
* *
*/ */
public class RouterVersion { public class RouterVersion {
public final static String ID = "$Revision: 1.540 $ $Date: 2007-12-28 15:27:16 $"; public final static String ID = "$Revision: 1.541 $ $Date: 2007-12-29 16:08:29 $";
public final static String VERSION = "0.6.1.30"; public final static String VERSION = "0.6.1.30";
public final static long BUILD = 12; public final static long BUILD = 13;
public static void main(String args[]) { public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID); System.out.println("Router ID: " + RouterVersion.ID);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment