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

Skip to content
Snippets Groups Projects
  1. Nov 21, 2004
    • 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
  2. Nov 20, 2004
  3. 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
  4. Nov 18, 2004
  5. Nov 17, 2004
  6. Nov 16, 2004
  7. Nov 15, 2004
  8. 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
  9. Nov 12, 2004
  10. Nov 11, 2004
  11. Nov 10, 2004
  12. Nov 09, 2004
  13. Nov 08, 2004
Loading