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

Skip to content
Snippets Groups Projects
  1. Jan 15, 2005
  2. Jan 14, 2005
  3. Jan 13, 2005
  4. Jan 12, 2005
  5. Jan 09, 2005
  6. Jan 07, 2005
  7. Jan 06, 2005
    • jrandom's avatar
      * 2005-01-06 0.4.2.6 released · daf32a24
      jrandom authored and zzz's avatar zzz committed
      2005-01-06  jrandom
          * Added a startup message to the addressbook, printing its version number
            to stdout (which is sent to wrapper.config) when it loads.
          * Updated the addressbook to reread the config file periodically
          * Added orion.i2p to the list of eepsites on the default homepage
    • jrandom's avatar
      added j.i2p · 34ecfd98
      jrandom authored and zzz's avatar zzz committed
      34ecfd98
    • jrandom's avatar
      2005-01-05 jrandom · 48385644
      jrandom authored and zzz's avatar zzz committed
          * Handle unexpected network read errors more carefully (thanks parg!)
          * Added more methods to partially compare (DataHelper) and display
            arrays (Base64.encode).
          * Exposed the AES encryptBlock/decryptBlock on the context.aes()
          * Be more generous on the throttle when just starting up the router
          * Fix a missing scheduled event in the streaming lib (caused after reset)
          * Add a new DisconnectListener on the I2PSocketManager to allow
            notification of session destruction.
          * Make sure our own router identity is valid, and if it isn't, build a new
            one and restart the router.  Alternately, you can run the Router with
            the single command line argument "rebuild" and it will do the same.
      48385644
  8. Jan 05, 2005
  9. Jan 04, 2005
  10. Jan 03, 2005
  11. Jan 01, 2005
    • jrandom's avatar
      added phonebooth.i2p · 48b03994
      jrandom authored and zzz's avatar zzz committed
      48b03994
    • jrandom's avatar
      2004-12-31 ragnarok · 84dc7d9d
      jrandom authored and zzz's avatar zzz committed
          * Integrated latest addressbook changes (2.0.3) which include support for
            deploying as a .war file with no existing addressbook configuration.
          * Updated main build process to bundle the addressbook.war in the
            i2pinstall.jar and i2pupdate.zip.
      84dc7d9d
  12. Dec 31, 2004
    • jrandom's avatar
      2004-12-31 jrandom · 70d6332b
      jrandom authored and zzz's avatar zzz committed
          * Speling fxi (thanks digum!)
          * Bugfix for the I2PTunnel web interface so that it now properly launches
            newly added tunnels that are defined to be run on startup (thanks ugha!)
      70d6332b
  13. Dec 30, 2004
    • jrandom's avatar
      2004-12-30 jrandom · aec0b0c8
      jrandom authored and zzz's avatar zzz committed
          * Revised the I2PTunnel client and httpclient connection establishment
            throttles.  There is now a pool of threads that build the I2PSocket
            connections with a default size of 5, configurable via the I2PTunnel
            client option 'i2ptunnel.numConnectionBuilders' (if set to 0, it will
            not throttle the number of concurrent builders, but will launch a thread
            per socket during establishment).  In addition, sockets accepted but
            not yet allocated to one of the connection builders will be destroyed
            after 30 seconds, configurable via 'i2ptunnel.maxWaitTime' (if set to
            0, it will wait indefinitely).
      aec0b0c8
  14. Dec 29, 2004
    • jrandom's avatar
      2004-12-29 jrandom · 099f6a88
      jrandom authored and zzz's avatar zzz committed
          * Imported Ragnarok's addressbook source (2.0.2) which is built but not
            deployed in the i2pinstall.jar/i2pupdate.zip (yet).
          * Don't treat connection inactivity closure as a connection error.
      099f6a88
    • jrandom's avatar
      forgot to import these... · 00a5d42d
      jrandom authored and zzz's avatar zzz committed
      00a5d42d
    • jrandom's avatar
      imported ragnarok's MIT licensed addressbook-2.0.2 · 28f4a2cb
      jrandom authored and zzz's avatar zzz committed
      28f4a2cb
    • jrandom's avatar
      2004-12-29 jrandom · 1ac18ba1
      jrandom authored and zzz's avatar zzz committed
          * Add in a new keepalive event on each TCP connection, proactively sending
            a (tiny) time message every minute or two, as well as killing the
            connection if no message has been fully sent within 5 minutes or so.
            This should help deal with hung connections from IP address changes.
      1ac18ba1
    • jrandom's avatar
      2004-12-28 jrandom · 1503ee2d
      jrandom authored and zzz's avatar zzz committed
          * Cleaned up the resending and choking algorithm in the streaming lib.
          * Removed the read timeout override for I2PTunnel's httpclient, allowing
            it to use the default for the streaming lib.
          * Revised ack triggers in the streaming lib.
          * Logging.
      1503ee2d
  15. Dec 21, 2004
    • jrandom's avatar
      * 2004-12-21 0.4.2.5 released · 484b528d
      jrandom authored and zzz's avatar zzz committed
      2004-12-21  jrandom
          * Track a new stat for expired client leases (client.leaseSetExpired).
    • jrandom's avatar
      2004-12-21 jrandom · 758293dc
      jrandom authored and zzz's avatar zzz committed
          * Cleaned up the postinstall/startup scripts a bit more to handle winME,
            and added windows info to the headless docs. (thanks ardvark!)
          * Fixed a harmless (yet NPE inspiring) race during the final shutdown of
            a stream (thanks frosk!)
          * Add a pair of new stats for monitoring tunnel participation -
            tunnel.participatingBytesProcessed (total # bytes transferred) and
            tunnel.participatingBytesProcessedActive (total # bytes transferred for
            tunnels whose byte count exceed the 10m average).  This should help
            further monitor congestion issues.
          * Made the NamingService factory property public (thanks susi!)
      758293dc
  16. Dec 20, 2004
    • jrandom's avatar
      2004-12-20 jrandom · 6cb316b3
      jrandom authored and zzz's avatar zzz committed
          * No longer do a blocking DNS lookup within the jobqueue (thanks mule!)
          * Set a 60s dns cache TTL, instead of 0s.  Most users who used to use
            dyndns/etc now just use IP autodetection, so the old "we need ttl=0"
            reasoning is gone.
      6cb316b3
    • jrandom's avatar
      added up.i2p · 1d31831e
      jrandom authored and zzz's avatar zzz committed
      1d31831e
  17. Dec 19, 2004
    • jrandom's avatar
      2004-12-19 jrandom · ee32b079
      jrandom authored and zzz's avatar zzz committed
          * Fix for a race on startup wrt the new stats (thanks susi!)
      ee32b079
    • jrandom's avatar
      2004-12-19 jrandom · 81f04ca6
      jrandom authored and zzz's avatar zzz committed
          * Added three new stats - router.activePeers, router.fastPeers, and
            router.highCapacityPeers, updated every minute
      81f04ca6
    • jrandom's avatar
      2004-12-19 jrandom · 17569976
      jrandom authored and zzz's avatar zzz committed
          * Added a new i2ptunnel type: 'httpserver', allowing you to specify what
            hostname should be sent to the webserver.  By default, new installs will
            have an httpserver pointing at their jetty instance with the spoofed
            name 'mysite.i2p' (editable on the /i2ptunnel/edit.jsp page).
      17569976
Loading