3fd35a9c18
*** empty log message ***
2004-07-24 03:31:24 +00:00
f170ae741e
0.3.3, backwards compatible, to be released Real Soon
i2p_0_3_3
2004-07-24 02:13:37 +00:00
03562b037d
added (commented out) hooks for the 0.4 web arch
2004-07-24 02:11:22 +00:00
472312709a
added ref for the 0.4 routerconsole stuff, but its not ready for use, so, er, dont use it
2004-07-24 02:08:21 +00:00
b68463249e
first pass at the 0.4 architecture. not ready for use or integration yet, but is functional with some manual build/config work
2004-07-24 02:06:07 +00:00
740a2da702
more consistent html
2004-07-24 01:59:27 +00:00
85c8e56417
fixed a strange bug when the .wait delay is really accurate (too accurrate..). thanks ZeroCool for help debugging this!
2004-07-24 01:10:11 +00:00
481ef56e74
added www1.squid.i2p
2004-07-23 21:22:51 +00:00
008795770f
allow the timestamper to be started up while disabled
2004-07-23 18:19:40 +00:00
834fb7e317
allow the timestamper to be controlled by env properties (and, in turn, safe to always run)
...
if/when the property "timestamper.enabled" is set, the timestamper will query the sntp server(s) and update the clock accordingly
if/when it is not set (or set to something other than "true"), it will pause with its standard delay before checking again
in addition, it has a guard to help running the timestamper multiple times in the same JVM
2004-07-23 17:43:45 +00:00
da4827f287
expose some data for the router console to query
2004-07-23 17:39:31 +00:00
9f4439583d
expose some data points for the new console, and cleaned up some html
...
new piece of data exposed and maintained is a list of router contexts - shown as a singleton off RouterContext - allowing an app in the same JVM to find the routers (and chose between which one they want)
2004-07-23 17:36:29 +00:00
69981e4d78
*** empty log message ***
2004-07-23 03:08:20 +00:00
a857c6a88f
*** empty log message ***
2004-07-23 00:10:59 +00:00
e8d19439f8
*** empty log message ***
2004-07-22 08:54:01 +00:00
56216250a7
Added doc sources (public domain)
2004-07-21 12:02:56 +00:00
bea331db26
Fixed typo (public domain)
2004-07-21 11:56:36 +00:00
bc4e833a47
Fix install path
2004-07-21 11:36:23 +00:00
83f399fffc
hopefully i'll have time to work on this socket stuff tomorrow
2004-07-21 10:24:22 +00:00
5214436d18
initial import of Connelly's public domain I2P python lib
2004-07-21 07:42:29 +00:00
8603250d73
updated the readme to reference the current specs and implementations
...
removed the old out of date jython and python code
2004-07-21 06:25:44 +00:00
9a8a099701
javadoc fix
2004-07-20 21:43:42 +00:00
a5a0c8c837
moved minimal I2CP info to the I2PSession docs (since it is the one that implements it)
2004-07-20 21:31:57 +00:00
604bcd5874
initial impl
2004-07-20 21:28:28 +00:00
d29f9409bf
include some basic I2CP info
2004-07-20 21:16:30 +00:00
b5a0f5910d
first pass
2004-07-20 21:08:04 +00:00
ccb2600e67
when measuring capacity, consider data updated within the last hour as good, not just the last 5 minutes
2004-07-20 04:11:33 +00:00
f06e21ff5a
null check (oops)
2004-07-20 04:10:33 +00:00
bb0817a2ec
erg, expose the capacity calculator
...
(the last Router commit is a mod that ugha requested, but i think its ugly so its disabled atm)
2004-07-20 03:35:36 +00:00
6911f865ca
expose the capacity calculator
2004-07-20 03:34:52 +00:00
fe28b2732c
simple error condition check
2004-07-20 03:28:43 +00:00
e8e8c37496
* implement new 'capacity' concept, which replaces the old 'reliability'
...
one for peer selection and organization. reliability is kept around
for the moment and shown on the router console, but only to provide a
comparison (it is not used in any way)
* new stat in the TunnelHistory: failRate
* coallesce TunnelHistory stats (duh!)
* new ProfileOrganizer CLI ("ProfileOrganizer[ filename]*"
* implement reasonable 'failure' logic - if they are actively rejecting
tunnels or tunnels they've agreed to are failing, mark them as failing
* when choosing peers to test, exclude all fast ones
2004-07-20 03:27:34 +00:00
ef0f1ca1e7
include a lil more eye candy on the console (how active each tunnel is and last test time)
2004-07-20 02:57:55 +00:00
31ca34b954
rate.getAverageValue returns the average of the last fully completed period, but we want to include the current partial period as well
2004-07-20 02:53:41 +00:00
c4e6a2f0a8
if the log pattern/path referenced doesn't exist, create all necessary parent directories (killing the JVM if it fails, rather than silently gobble the log messages to /dev/null)
2004-07-19 17:18:49 +00:00
b56845e200
added quadn.i2p
2004-07-18 21:35:13 +00:00
d7a1fee781
closing a stream multiple times shouldn't kill the SAM session (thanks for the bug report Connelly)
2004-07-18 15:02:54 +00:00
b1f802c42d
Add id tag to strl
2004-07-17 08:18:16 +00:00
5f022e6e1f
minor code cleanup
2004-07-17 04:54:45 +00:00
392cbb817e
cleaned up time class
2004-07-17 03:11:20 +00:00
130399a1e7
0.3.2.3 (coming soon to a hard drive near you)
i2p_0_3_2_3
2004-07-16 21:12:27 +00:00
37d5531737
logging, including replacing the scary monster with its true self (we had data queued up, but were unable to get an ACK on our last write)
2004-07-16 20:48:40 +00:00
f0b6cbaf89
logging
2004-07-16 19:14:39 +00:00
707b173e77
differentiate between an explicit tunnel rejection (due to overload, etc) and an implicit one (the request timed out, the tunnels delivering the request failed, etc)
...
also, within the implementation of the profile, only mark the explicit rejections as a rejection
2004-07-16 00:17:28 +00:00
4381bb5026
don't rip the peer's head off after multiple tunnel rejections - penalize them *once* for the instance (not once *per* instance)
2004-07-16 00:15:34 +00:00
5850ad1217
typo fix, thanks Connelly
...
(duck)
2004-07-15 16:02:53 +00:00
806d598a04
_context/getContext()
...
(missed one)
i2p_0_3_2_2
2004-07-15 05:23:18 +00:00
e737e5c950
* work around the disagreement between different versions of sun's compiler and JVM:
...
Some of them think that its ok for an inner class of a subclass to access protected data of the
outer class's parent when the parent is in another package.
Others do not.
Kaffe doesn't care (but thats because Kaffe doesn't do much for verification ;)
The JLS is aparently confusing, but it doesnt matter whether its a code or javac bug, we've got to change the code.
The simplest change would be to just make the JobImpl._context public, but I loath public data, so we make it private and add an accessor
(and change dozens of files)
whee
2004-07-15 05:12:37 +00:00
bbcde2f52b
0.3.2.2 (a lil installation testing and then i'll push)
2004-07-15 01:08:54 +00:00
f6ef77429c
some boundary cases for the queue pumper's wait time
2004-07-15 01:04:13 +00:00