- Nov 15, 2005
-
- Jul 04, 2005
-
-
* Within the tunnel, use xor(IV, msg[0:16]) as the flag to detect dups, rather than the IV by itself, preventing an attack that would let colluding internal adversaries tag a message to determine that they are in the same tunnel. Thanks dvorak for the catch! * Drop long inactive profiles on startup and shutdown * /configstats.jsp: web interface to pick what stats to log * Deliver more session tags to account for wider window sizes * Cache some intermediate values in our HMACSHA256 and BC's HMAC * Track the client send rate (stream.sendBps and client.sendBpsRaw) * UrlLauncher: adjust the browser selection order * I2PAppContext: hooks for dummy HMACSHA256 and a weak PRNG * StreamSinkClient: add support for sending an unlimited amount of data * Migrate the tests out of the default build jars 2005-06-22 Comwiz * Migrate the core tests to junit
-
- Mar 01, 2005
-
- Nov 25, 2004
-
-
* Revised the installer to include start menu and desktop shortcuts for windows platforms, including pretty icons (thanks DrWoo!) * Allow clients specified in clients.config to have an explicit startup delay. * Update the default install to launch a browser pointing at the console whenever I2P starts up, rather than only the first time it starts up (configurable on /configservice.jsp, or in clients.config) * Bugfix to the clock skew checking code to monitor the delta between offsets, not the offset itself (duh) * Router console html update * New (and uuuuugly) code to verify that the wrapper.config contains the necessary classpath entries on update. If it has to update the wrapper.config, it will stop the JVM and service completely, since the java service wrapper doesn't reread the wrapper.config on JVM restart - requiring the user to manually restart the service after an update. * Increase the TCP connection timeout to 30s (which is obscenely long) ------------------------------------------------
-
- Oct 06, 2004
-
- Sep 02, 2004
-
- Sep 01, 2004
- Aug 31, 2004
-
-
- Aug 30, 2004
-
-
-
* removed 'Shutdown I2P router' from systray menu; preferred method of shutdown is now router console
-
- Aug 27, 2004
-
-
- Aug 24, 2004
-
-
* removed two unneeded test files i2psystray.bat, i2psystray.sh
-
* forgot to make constructor private for singleton (d'oh!)
-
-
- Aug 23, 2004
-
- Aug 22, 2004
-
-
-
-
* removed systray support for KDE as it remains buggy; win32 is the only supported systray platform for now * added an 'Open router console' option to the systray menu, for people who can't bring themselves to double-click the icon
-
-
- Aug 21, 2004
-
-
* made ConfigFile behave more appropriately with missing config files * SysTray now behaves correctly when a file dialog has been canceled without any choices being made
-
-
* fixed javadoc warnings
-
* added config file handler class * UrlHandler's browser launching behavior is now more sophisticated for Win32 using rundll
-
- Aug 20, 2004
-
-
* various nips and tucks all around
-
-
* systray is functional
-
-
-