Author: nextgens
Date: 2008-09-01 23:24:14 +0000 (Mon, 01 Sep 2008)
New Revision: 22335
Modified:
trunk/freenet/src/freenet/node/Node.java
Log:
re-implement: time-bomb foaf-activation to until 1160 is mandatory
Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java 2008-09-01 23:22:47 UTC (rev
22334)
+++ trunk/freenet/src/freenet/node/Node.java 2008-09-01 23:24:14 UTC (rev
22335)
@@ -931,7 +931,7 @@
});
publishOurPeersLocation =
nodeConfig.getBoolean("publishOurPeersLocation");
- nodeConfig.register("routeAccordingToOurPeersLocation", true,
sortOrder++, true, false, "Node.routeAccordingToOurPeersLocation",
"Node.routeAccordingToOurPeersLocationLong", new BooleanCallback() {
+ nodeConfig.register("routeAccordingToOurPeersLocation",
Version.lastGoodBuild() >= 1160, sortOrder++, true, false,
"Node.routeAccordingToOurPeersLocation",
"Node.routeAccordingToOurPeersLocationLong", new BooleanCallback() {
public Boolean get() {
return routeAccordingToOurPeersLocation;