-
- Downloads
* 2005-03-29 0.5.0.5 released
2005-03-29 jrandom * Decreased the initial RTT estimate to 10s to allow more retries. * Increased the default netDb store replication factor from 2 to 6 to take into consideration tunnel failures. * Address some statistical anonymity attacks against the netDb that could be mounted by an active internal adversary by only answering lookups for leaseSets we received through an unsolicited store. * Don't throttle lookup responses (we throttle enough elsewhere) * Fix the NewsFetcher so that it doesn't incorrectly resume midway through the file (thanks nickster!) * Updated the I2PTunnel HTML (thanks postman!) * Added support to the I2PTunnel pages for the URL parameter "passphrase", which, if matched against the router.config "i2ptunnel.passphrase" value, skips the nonce check. If the config prop doesn't exist or is blank, no passphrase is accepted. * Implemented HMAC-SHA256. * Enable the tunnel batching with a 500ms delay by default * Dropped compatability with 0.5.0.3 and earlier releases
Showing
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/WebEditPageFormGenerator.java 0 additions, 421 deletions.../java/src/net/i2p/i2ptunnel/WebEditPageFormGenerator.java
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/WebStatusPageHelper.java 0 additions, 213 deletions...unnel/java/src/net/i2p/i2ptunnel/WebStatusPageHelper.java
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/EditBean.java 225 additions, 0 deletionsapps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/EditBean.java
- apps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java 347 additions, 200 deletionsapps/i2ptunnel/java/src/net/i2p/i2ptunnel/web/IndexBean.java
- apps/i2ptunnel/jsp/edit.jsp 25 additions, 15 deletionsapps/i2ptunnel/jsp/edit.jsp
- apps/i2ptunnel/jsp/editClient.jsp 280 additions, 0 deletionsapps/i2ptunnel/jsp/editClient.jsp
- apps/i2ptunnel/jsp/editServer.jsp 229 additions, 0 deletionsapps/i2ptunnel/jsp/editServer.jsp
- apps/i2ptunnel/jsp/index.jsp 169 additions, 14 deletionsapps/i2ptunnel/jsp/index.jsp
- apps/routerconsole/java/src/net/i2p/router/web/NewsFetcher.java 17 additions, 2 deletions...outerconsole/java/src/net/i2p/router/web/NewsFetcher.java
- apps/streaming/java/src/net/i2p/client/streaming/Connection.java 1 addition, 1 deletion...reaming/java/src/net/i2p/client/streaming/Connection.java
- apps/streaming/java/src/net/i2p/client/streaming/ConnectionOptions.java 2 additions, 2 deletions.../java/src/net/i2p/client/streaming/ConnectionOptions.java
- core/java/src/net/i2p/CoreVersion.java 2 additions, 2 deletionscore/java/src/net/i2p/CoreVersion.java
- core/java/src/net/i2p/crypto/HMACSHA256Generator.java 77 additions, 9 deletionscore/java/src/net/i2p/crypto/HMACSHA256Generator.java
- core/java/src/net/i2p/data/Base64.java 2 additions, 0 deletionscore/java/src/net/i2p/data/Base64.java
- core/java/src/net/i2p/data/LeaseSet.java 10 additions, 0 deletionscore/java/src/net/i2p/data/LeaseSet.java
- core/java/test/net/i2p/crypto/HMACSHA256Bench.java 112 additions, 0 deletionscore/java/test/net/i2p/crypto/HMACSHA256Bench.java
- history.txt 22 additions, 1 deletionhistory.txt
- installer/install.xml 1 addition, 1 deletioninstaller/install.xml
- router/java/src/net/i2p/router/RouterVersion.java 3 additions, 3 deletionsrouter/java/src/net/i2p/router/RouterVersion.java
- router/java/src/net/i2p/router/StatisticsManager.java 2 additions, 1 deletionrouter/java/src/net/i2p/router/StatisticsManager.java
Loading
Please register or sign in to comment