2004-11-25 jrandom
* 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) ------------------------------------------------
Showing
- apps/ministreaming/java/src/net/i2p/client/streaming/ByteCollector.java 1 addition, 1 deletion...ming/java/src/net/i2p/client/streaming/ByteCollector.java
- apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketManagerImpl.java 1 addition, 1 deletion...va/src/net/i2p/client/streaming/I2PSocketManagerImpl.java
- apps/ministreaming/java/src/net/i2p/client/streaming/I2PSocketOptionsImpl.java 1 addition, 1 deletion...va/src/net/i2p/client/streaming/I2PSocketOptionsImpl.java
- apps/routerconsole/java/src/net/i2p/router/web/ConfigNetHandler.java 4 additions, 1 deletion...console/java/src/net/i2p/router/web/ConfigNetHandler.java
- apps/routerconsole/java/src/net/i2p/router/web/ConfigServiceHandler.java 90 additions, 0 deletions...ole/java/src/net/i2p/router/web/ConfigServiceHandler.java
- apps/routerconsole/java/src/net/i2p/router/web/ContentHelper.java 7 additions, 2 deletions...terconsole/java/src/net/i2p/router/web/ContentHelper.java
- apps/routerconsole/java/src/net/i2p/router/web/LogsHelper.java 1 addition, 1 deletion...routerconsole/java/src/net/i2p/router/web/LogsHelper.java
- apps/routerconsole/jsp/configservice.jsp 8 additions, 0 deletionsapps/routerconsole/jsp/configservice.jsp
- apps/routerconsole/jsp/help.jsp 10 additions, 1 deletionapps/routerconsole/jsp/help.jsp
- apps/systray/java/src/net/i2p/apps/systray/SysTray.java 2 additions, 2 deletionsapps/systray/java/src/net/i2p/apps/systray/SysTray.java
- apps/systray/java/src/net/i2p/apps/systray/UrlLauncher.java 10 additions, 0 deletionsapps/systray/java/src/net/i2p/apps/systray/UrlLauncher.java
- build.xml 14 additions, 1 deletionbuild.xml
- core/java/src/net/i2p/util/Clock.java 2 additions, 2 deletionscore/java/src/net/i2p/util/Clock.java
- core/java/src/net/i2p/util/Copy.java 11 additions, 0 deletionscore/java/src/net/i2p/util/Copy.java
- core/java/src/net/i2p/util/Delete.java 11 additions, 0 deletionscore/java/src/net/i2p/util/Delete.java
- core/java/src/net/i2p/util/Exec.java 25 additions, 0 deletionscore/java/src/net/i2p/util/Exec.java
- core/java/src/net/i2p/util/FileUtil.java 56 additions, 5 deletionscore/java/src/net/i2p/util/FileUtil.java
- core/java/src/net/i2p/util/ShellCommand.java 3 additions, 1 deletioncore/java/src/net/i2p/util/ShellCommand.java
- history.txt 19 additions, 1 deletionhistory.txt
- installer/install.xml 85 additions, 1 deletioninstaller/install.xml
Loading
Please register or sign in to comment