forked from I2P_Developers/i2p.i2p
* netdb.jsp: Fix bad tag causing orange mouseovers
* Merge as -7
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
|
2009-07-11 zzz
|
||||||
|
* netdb.jsp: Fix bad tag causing orange mouseovers
|
||||||
|
|
||||||
2009-07-11 dr|z3d
|
2009-07-11 dr|z3d
|
||||||
* More enhancements to the router console, consolidation of the
|
* More enhancements to the router console, consolidation of the
|
||||||
light and dark themes.
|
light and dark themes.
|
||||||
- Apply new themes with routerconsole.theme=light/dark/classic
|
- Apply new themes with routerconsole.theme=light/dark/classic
|
||||||
added to advanced config.
|
added to advanced config.
|
||||||
|
|
||||||
2009-07-07 dr|z3d
|
|
||||||
2009-07-07 dr|z3d
|
|
||||||
2009-07-11 zzz
|
2009-07-11 zzz
|
||||||
* Build Handler: Drop rather than reject requests when near
|
* Build Handler: Drop rather than reject requests when near
|
||||||
conn limits and the next hop is not connected, to reduce
|
conn limits and the next hop is not connected, to reduce
|
||||||
|
@@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 6;
|
public final static long BUILD = 7;
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||||
|
@@ -1077,7 +1077,7 @@ public class KademliaNetworkDatabaseFacade extends NetworkDatabaseFacade {
|
|||||||
String hash = info.getIdentity().getHash().toBase64();
|
String hash = info.getIdentity().getHash().toBase64();
|
||||||
buf.append("<a name=\"").append(hash.substring(0, 6)).append("\" />");
|
buf.append("<a name=\"").append(hash.substring(0, 6)).append("\" />");
|
||||||
if (isUs) {
|
if (isUs) {
|
||||||
buf.append("<a name=\"our-info\" /a><b>Our info: ").append(hash).append("</b><br />\n");
|
buf.append("<a name=\"our-info\" /><b>Our info: ").append(hash).append("</b><br />\n");
|
||||||
} else {
|
} else {
|
||||||
buf.append("<b>Peer info for:</b> ").append(hash).append("<br />\n");
|
buf.append("<b>Peer info for:</b> ").append(hash).append("<br />\n");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user