forked from I2P_Developers/i2p.i2p
2007-01-20 Complication
* Drop overlooked comment
This commit is contained in:
@ -62,7 +62,6 @@ public class ConfigNetHandler extends FormHandler {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Complication messing around: public void setReseed(String moo) { _reseedRequested = true; } */
|
|
||||||
public void setSave(String moo) { _saveRequested = true; }
|
public void setSave(String moo) { _saveRequested = true; }
|
||||||
public void setEnabletimesync(String moo) { _timeSyncEnabled = true; }
|
public void setEnabletimesync(String moo) { _timeSyncEnabled = true; }
|
||||||
public void setRecheckReachability(String moo) { _recheckReachabilityRequested = true; }
|
public void setRecheckReachability(String moo) { _recheckReachabilityRequested = true; }
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
$Id: history.txt,v 1.542 2007-01-20 19:35:11 zzz Exp $
|
$Id: history.txt,v 1.543 2007-01-20 22:35:49 complication Exp $
|
||||||
|
|
||||||
|
2007-01-20 Complication
|
||||||
|
* Drop overlooked comment
|
||||||
|
|
||||||
2007-01-20 Complication
|
2007-01-20 Complication
|
||||||
* Modify ReseedHandler to query the "i2p.reseedURL" property from I2PAppContext
|
* Modify ReseedHandler to query the "i2p.reseedURL" property from I2PAppContext
|
||||||
|
@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class RouterVersion {
|
public class RouterVersion {
|
||||||
public final static String ID = "$Revision: 1.478 $ $Date: 2007-01-20 20:43:31 $";
|
public final static String ID = "$Revision: 1.479 $ $Date: 2007-01-20 22:35:50 $";
|
||||||
public final static String VERSION = "0.6.1.26";
|
public final static String VERSION = "0.6.1.26";
|
||||||
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);
|
||||||
|
Reference in New Issue
Block a user