Commit Graph

1008 Commits

Author SHA1 Message Date
jrandom
cb5e3efd8a don't force start the tunnels too early - only instantiate the tunnelControllerGroup when the CLI is run (aka after 2 minutes whem TunnelControllerGroup.main is called from clients.config) 2004-08-21 22:05:02 +00:00
jrandom
274fd0b528 drop the package prefix from the search path - e.g. just load libjcpuid-x86-windows.so instead of freenet/support/CPUInformation/libjcpu-x86-windows.so 2004-08-21 18:05:36 +00:00
jrandom
1431d1fecd toss the new precompiled & self detecting jbigi/jcpuid code into cvs and packaged in the new installer as lib/jbigi.jar 2004-08-21 18:03:45 +00:00
hypercubus
dc3d6bfc43 removing unused service wrapper libs 2004-08-21 11:13:57 +00:00
jrandom
c9d4745a59 one less lib (duh) 2004-08-21 11:12:15 +00:00
hypercubus
921aef7f2c fixed a silly thread blocking problem 2004-08-21 11:01:12 +00:00
jrandom
3c772f1974 backwards compatibility - first check for jbigi.dll / libjbigi.so, then do the new stuff ("jbigi" in a jar, followed by "net/i2p/util/libjbigi-linux-pentium4.so", etc) 2004-08-21 09:29:18 +00:00
jrandom
bee9c7ee17 *cough* 2004-08-21 09:15:50 +00:00
jrandom
75ca438f2f import Iakin's public domain mods plus some additional ones (support for the resource 'jbigi' anywhere in the classpath, java 1.3 support, docs) 2004-08-21 09:11:10 +00:00
jrandom
9ea6eed22f added support for local build (saving as jbigi) 2004-08-21 09:04:24 +00:00
jrandom
56f13c53ce bz2 2004-08-21 08:37:18 +00:00
jrandom
fbc63c957a g++ 2.95.4 2004-08-21 08:21:24 +00:00
jrandom
6052a9382b moved jbigi source into jbigi subdir (in parallel with other c native libs, like jcpuid) 2004-08-21 07:59:11 +00:00
jrandom
f7f05cfc8b imported Iakin's public domain jcpuid library allowing the detection of CPU types from java
imported Iakin's modifications to jbigi to use the jcpuid library in detecting what jbigi implementation to load
imported and slightly updated Iakin's scripts to build jbigi for lots of architectures
(yay iakin!)
2004-08-21 07:56:53 +00:00
hypercubus
f4754d7481 * a missing systray.config file is now handled gracefully
* fixed javadoc warnings
2004-08-21 04:03:22 +00:00
hypercubus
7dc8d0cfec * systray now uses its own config file
* added config file handler class
* UrlHandler's browser launching behavior is now more sophisticated for Win32 using rundll
2004-08-21 01:43:35 +00:00
hypercubus
846c393168 giving systray client its own config file 2004-08-21 01:40:30 +00:00
jrandom
78b7f228f5 * dropped httptunnel.jar and phttprelay.war from the dist (neither are used)
* automate the building of {lib,weblib,webapps}.tar.bz2 (even if i only run this one more time)
i2p_0_3_4_3
2004-08-20 19:58:04 +00:00
jrandom
84e03f8b16 0.3.4.3, backwards compatible, to be released later today 2004-08-20 19:56:34 +00:00
jrandom
288580aed7 be more accepting in what router references we receive (let them be up to 6h old before throwing a hissy fit) 2004-08-20 19:55:46 +00:00
hypercubus
de63bbcc86 adding clientApp parameter to pass the user's preferred browser into systray 2004-08-20 14:38:56 +00:00
hypercubus
80b8c284b4 * fixed a bug causing the systray to hang upon exit on Linux
* various nips and tucks all around
2004-08-20 14:36:03 +00:00
hypercubus
ffff6d701f added browser selection dialog 2004-08-20 12:56:40 +00:00
hypercubus
0b084ece08 * added ant build file
* systray is functional
2004-08-20 10:08:29 +00:00
hypercubus
28855d3fd1 * adding systray client to clients.config
* updating installer readme (the public domain 'license')
2004-08-20 03:11:08 +00:00
hypercubus
f7d356dc95 adding systray libs 2004-08-20 03:08:05 +00:00
hypercubus
104b332906 initial commit of systray code; not yet integrated 2004-08-20 03:07:27 +00:00
jrandom
8b30852639 might as well link 'em to the netDb like the shitlist 2004-08-20 00:31:42 +00:00
jrandom
bdaa14c257 formatting fix 2004-08-20 00:19:58 +00:00
jrandom
0234fb62fb properly clean up the temp files (thanks oOo) 2004-08-19 23:46:56 +00:00
jrandom
687ca781ab the DoS isn't CRIT and we log instances and publish the stat appropriately 2004-08-19 23:18:38 +00:00
jrandom
3053c797e8 handle removal and addition (duh) 2004-08-19 22:02:28 +00:00
jrandom
62d6709949 * include prepWEB as part of buildWEB (prepWEB checks to see if we've already downloaded it)
* include buildWEB as part of build (so everyone builds everything by default)
* have clean include pkgclean
* new i2ptunnel.config and clients.config for the pkg
2004-08-19 21:26:11 +00:00
jrandom
410abaf92c handle the tunnels being instantiated prior to the CLI being inoked
(aka someone went to /i2ptunnel/ before the 2 minute delay passes)
2004-08-19 21:11:42 +00:00
jrandom
5e07c478f5 a little tidying up 2004-08-19 20:27:35 +00:00
jrandom
3eda53a97f ugly pages to display the old console and stats info, linked to off the top nav
also link to the i2ptunnel from the top nav (in a new window).
2004-08-19 20:26:19 +00:00
jrandom
4e25382901 * load clientApp.* lines from clients.config by default, falling back on
reading the router's props only if that file doesn't exist.
* by default, only log CRIT messages to the screen (the rest are sent to
the log file).  this will be useful with the upcoming service controller
* refactor a common Properties helper to DataHelper.loadProps
2004-08-19 17:42:47 +00:00
jrandom
fccb172e20 * Display both the hash and the full destination associated with each tunnel on
the /i2ptunnel/ page so they can easily be shared.
* By default, try to create any needed private key files (for server tunnels only)
* keep track of the I2PSession objects used by the I2PTunnel instances (only needed
for exposing the associated Destination)
2004-08-19 17:36:27 +00:00
hypercubus
5a761242f5 adding the wrapper binaries 2004-08-19 08:22:15 +00:00
hypercubus
aaaf1e14a5 removed the unnecessary launch parameter piping to /dev/null 2004-08-19 07:38:46 +00:00
sunshine
3dcb9f6424 Added datagram_test.i2p 2004-08-19 05:59:27 +00:00
hypercubus
04621ff64a * service wrapper fully functioning under Linux and WinXP, should also be working for the other *nix platforms but this isn't tested yet
* renaming wrapper binaries to 'i2psvc' for *nix and 'I2Psvc.exe' for win32
2004-08-19 05:41:36 +00:00
hypercubus
5053808058 initial commit of service wrapper files
moving standalone-compiler.jar into the izpack subdir
2004-08-19 04:48:42 +00:00
jrandom
9912c673bf * allow 2 failures in a tunnel before killing the tunnel. this is useful because
much of our tunnel failure detection code itself uses tunnels - send out tunnel 1
and get the reply through tunnel 2.  If it fails, which one "broke"?
* we now add a failure mark to both in all situations, including during tunnel
creation
* properly check the tunnel expiration 2-2.5 minutes prior to completion, rather
than the old 0.5-1.5 minutes.
2004-08-19 02:38:50 +00:00
jrandom
4636f7be7b oops, we need to mark the peer we don't send to as failed (otherwise we wont send any more requests out, since there will be 'too many pending') 2004-08-18 20:44:57 +00:00
sunshine
0ffc0a1959 Oops 2004-08-18 12:16:09 +00:00
sunshine
e86032b129 Ver 0.9.1 2004-08-18 12:13:56 +00:00
sunshine
87941a0975 Removed reference to stasher 2004-08-18 11:36:08 +00:00
jrandom
3d6a40a683 don't do the netDb store of the peer's routerInfo until after we validate what they tell us (so we can shitlist them for the right reason) [thanks duck!] 2004-08-18 07:23:01 +00:00
jrandom
9753470dcb handle a situation that would otherwise cause a search to block indefinitely rather than complete properly 2004-08-18 07:20:27 +00:00