forked from I2P_Developers/i2p.i2p
Reset spin flag in BOB
This commit is contained in:
@@ -260,6 +260,7 @@ public class BOB {
|
||||
|
||||
i = 0;
|
||||
boolean g = false;
|
||||
spin.set(true);
|
||||
try {
|
||||
info("BOB is now running.");
|
||||
listener = new ServerSocket(Integer.parseInt(props.getProperty(PROP_BOB_PORT)), 10, InetAddress.getByName(props.getProperty(PROP_BOB_HOST)));
|
||||
|
||||
@@ -54,7 +54,7 @@ public class DoCMDS implements Runnable {
|
||||
|
||||
// FIX ME
|
||||
// I need a better way to do versioning, but this will do for now.
|
||||
public static final String BMAJ = "00", BMIN = "00", BREV = "0F", BEXT = "";
|
||||
public static final String BMAJ = "00", BMIN = "00", BREV = "10", BEXT = "";
|
||||
public static final String BOBversion = BMAJ + "." + BMIN + "." + BREV + BEXT;
|
||||
private Socket server;
|
||||
private Properties props;
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
2012-07-24 sponge
|
||||
* BOB reset spin flag to enable restart from zap command
|
||||
|
||||
2012-07-24 str4d
|
||||
* Summary bar: disable fallback iframe in summary.jsi (so when JS is disabled
|
||||
the summary bar will not refresh at all)
|
||||
|
||||
Reference in New Issue
Block a user