forked from I2P_Developers/i2p.i2p
Remove outproxy hook vestiges in context, history for prop, -3
This commit is contained in:
@ -26,7 +26,6 @@ import net.i2p.crypto.TransientSessionKeyManager;
|
|||||||
import net.i2p.data.Base64;
|
import net.i2p.data.Base64;
|
||||||
import net.i2p.data.RoutingKeyGenerator;
|
import net.i2p.data.RoutingKeyGenerator;
|
||||||
import net.i2p.internal.InternalClientManager;
|
import net.i2p.internal.InternalClientManager;
|
||||||
import net.i2p.outproxy.Outproxy;
|
|
||||||
import net.i2p.stat.StatManager;
|
import net.i2p.stat.StatManager;
|
||||||
import net.i2p.update.UpdateManager;
|
import net.i2p.update.UpdateManager;
|
||||||
import net.i2p.util.Clock;
|
import net.i2p.util.Clock;
|
||||||
@ -96,7 +95,6 @@ public class I2PAppContext {
|
|||||||
private SimpleTimer _simpleTimer;
|
private SimpleTimer _simpleTimer;
|
||||||
private SimpleTimer2 _simpleTimer2;
|
private SimpleTimer2 _simpleTimer2;
|
||||||
private final PortMapper _portMapper;
|
private final PortMapper _portMapper;
|
||||||
private Outproxy _outproxy;
|
|
||||||
private volatile boolean _statManagerInitialized;
|
private volatile boolean _statManagerInitialized;
|
||||||
private volatile boolean _sessionKeyManagerInitialized;
|
private volatile boolean _sessionKeyManagerInitialized;
|
||||||
private volatile boolean _namingServiceInitialized;
|
private volatile boolean _namingServiceInitialized;
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2014-01-25 zzz
|
2014-01-25 zzz
|
||||||
* i2psnark: Lower threshold for auto-stop
|
* i2psnark: Lower threshold for auto-stop
|
||||||
|
* i2ptunnel HTTP Proxy:
|
||||||
|
- Add support for HTTPS
|
||||||
|
- Add support for outproxy plugins
|
||||||
* Installer: Update links
|
* Installer: Update links
|
||||||
* NetDB: Fix NPE after client shutdown (ticket #1174)
|
* NetDB: Fix NPE after client shutdown (ticket #1174)
|
||||||
* Router: Lower frequency for publishing stats
|
* Router: Lower frequency for publishing stats
|
||||||
|
@ -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 = 2;
|
public final static long BUILD = 3;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user