From fea7a42ece01820cec9309c317b76e884964d620 Mon Sep 17 00:00:00 2001 From: sponge Date: Tue, 24 Jul 2012 18:38:36 +0000 Subject: [PATCH] Reset spin flag in BOB --- apps/BOB/src/net/i2p/BOB/BOB.java | 1 + apps/BOB/src/net/i2p/BOB/DoCMDS.java | 2 +- history.txt | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/BOB/src/net/i2p/BOB/BOB.java b/apps/BOB/src/net/i2p/BOB/BOB.java index e08c4cea9..f8969566f 100644 --- a/apps/BOB/src/net/i2p/BOB/BOB.java +++ b/apps/BOB/src/net/i2p/BOB/BOB.java @@ -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))); diff --git a/apps/BOB/src/net/i2p/BOB/DoCMDS.java b/apps/BOB/src/net/i2p/BOB/DoCMDS.java index af5830818..38bb60ca6 100644 --- a/apps/BOB/src/net/i2p/BOB/DoCMDS.java +++ b/apps/BOB/src/net/i2p/BOB/DoCMDS.java @@ -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; diff --git a/history.txt b/history.txt index b908f2825..f57324124 100644 --- a/history.txt +++ b/history.txt @@ -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)