I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Nov 25, 2004
    • jrandom's avatar
      2004-11-25 jrandom · 8bd99f69
      jrandom authored and zzz's avatar zzz committed
          * Revised the installer to include start menu and desktop shortcuts for
            windows platforms, including pretty icons (thanks DrWoo!)
          * Allow clients specified in clients.config to have an explicit startup
            delay.
          * Update the default install to launch a browser pointing at the console
            whenever I2P starts up, rather than only the first time it starts up
            (configurable on /configservice.jsp, or in clients.config)
          * Bugfix to the clock skew checking code to monitor the delta between
            offsets, not the offset itself (duh)
          * Router console html update
          * New (and uuuuugly) code to verify that the wrapper.config contains
            the necessary classpath entries on update.  If it has to update the
            wrapper.config, it will stop the JVM and service completely, since the
            java service wrapper doesn't reread the wrapper.config on JVM restart -
            requiring the user to manually restart the service after an update.
          * Increase the TCP connection timeout to 30s (which is obscenely long)
      ------------------------------------------------
      8bd99f69
    • jrandom's avatar
      javadoc · b0513fff
      jrandom authored and zzz's avatar zzz committed
      b0513fff
  2. Nov 23, 2004
    • jrandom's avatar
      added eschaton.i2p · f10db9d9
      jrandom authored and zzz's avatar zzz committed
      f10db9d9
    • jrandom's avatar
      added blog.curiosity.i2p · 9b5fb170
      jrandom authored and zzz's avatar zzz committed
      9b5fb170
    • jrandom's avatar
      2004-11-22 jrandom · 608d713d
      jrandom authored and zzz's avatar zzz committed
          * Update to the SAM bridge to reduce some unnecessary memory allocation.
          * New stat to keep track of slow jobs (ones that take more than a second
            to excute).  This is published in the netDb as jobQueue.jobRunSlow
      608d713d
  3. Nov 22, 2004
    • jrandom's avatar
      2004-11-21 jrandom · 6d5fc8ca
      jrandom authored and zzz's avatar zzz committed
          * Update the I2PTunnel web interface to include an option for the new
            streaming lib (which is ignored until the 0.4.2 release).
          * Revised the I2PTunnel web interface to keep the I2CP options of client
            and httpclient tunnels in sync, as they all share the same I2CP session.
      6d5fc8ca
  4. Nov 21, 2004
    • jrandom's avatar
      2004-11-21 jrandom · 8c3145b7
      jrandom authored and zzz's avatar zzz committed
          * Only allow small clock skews after the first 10 minutes of operation
            (to prevent later network lag bouncing us way off course - yes, we
            really need an NTP impl to balance out the network burps...)
          * Revamp the I2PTunnel web interface startup process so that everything
            is shown immediately, so that different pieces hanging don't hang
            the rest, and other minor bugfixes.
          * Take note of SAM startup error (in case you're already running a SAM
            bridge...)
          * Increase the bandwidth limiter burst values available to 10-60s (or
            whatever is placed in /configadvanced.jsp, of course)
      8c3145b7
    • jrandom's avatar
      2004-11-21 jrandom · 12a6f3e9
      jrandom authored and zzz's avatar zzz committed
          * Only allow small clock skews after the first 10 minutes of operation
            (to prevent later network lag bouncing us way off course - yes, we
            really need an NTP impl to balance out the network burps...)
          * Revamp the I2PTunnel web interface startup process so that everything
            is shown immediately, so that different pieces hanging don't hang
            the rest, and other minor bugfixes.
          * Take note of SAM startup error (in case you're already running a SAM
            bridge...)
          * Increase the bandwidth limiter burst values available to 10-60s (or
            whatever is placed in /configadvanced.jsp, of course)
      12a6f3e9
    • jrandom's avatar
      2004-11-21 jrandom · 2c594357
      jrandom authored and zzz's avatar zzz committed
          * Allow end of line comments in the hosts.txt and other config files,
            using '#' to begin the comments (thanks susi!)
          * Add support to I2PTunnel's 'client' feature for picking between multiple
            target destinations (e.g. 'client 6668 irc.duck.i2p,irc.baffled.i2p')
          * Add a quick link on the left hand nav to reseed if there aren't enough
            known peers, as well as link to the config page if there are no active
            peers.  Revised config page accordingly.
      2c594357
    • jrandom's avatar
      oops, forgot to commit this one. · 7336bf5c
      jrandom authored and zzz's avatar zzz committed
      7336bf5c
    • jrandom's avatar
      * make sure we send the close message even if the I2PSocket is closed directly... · 2b21b972
      jrandom authored and zzz's avatar zzz committed
      * make sure we send the close message even if the I2PSocket is closed directly (rather than the outputStream)
      * only fail the session tags as a last resort for the last resend, rather than on every resend after the 1st
      2b21b972
    • jrandom's avatar
      2004-11-21 jrandom · 603bc99a
      jrandom authored and zzz's avatar zzz committed
          * Destroy ElGamal/AES+SessionTag keys after 15 minutes of inactivity
            rather that every 15 minutes, and increase the warning period in which
            we refresh tags from 30s to 2 minutes.
          * Bugfix for a rare problem closing an I2PTunnel stream where we'd fail
            to close the I2PSocket (leaving it to timeout).
      603bc99a
  5. Nov 20, 2004
  6. Nov 19, 2004
    • jrandom's avatar
      2004-11-19 jrandom · 0b48b18e
      jrandom authored and zzz's avatar zzz committed
          * Off-by-one fix to the tunnel pool management code, along side some
            explicit initialization.  This can affect clients whose lengths are
            shorter than the router's default (thanks duck!)
      0b48b18e
    • mpc's avatar
      improved logging · c8f6d9c7
      mpc authored and zzz's avatar zzz committed
      c8f6d9c7
    • jrandom's avatar
      * stats · ed8eced9
      jrandom authored and zzz's avatar zzz committed
      if you want to get this data and you're running outside the router, just toss on a
      "-Dstat.logFilters=* -Dstat.logFile=proxy.stats" to the java command line.  the resulting
      file can be parsed w/ java -cp lib/i2p.jar net.i2p.stat.StatLogSplitter proxy.stats, then fed
      into gnuplot or whatever
      ed8eced9
  7. Nov 18, 2004
  8. Nov 17, 2004
  9. Nov 16, 2004
  10. Nov 15, 2004
  11. Nov 13, 2004
    • jrandom's avatar
      2004-11-13 jrandom · ad7dc66f
      jrandom authored and zzz's avatar zzz committed
          * Added throttles on how many I2PTunnel client connections we open at once
          * Replaced some buffered streams in I2PTunnel with unbuffered streams, as
            the streaming library used should take care of any buffering.
          * Added a cache for some objects used in I2PTunnel, especially useful when
            there are many short lived connections.
          * Trimmed the SimpleTimer's processing a bit
      ad7dc66f
    • jrandom's avatar
      * ack packets with a payload, even if they have ID=0 (duh) · 258244fe
      jrandom authored and zzz's avatar zzz committed
      * properly implement the connection timeout
      * make sure we clear the outbound packets on close
      * don't b0rk on repeated close() calls
      258244fe
    • jrandom's avatar
      2004-11-13 jrandom · 5f798254
      jrandom authored and zzz's avatar zzz committed
          * Added throttles on how many I2PTunnel client connections we open at once
          * Replaced some buffered streams in I2PTunnel with unbuffered streams, as
            the streaming library used should take care of any buffering.
          * Added a cache for some objects used in I2PTunnel, especially useful when
            there are many short lived connections.
          * Trimmed the SimpleTimer's processing a bit
      5f798254
  12. Nov 12, 2004
  13. Nov 11, 2004
  14. Nov 10, 2004
    • jrandom's avatar
      *cough* · 6fc6866e
      jrandom authored and zzz's avatar zzz committed
      6fc6866e
Loading