* Console: Add 'advanced warning' to /confgiclients

* SOCKS5Server: Remove redundant, commented out line from my previous findbugs
This commit is contained in:
dg2-new
2013-12-25 09:37:46 +00:00
parent bf485d8bce
commit 09668453d0
3 changed files with 6 additions and 2 deletions

View File

@@ -198,7 +198,6 @@ public class SOCKS5Server extends SOCKSServer {
addressType = in.readUnsignedByte();
switch (addressType) {
case AddressType.IPV4:
//connHostName = new String();
StringBuilder builder = new StringBuilder();
for (int i = 0; i < 4; ++i) {
int octet = in.readUnsignedByte();

View File

@@ -28,7 +28,8 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
<%@include file="formhandler.jsi" %>
<div class="configure">
<h3><%=intl._("Client Configuration")%></h3><p>
<%=intl._("The Java clients listed below are started by the router and run in the same JVM.")%>
<%=intl._("The Java clients listed below are started by the router and run in the same JVM.")%><br>
<span style="color: #FF0000;"><b><%=intl._("Be careful changing any settings here. The 'router console' and 'application tunnels' are required for most uses of I2P. Only advanced users should change these.")%></b></span>
</p><div class="wideload">
<form action="" method="POST">
<input type="hidden" name="nonce" value="<%=pageNonce%>" >

View File

@@ -1,3 +1,7 @@
2013-12-25 dg
* Console: Add 'advanced warning' to /confgiclients
* SOCKS5Server: Remove redundant, commented out line from my previous findbugs
2013-12-19 zzz
* NetDB: Fixes for ExpireRoutersJob
- Don't expire if too few routers