834fdfe9b3
* Bugfix on tray icon updating
...
* Some more work on the general configuration menu
(currently not added to the tray icon menu yet, needs more work)
* Tweaked the desktopgui logo
2009-04-13 17:27:35 +00:00
8eedcb039a
* Added I2P version and GUI version to desktopgui
...
* Tweaks to the tray icon menu
* Some starting work on a GUI general configuration menu
* Bugfix allowing spaces in directory structure
2009-04-13 15:02:46 +00:00
12978ba4fb
fixed the fix..
2009-04-13 13:20:43 +00:00
24b012a843
don't send somehost.i2p:8080 requests to outproxy
2009-04-13 12:09:52 +00:00
879404f7e0
2009-04-11 sponge
...
* i2ptunnel janitorial work and fixes on most locks.
Some locks still need work, and are marked with LINT in the comment.
Just grep for "LINT" to see where the remaining places are.
2009-04-11 13:55:38 +00:00
56c6f41131
merge of '7298248358ee266b5c8c7383cd1ef06e343fe42a'
...
and '8aacbbbacb79ee5a65534a5601eea1246c51866c'
2009-04-11 13:35:34 +00:00
305fc7314f
Added text explaining the different speeds.
...
Tray icon colours indicates active peers (and tooltip indicates reachability).
The menu now uses Swing instead of Awt, so it looks a lot better.
2009-04-11 13:35:22 +00:00
384d655b1a
2009-04-10 sponge
...
* More BOB threadgroup fixes, plus debug dump when things go wrong.
* Fixes to streaminglib, I2CP, which are related to the TG problem.
* JavaDocs fixups.
2009-04-10 23:12:41 +00:00
2a2d3c0fb5
Added log viewer.
...
Added shutdown informational messages.
2009-04-10 18:56:56 +00:00
977d6eec88
Dropdown available for kb versus kB issues.
...
Bandwidth calculation available from 2 directions (added from GB -> kbps).
Layout manager switched for easier development.
2009-04-09 20:36:22 +00:00
8f690a8f67
2009-04-08 sponge
...
* More hopeful fixups to the infamous orpahned tunnel problem. *Sigh*
2009-04-08 11:55:51 +00:00
bb7884ca3b
propagate from branch 'i2p.i2p.zzz.test' (head 589c4b0b77bdcbb49a965e39ec971c9b4bdd98c5)
...
to branch 'i2p.i2p' (head 32ebd10f2f86f14b3739dc699e016349a85bb8e4)
2009-04-08 01:34:40 +00:00
0cfbe9c28b
* IPV6/localhost:
...
- Enable IPv6 stack in the JVM, hopefully won't break anything
- Patch Jetty to support binding to IPv6 addresses
- Allow multiple bind addresses for the router console
in the clients.config file; for new installs the
default is now "127.0.0.1,::1"
- Change most instances of "localhost" to "127.0.0.1"
throughout the code
* Router:
- Move some classes to private static inner
2009-04-08 01:34:12 +00:00
85e5013dbd
Fixed overflow problem when calculating monthly usage. It now works well (without
...
getting too wide for the window) up to 1 Tbps.
2009-04-07 20:09:59 +00:00
0764e19441
New build file for desktopgui. Should work fine for anyone using java 1.6.
2009-04-07 17:55:59 +00:00
c03b519849
2009-04-07 sponge
...
* BOB prevent jvac from optimizing out thread-group code from -10
2009-04-07 03:01:39 +00:00
8c8a2deefc
propagate from branch 'i2p.i2p.zzz.test' (head 1b0258b9825aa2952987c3221b8c45aa06b8c3b1)
...
to branch 'i2p.i2p' (head 2dc7a484f328618103dca0f5a9510e15e19f98c7)
2009-04-07 02:34:43 +00:00
2c84cddda3
2009-04-07 sponge
...
* SimpleTimer2, SimpleScheduler fixed so that the threads all run from
The main threadgroup, not in the current possible child threadgroup.
So long as any SimpleTimer2/SimpleScheduler is started *BEFORE* any
child threadgroups, the constructors are threadgroup safe. What would
be super cool is if they were to be all jailed within thier very own
threadgroup too, but, I2P isn't up to the task of this yet.
* Fixes to BOB to ensure the above is true.
2009-04-07 02:24:04 +00:00
37667247c3
2009-04-06 sponge
...
SimpleScheduler SimpleTimer2 debugging added.
Fix build files for desktopgui.
2009-04-06 22:40:22 +00:00
f5614c8a41
synchronize datagram maker in I2PSinks
2009-04-06 19:44:47 +00:00
495558a949
New application for I2P: desktopgui. Should eventually replace systray, and have more functionality.
...
To use the application, you need to (by default) add the following to clients.config :
# desktopgui
clientApp.6.args=
clientApp.6.delay=5
clientApp.6.main=desktopgui.Main
clientApp.6.name=desktopgui
clientApp.6.startOnLoad=true
2009-04-06 17:53:32 +00:00
bd489cf439
2009-04-04 sponge
...
* Hopeful fixups to the infamous orpahned tunnel problem.
* BOB now 0.0.5
2009-04-04 19:47:36 +00:00
7804475698
propagate from branch 'i2p.i2p.zzz.test' (head 6cf4504f7338b177bfd4a0ceef7d3549bfeec6fe)
...
to branch 'i2p.i2p' (head d78bd9f06c2779f8bcf2f713dbb8679004aef101)
2009-04-03 21:44:46 +00:00
8de5609817
* Update:
...
- Change default to "Download and verify"
- Change news fetch default to 24h (was 12h)
2009-04-03 21:42:48 +00:00
bb0531053d
Console: Fix bug with IE buttons not working, because it sends the label instead of the value
2009-04-03 21:33:35 +00:00
0c7cb9d781
put java version on logs.jsp
2009-04-03 14:26:48 +00:00
25d5883a0e
2009-04-03 sponge
...
* Fix broken dependencies for BOB.jar
2009-04-03 13:31:41 +00:00
a8e43ab552
propagate from branch 'i2p.i2p.zzz.test' (head 8f379e4e28d926cbde0cad8f11274b8ae1fcd820)
...
to branch 'i2p.i2p' (head fc678c3fcf2b704921a3b8f4d8c35b5d68397f3b)
2009-04-02 20:59:01 +00:00
49c7fc30c0
cleanup
2009-04-02 19:01:26 +00:00
f81a24a0cc
I2PTunnel: Fix tunnel close http://forum.i2p/viewtopic.php?t=3231 broken in 0.7-8
2009-04-01 04:54:49 +00:00
7b373743aa
propagate from branch 'i2p.i2p.zzz.next' (head e89194f845a2a74dbf00f0f9e3c25a8f96ec36e4)
...
to branch 'i2p.i2p' (head 9cb2795f19efeae08b9ecffa5137fd944de120c7)
2009-03-30 16:07:13 +00:00
0c98d1843a
Sponge fixes and additions patch:
...
* 3 New jbigi build scripts and old ones fixed to work properly.
* Some trivial BOB work.
2009-03-30 05:31:40 +00:00
5414d41de4
I2PSnark: Use new BW Limits message, remove router.jar dependencies
2009-03-25 23:19:37 +00:00
186f2bc22f
propagate from branch 'i2p.i2p.zzz.test' (head c92ec83848e87e27921bada8ee24fd108050a50a)
...
to branch 'i2p.i2p' (head efebdaa0f53b9bc0234d18a7a934cc0f4fa6231e)
2009-03-24 21:30:28 +00:00
bb51bf49b0
- Suppress log error on manual stop
...
- Prevent NPE when closing a delayed-open tunnel
2009-03-24 20:24:20 +00:00
6c365bef85
add links to enable graphing
2009-03-24 19:52:06 +00:00
e9063a22d5
add anchors
2009-03-24 18:58:08 +00:00
47edc3c853
add warnings for some new features
2009-03-24 18:21:28 +00:00
98fda81b79
propagate from branch 'i2p.i2p.zzz.test' (head 4e891e40ee2919859df7b3ae04ecec6af4f47a35)
...
to branch 'i2p.i2p' (head 15f093fdaa28a510bd45965dc849c8d04e0d42f7)
2009-03-16 19:33:14 +00:00
d0a969ca33
fix NPE on delayed open http://forum.i2p/viewtopic.php?t=3189
2009-03-16 19:31:29 +00:00
33f4fac48f
summary bar help
2009-03-14 21:42:50 +00:00
cf02abd19c
allow .onion addresses for testing
2009-03-13 16:58:23 +00:00
ca3b6eb00d
catch a reported NPE ?
2009-03-13 16:57:51 +00:00
ae2f48f55d
remove some text so it looks better
2009-03-13 16:56:34 +00:00
ee0aada892
propagate from branch 'i2p.i2p.zzz.test' (head 8926fc63796bf18b615460f036598090e038462c)
...
to branch 'i2p.i2p' (head a0a51ce09fc12b75238432d8926103af46696820)
2009-03-09 15:12:31 +00:00
7179a64fee
I2PTunnel: Add delay-open option for clients
2009-03-09 15:11:45 +00:00
f3ddf3fa93
remove http from add torrent box
2009-03-09 15:10:46 +00:00
1d690f46ae
click to add dest to addressbook
2009-03-03 19:06:52 +00:00
c4fa0d894f
* Client:
...
- Clean up retry code
- Bring I2CP listen error to the summary bar
http://forum.i2p/viewtopic.php?t=3133
2009-03-02 16:07:48 +00:00
5785f500ef
complete regenerate-dest-on-reconnect
2009-03-02 01:38:44 +00:00