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
0f1f33eaa4
merge of '798b531efac76d62154df2a99a91a32ccd97ab47'
...
and '9b73a50d356f49e9aadaae4cf86681b718c0d56b'
2009-04-09 19:12:06 +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
18a475eff3
merge of '9666f5fdfc24a7fc2ca3a99a95ea5dfef5583b1b'
...
and 'e76b1962963aa7cadb74aacc32f90adf31db3761'
2009-04-08 06:41:53 +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
54255cab4a
merge of '91bd86329a458a5e064af7aa5abf3662aec61dab'
...
and 'a09513bb83b827232b24950613986dcb6d5e713c'
2009-04-07 05:47:04 +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
bc831d3c35
Changelog: SAM : big bug in SAMv1Handler corrected
2009-04-06 09:53:01 +00:00
d54695e542
add dependency to streaming lib to apps/sam/java/build.xml
2009-04-06 08:16:19 +00:00
12625a46c2
comment added in net.i2p.client.streaming.ConnectionHanler
2009-04-06 07:54:19 +00:00
ab84a5ce8e
propagate from branch 'i2p.i2p' (head ac3b23a1d65017e99af5231a8248590c278c136f)
...
to branch 'i2p.i2p.sam3' (head e257c0c2a8456c229d12a8de2c5339b2e981fd80)
2009-04-06 07:45:57 +00:00
fcbfd7554f
SAMv3: alternate form of calling SAMBridge.main. Usage message updated.
2009-04-06 06:39:30 +00:00
4d27f18710
SAMv3: rawTests Demos scripts updated
2009-04-06 05:29:03 +00:00
1bc4cb382e
SAMv3 : protocol better specified, and small changes in the code reflecting the new protocol
2009-04-05 21:35:56 +00:00
6b825fbe25
SAMv3 : protocol better specified, and small changes in the code reflecting the new protocol
2009-04-05 21:32:43 +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
2cf5221620
minimize differences with mainstream apps/streaming
2009-04-04 12:37:19 +00:00
de6edc6a99
2009-04-04 10:28:31 +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
bc086a78eb
explicit merge of '7bae8d314209ec279a4da918dc3255e31bda7e45'
...
and '3b133e76d8124df27791cb78006e7c2b9a8b6430'
2009-04-02 08:57:46 +00:00
e0dccb5970
2009-04-02 08:54:28 +00:00
a4d16af95d
SAM version 3 :
...
- Raw and Datagram sessions implemented
- option "SILENT=true" added to the stream protocol
- java 6 warnings removed
ministreaming :
- java 6 warnings removed
ministreaming and streaming :
- added functions :
I2PServerSocket.waitIncoming(long timeout)
I2PServerSocket.accept(boolean block)
2009-04-02 08:22:31 +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