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

Skip to content
Snippets Groups Projects
  1. Apr 17, 2005
    • jrandom's avatar
      2005-04-17 zzz · addab1fa
      jrandom authored and zzz's avatar zzz committed
          * Added new user-editable eepproxy error page templates.
      2005-04-17  jrandom
          * Revamp the tunnel building throttles, fixing a situation where the
            rebuild may not recover, and defaulting it to unthrottled (users with
            slow CPUs may want to set "router.tunnel.shouldThrottle=true" in their
            advanced router config)
      addab1fa
    • jrandom's avatar
      2005-04-16 jrandom · 39343ce9
      jrandom authored and zzz's avatar zzz committed
          * Migrated to Bouncycastle's SHA256 and HMAC implementations for efficiency
      39343ce9
    • jrandom's avatar
      2005-04-16 jrandom · 7389cec7
      jrandom authored and zzz's avatar zzz committed
          * Migrated to Bouncycastle's SHA256 and HMAC implementations for efficiency
      (also lots of udp fixes)
      7389cec7
  2. Apr 16, 2005
    • jrandom's avatar
      * fixed some stupid threading issues in the packet handler (duh) · 9e5fe7d2
      jrandom authored and zzz's avatar zzz committed
      * use the new raw i2np message format (the previous corruptions were due to above)
      * add a new test component (UDPFlooder) which floods all peers at the rate desired
      * packet munging fix for highly fragmented messages
      * include basic slow start code
      * fixed the UDP peer rate refilling
      * cleaned up some nextSend scheduling
      9e5fe7d2
  3. Apr 13, 2005
  4. Apr 12, 2005
  5. Apr 09, 2005
  6. Apr 08, 2005
  7. Apr 07, 2005
  8. Apr 06, 2005
  9. Apr 05, 2005
    • jrandom's avatar
      2005-04-05 jrandom · 941252fd
      jrandom authored and zzz's avatar zzz committed
          * Retry I2PTunnel startup if we are unable to build a socketManager for a
            client or httpclient tunnel.
          * Add some basic sanity checking on the I2CP settings (thanks duck!)
      941252fd
    • jrandom's avatar
      2005-04-05 jrandom · bc626ece
      jrandom authored and zzz's avatar zzz committed
          * After a successfull netDb search for a leaseSet, republish it to all of
            the peers we have tried so far who did not give us the key (up to 10),
            rather than the old K closest (which may include peers who had given us
            the key)
          * Don't wait 5 minutes to publish a leaseSet (duh!), and rather than
            republish it every 5 minutes, republish it every 3.  In addition, always
            republish as soon as the leaseSet changes (duh^2).
          * Minor fix for oddball startup race (thanks travis_bickle!)
          * Minor AES update to allow in-place decryption.
      bc626ece
    • jrandom's avatar
      clarify crypto/hmac usage for simpler implementation · 400feb3b
      jrandom authored and zzz's avatar zzz committed
      400feb3b
  10. Apr 04, 2005
  11. Apr 03, 2005
  12. Apr 01, 2005
    • jrandom's avatar
      2005-04-01 jrandom · c9c1eae3
      jrandom authored and zzz's avatar zzz committed
          * Allow editing I2PTunnel server instances with five digit ports
            (thanks nickless_head!)
          * More NewsFetcher debugging for reported weirdness
      c9c1eae3
    • jrandom's avatar
      2005-04-01 jrandom · 33366cc2
      jrandom authored and zzz's avatar zzz committed
          * Fix to check for missing news file (thanks smeghead!)
          * Added destination display CLI:
            java -cp lib/i2p.jar net.i2p.data.Destination privKeyFilename
          * Added destination display to the web interface (thanks pnspns)
          * Installed CIA backdoor
      33366cc2
  13. Mar 31, 2005
    • jrandom's avatar
      n3wz0rz · 083ac1f1
      jrandom authored and zzz's avatar zzz committed
      083ac1f1
  14. Mar 30, 2005
    • jrandom's avatar
      oh five oh five · 80c6290b
      jrandom authored and zzz's avatar zzz committed
    • jrandom's avatar
      Added tracker.fr.i2p · 6492ad16
      jrandom authored and zzz's avatar zzz committed
      6492ad16
    • cervantes's avatar
      added v2mail.i2p, complication.i2p · f0d1b1a4
      cervantes authored and zzz's avatar zzz committed
      f0d1b1a4
    • jrandom's avatar
      if using numACKs, use a 2 byte value (to handle higher transfer rates) · 17f044e6
      jrandom authored and zzz's avatar zzz committed
      17f044e6
    • jrandom's avatar
      * 2005-03-29 0.5.0.5 released · 63f3a9cd
      jrandom authored and zzz's avatar zzz committed
      2005-03-29  jrandom
          * Decreased the initial RTT estimate to 10s to allow more retries.
          * Increased the default netDb store replication factor from 2 to 6 to take
            into consideration tunnel failures.
          * Address some statistical anonymity attacks against the netDb that could
            be mounted by an active internal adversary by only answering lookups for
            leaseSets we received through an unsolicited store.
          * Don't throttle lookup responses (we throttle enough elsewhere)
          * Fix the NewsFetcher so that it doesn't incorrectly resume midway through
            the file (thanks nickster!)
          * Updated the I2PTunnel HTML (thanks postman!)
          * Added support to the I2PTunnel pages for the URL parameter "passphrase",
            which, if matched against the router.config "i2ptunnel.passphrase" value,
            skips the nonce check.  If the config prop doesn't exist or is blank, no
            passphrase is accepted.
          * Implemented HMAC-SHA256.
          * Enable the tunnel batching with a 500ms delay by default
          * Dropped compatability with 0.5.0.3 and earlier releases
      63f3a9cd
  15. Mar 28, 2005
  16. Mar 27, 2005
Loading