83c6fd43e5
* corrected: unix service install scripts erroneously pointed to 'i2psvc' instead of 'i2prouter'
...
* pid file naming fixed once and for all, using 'i2p.pid' ;-) ('i2prouter.pid' did not work)
2004-09-01 16:46:27 +00:00
1323d89912
last revision inadvertently launched the router console every time the router was started
2004-09-01 11:43:33 +00:00
6b89996b0b
the return of Ignatious Toopie
...
(freshcoffee.i2p's logo is definitely cool, but imho brings too much of a "java" connotation. perhaps we can use it on the "prerequisites: get java" page?)
2004-09-01 08:31:00 +00:00
8a9a60410c
more PIDs (one for the JVM, one for the service)
...
the i2prouter script has some kooky naming dependencies, and the stop doesnt seem to work right, but its got pid files now... :)
2004-09-01 08:02:19 +00:00
09e8678369
pid file (not sure why the wrapper doesnt create one by default)
2004-09-01 07:53:03 +00:00
2ff7efadc2
put logs in the console buffer even if we're not sending anything to the console (since this console buffer is shown as the /logs.jsp)
2004-09-01 07:17:24 +00:00
5f3fcd2f37
some url cleanup (thanks nicktastic!)
2004-09-01 07:00:07 +00:00
7dffae4620
workaround a bug in libtool (which Kaffe uses) that b0rks on native libraries that aren't named "typically" for the OS (libjbigi.so, etc)
...
(sun, however, works fine with randomly named libraries)
2004-09-01 06:53:00 +00:00
ce2e7305d4
if we're doing ugly jsp taglets to filter by OS, might as well do it for both systray and service
2004-09-01 03:47:04 +00:00
4783b09f03
fixed bug in IE launch
2004-09-01 02:25:06 +00:00
15c089ca9c
now opens browser to http://localhost:7657/ in all cases
2004-09-01 00:33:59 +00:00
e93a2ddd93
now directly reading the default browser from the registry on Windows
2004-08-31 23:25:47 +00:00
57b9c40609
need the jettylib to build the war
2004-08-31 22:38:00 +00:00
caaadd63ec
cleaned up a little for the future revs
2004-08-31 22:26:19 +00:00
ca1b707fab
note about how uninstalling the service kills the router...
2004-08-31 21:28:41 +00:00
a0499451a5
let windows users install/remove the service through the /configservice.jsp page
2004-08-31 21:25:23 +00:00
bbdf1a0b30
removing some annoying spaces on blank lines
2004-08-31 21:12:15 +00:00
bcd5230854
added 'port' preference for specification of the router console's listening port
2004-08-31 21:08:00 +00:00
5ec3d2a587
systray now reads router console port number from systray.config
2004-08-31 21:07:06 +00:00
9cb2be6ec4
erg, this should have been in the last commit... (help stuff, license stuff)
2004-08-31 03:31:18 +00:00
4e90ca0b26
* revamped (rewrote, htmlized) readme
...
* wrote basic license stuff
2004-08-31 03:29:20 +00:00
8c4c72c8b5
* in the multirouter (sim), give each router a randomly distributed clock skew (within the acceptable period)
...
* in the multirouter (sim), disable the timestamper (so the clock skew 'sticks')
* logging
2004-08-30 22:28:15 +00:00
8690d4d7a9
allow explicit overriding any logical constraints on the clock skew (useful for simulating strange things)
2004-08-30 22:23:24 +00:00
d5d9c9b483
get thee gone, extraneous comment!
2004-08-30 12:49:25 +00:00
0de8129457
* installer no longer hangs on Windows waiting for the spawned shell process to return
...
* shell process spawned by the installer on Windows will not create a visible command window
2004-08-30 12:28:08 +00:00
13f70ad42c
systray now launches router console in config.jsp upon first launch after installation
2004-08-30 11:47:28 +00:00
49d7b568df
* removed some failsafe code that had been preventing any messages from being sent down alternate tunnels in a leaseSet [oops]
...
this may have unintended consequences, as we need to deal with messages received from skewed clocks, but I believe the two pathways
used here are safe (we leave the larger timeout thresholds intact for dealing with remotely generated message times)
2004-08-30 08:29:06 +00:00
93afcd5c0c
* removed unwanted systray window on *nix
...
* removed 'Shutdown I2P router' from systray menu; preferred method of shutdown is now router console
2004-08-30 01:08:13 +00:00
07ef3582f7
clarify the nextInt/nextLong boundaries (thanks oOo)
2004-08-29 22:42:21 +00:00
53c7ff14df
code reuse++ (digest authentication works, nice find oOo!)
2004-08-29 22:35:55 +00:00
6b993688fc
poke the systray (so that on startup, it may show the icon and/or launch the browser)
2004-08-29 21:06:15 +00:00
b9e667e155
if a netDb refetch of a lease we were able to fetch is going slowly, short circuit it by reinjecting the old (dropped) one after 10 seconds so we can attempt a resend
2004-08-29 20:56:24 +00:00
3cd26781b0
'The I2P Project' is redundant - just 'I2P', and switched version #
2004-08-29 20:34:13 +00:00
2d20ac6f29
removed unintentional duplicate copy of 'i2psvc' from 'lib/'
2004-08-29 20:15:31 +00:00
944d467654
changed deprecated 'tail -1' to 'tail -n 1'; the Java Service Wrapper team will probably change it soon, but we need this for 0.4
2004-08-29 17:59:10 +00:00
f68271c3d7
set mode_paranoid=true
2004-08-29 01:47:13 +00:00
4eb5070753
clear another possible thread leak
2004-08-27 23:52:13 +00:00
f57adc9cc4
don't fail the tunnels used to send/receive a request on a lost reply, as the potential that they're to blame is only 1 out of 5.
...
(and if other people's tunnels suck, that leads us to kill all of our tunnels. which is Bad)
2004-08-27 20:56:00 +00:00
3e0b7bfeff
cleaned up peer selection so we don't have to repeatedly ask the profileOrganizer the same thing over and over
...
(instead, have the profileOrganizer check the netDb to see if the profiled peer is reachable)
cleaned up the threshold calculation a bit more
2004-08-27 19:18:24 +00:00
faa78c67d8
router console opens automatically upon first launch (i.e. if router.config is not found)
2004-08-27 12:44:43 +00:00
a5ed02eb1c
fixed some foolishness w/ booleans (thanks oOo!)
2004-08-27 02:04:49 +00:00
bfe11110aa
Trying to get around CVS stupidity
2004-08-27 01:52:30 +00:00
d8b1d2382d
Junking this for now.. use Stasher instead
2004-08-27 01:41:48 +00:00
7881a13610
moved some files around
2004-08-27 01:29:18 +00:00
aaa328950e
invalid style error
2004-08-26 21:42:56 +00:00
d8eb1a0a4f
more path woes solved, scripts launch properly from installer (yay!)
2004-08-26 19:08:25 +00:00
e3379b31cb
only base the thresholds on peers who are not in recovery
2004-08-26 18:46:25 +00:00
f36ce3d245
drop the links to install/uninstall the service from this page. not worth the effort atm (they can just run the shell scripts)
2004-08-26 18:39:30 +00:00
c73f3385c0
don't ask the bandwidth limiter to authorize reading an EOF ;)
...
(this fixes the longstanding "-318 bytes read" bug)
2004-08-26 17:59:47 +00:00
2eb8b84bbd
update to build.xml to reflect name change of 'postinstall' to 'postinstall.sh'
2004-08-26 17:25:05 +00:00