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

Skip to content
Snippets Groups Projects
  1. Nov 12, 2005
    • jrandom's avatar
      2005-11-11 jrandom · 14134694
      jrandom authored and zzz's avatar zzz committed
          * Add filtering threads by author to Syndie, populated with authors in the
            user's addressbook
          * When creating the default user, add
            "http://syndiemedia.i2p/archive/archive.txt" to their addressbook,
            configured to automatically pull updates.  (what other archives should
            be included?)
          * Tiny servlet to help dole out the new routerconsole themes, and bundle
            the installer/resources/themes/** into ./docs/themes/** on both install
            and update.
      14134694
    • cervantes's avatar
      2005-11-11 cervantes · 807d2d35
      cervantes authored and zzz's avatar zzz committed
      	* Initial pass of the routerconsole revamp, starting with I2PTunnel and
      	  being progressively rolled out to other sections at later dates.
      	  Featuring abstracted W3C strict XHTML1.0 markup, with CSS providing
      	  layout and styling.
      	* Implemented console themes. Users can create their own themes by
      	  creating css files in: {i2pdir}/docs/themes/console/{themename}/
      	  and activating it using the routerconsole.theme={themename} advanced
      	  config property. Look at the example incomplete "defCon1" theme.
      	  Note: This is very much a work in progress. Folks might want to hold-off
      	  creating their own skins until the markup has solidified.
      	* Added "routerconsole.javascript.disabled=true" to disable console
      	  client-side scripting and "routerconsole.css.disabled=true" to remove
      	  css styling (only rolled out in the i2ptunnel interface currently)
      	* Fixed long standing bug with i2ptunnel client and server edit screens
      	  where tunnel count and depth properties would fail to save. Added
      	  backup quantity and variance configuration options.
      	* Added basic accessibility support (key shortcuts, linear markup, alt and
      	  title information and form labels).
      	* So far only tested on IE6, Firefox 1.0.6, Opera 8 and lynx.
      807d2d35
    • cervantes's avatar
      2005-11-11 cervantes · b222cd43
      cervantes authored and zzz's avatar zzz committed
      	* Initial pass of the routerconsole revamp, starting with I2PTunnel and
      	  being progressively rolled out to other sections at later dates.
      	  Featuring abstracted W3C strict XHTML1.0 markup, with CSS providing
      	  layout and styling.
      	* Implemented console themes. Users can create their own themes by
      	  creating css files in: {i2pdir}/docs/themes/console/{themename}/
      	  and activating it using the routerconsole.theme={themename} advanced
      	  config property. Look at the example incomplete "defCon1" theme.
      	  Note: This is very much a work in progress. Folks might want to hold-off
      	  creating their own skins until the markup has solidified.
      	* Added "routerconsole.javascript.disabled=true" to disable console
      	  client-side scripting and "routerconsole.css.disabled=true" to remove
      	  css styling (only rolled out in the i2ptunnel interface currently)
      	* Fixed long standing bug with i2ptunnel client and server edit screens
      	  where tunnel count and depth properties would fail to save. Added
      	  backup quantity and variance configuration options.
      	* Added basic accessibility support (key shortcuts, linear markup, alt and
      	  title information and form labels).
      	* So far only tested on IE6, Firefox 1.0.6, Opera 8 and lynx.
      b222cd43
  2. Nov 11, 2005
  3. Nov 06, 2005
    • jrandom's avatar
      2005-11-06 jrandom · bd864832
      jrandom authored and zzz's avatar zzz committed
          * Include SSU establishment failure in the peer profile as a commError,
            as we do for TCP establishment failures.
          * Don't throttle the initial transmission of a message because of ongoing
            retransmissions to a peer, since the initial transmission of a message
            is more valuable than a retransmission (since it has less latency).
          * Cleaned up links to SusiDNS and I2PTunnel (thanks zzz!)
      bd864832
  4. Nov 05, 2005
    • jrandom's avatar
      no need for ant's IgnoreBlank (and its not in the classpath anyway) · 53cf03ce
      jrandom authored and zzz's avatar zzz committed
      53cf03ce
    • jrandom's avatar
      2005-11-05 jrandom · e284a887
      jrandom authored and zzz's avatar zzz committed
          * Include the most recent ACKs with packets, rather than only sending an
            ack exactly once.  SSU differs from TCP in this regard, as TCP has ever
            increasing sequence numbers, while each message ID in SSU is random, so
            we don't get the benefit of later ACKs implicitly ACKing earlier
            messages.
          * Reduced the max retransmission timeout for SSU
          * Don't try to send messages queued up for a long time waiting for
            establishment.
      e284a887
    • jrandom's avatar
      2005-11-05 jrandom · 14cd469c
      jrandom authored and zzz's avatar zzz committed
          * Include the most recent ACKs with packets, rather than only sending an
            ack exactly once.  SSU differs from TCP in this regard, as TCP has ever
            increasing sequence numbers, while each message ID in SSU is random, so
            we don't get the benefit of later ACKs implicitly ACKing earlier
            messages.
          * Reduced the max retransmission timeout for SSU
          * Don't try to send messages queued up for a long time waiting for
            establishment.
      14cd469c
    • dust's avatar
      2005-11-05 dust · 9050d7c2
      dust authored and zzz's avatar zzz committed
          * Fix sucker to delete its temporary files.
          * Improve sucker's sml output some.
          * Fix Exception in SMLParser for weird sml.
      9050d7c2
  5. Nov 04, 2005
    • jrandom's avatar
      2005-10-31 jrandom · 0ad18cd0
      jrandom authored and zzz's avatar zzz committed
          * Fix for some syndie reply scenarios (thanks identiguy and CofE!)
          * Removed a potentially infinitely recursive call (oops)
      (forgot to commit this file before.  oops)
      0ad18cd0
    • jrandom's avatar
      2005-11-03 zzz · ca0af146
      jrandom authored and zzz's avatar zzz committed
          * Added a new error page to the eepproxy to differentiate the full 60
            second timeout from the immediate "I don't know this base64" failure.
      ca0af146
  6. Nov 02, 2005
    • jrandom's avatar
      2005-11-01 jrandom · a2d2b031
      jrandom authored and zzz's avatar zzz committed
          * Added a few more css elements (thanks identiguy!)
      a2d2b031
  7. Oct 31, 2005
    • jrandom's avatar
      2005-10-31 jrandom · 2f36912a
      jrandom authored and zzz's avatar zzz committed
          * Fix for some syndie reply scenarios (thanks identiguy and CofE!)
          * Removed a potentially infinitely recursive call (oops)
      2f36912a
  8. Oct 30, 2005
  9. Oct 29, 2005
    • jrandom's avatar
      0.6.1.4 · ac3b88b9
      jrandom authored and zzz's avatar zzz committed
      ac3b88b9
    • jrandom's avatar
      * 2005-10-29 0.6.1.4 released · 60124cdc
      jrandom authored and zzz's avatar zzz committed
      60124cdc
    • jrandom's avatar
      2005-10-29 jrandom · e7d22817
      jrandom authored and zzz's avatar zzz committed
          * Improved the bandwidth throtting on tunnel participation, especially for
            low bandwidth peers.
          * Improved failure handling in SSU with proactive reestablishment of
            failing idle peers, and rather than shitlisting a peer who failed too
            much, drop the SSU session and allow a new attempt (which, if it fails,
            will cause a shitlisting)
          * Clarify the cause of the shitlist on the profiles page, and include
            bandwidth limiter info at the bottom of the peers page.
      e7d22817
    • jrandom's avatar
      2005-10-29 jrandom · 52ace2d6
      jrandom authored and zzz's avatar zzz committed
          * Improved the bandwidth throtting on tunnel participation, especially for
            low bandwidth peers.
          * Improved failure handling in SSU with proactive reestablishment of
            failing idle peers, and rather than shitlisting a peer who failed too
            much, drop the SSU session and allow a new attempt (which, if it fails,
            will cause a shitlisting)
          * Clarify the cause of the shitlist on the profiles page, and include
            bandwidth limiter info at the bottom of the peers page.
      52ace2d6
  10. Oct 28, 2005
    • jrandom's avatar
      2005-10-26 jrandom · b5a25801
      jrandom authored and zzz's avatar zzz committed
          * In Syndie, propogate the subject and tags in a reply, and show the parent
            post on the edit page for easy quoting.  (thanks identiguy and CofE!)
          * Streamline some netDb query handling to run outside the jobqueue -
            which means they'll run on the particular SSU thread that handles the
            message.  This should help out heavily loaded netDb peers.
      b5a25801
    • jrandom's avatar
      added ttc.i2p · 3fc05588
      jrandom authored and zzz's avatar zzz committed
      3fc05588
  11. Oct 25, 2005
    • jrandom's avatar
      oops (allow cwin=1 for interactive streams) · bd9c6ff4
      jrandom authored and zzz's avatar zzz committed
      bd9c6ff4
    • jrandom's avatar
      2005-10-25 jrandom · a0c822af
      jrandom authored and zzz's avatar zzz committed
          * Defer netDb searches for newly referenced peers until we actually want
            them
          * Ignore netDb references to peers on our shitlist
          * Set the timeout for end to end client messages to the max delay after
            finding the leaseSet, so we don't have as many expired messages floating
            around.
          * Add a floor to the streaming lib window size
          * When we need to send a streaming lib ACK, try to retransmit one of the
            unacked packets instead (with updated ACK/NACK fields, of course).  The
            bandwidth cost of an unnecessary retransmission should be minor as
            compared to both an ACK packet (rounded up to 1KB in the tunnels) and
            the probability of a necessary retransmission.
          * Adjust the streaming lib cwin algorithm to allow growth after a full
            cwin messages if the rtt is trending downwards.  If it is not, use the
            existing algorithm.
          * Increased the maximum rto size in the streaming lib.
          * Load balancing bugfix on end to end messages to distribute across
            tunnels more evenly.
      a0c822af
    • jrandom's avatar
      2005-10-24 jrandom · 4de30210
      jrandom authored and zzz's avatar zzz committed
          * Defer netDb searches for newly referenced peers until we actually want
            them
          * Ignore netDb references to peers on our shitlist
          * Set the timeout for end to end client messages to the max delay after
            finding the leaseSet, so we don't have as many expired messages floating
            around.
          * Add a floor to the streaming lib window size
          * When we need to send a streaming lib ACK, try to retransmit one of the
            unacked packets instead (with updated ACK/NACK fields, of course).  The
            bandwidth cost of an unnecessary retransmission should be minor as
            compared to both an ACK packet (rounded up to 1KB in the tunnels) and
            the probability of a necessary retransmission.
          * Adjust the streaming lib cwin algorithm to allow growth after a full
            cwin messages if the rtt is trending downwards.  If it is not, use the
            existing algorithm.
          * Increased the maximum rto size in the streaming lib.
          * Load balancing bugfix on end to end messages to distribute across
            tunnels more evenly.
      4de30210
    • ragnarok's avatar
      * Enforce delay >= 1 in BlogManager.getUpdateDelay() · 84383c3d
      ragnarok authored and zzz's avatar zzz committed
      84383c3d
    • ragnarok's avatar
      * Factor archive fetching into a seperate method from the update loop. · a94abb13
      ragnarok authored and zzz's avatar zzz committed
      a94abb13
  12. Oct 24, 2005
  13. Oct 22, 2005
    • jrandom's avatar
      no more -Di2p.weakPRNG :) · 2f8a2879
      jrandom authored and zzz's avatar zzz committed
      2f8a2879
    • jrandom's avatar
      2005-10-22 jrandom · c7b9525d
      jrandom authored and zzz's avatar zzz committed
          * Integrated GNU-Crypto's Fortuna PRNG, seeding it off /dev/urandom and
            ./prngseed.rnd (if they exist), and reseeding it with data out of
            various crypto operations (unused bits in a DH exchange, intermediary
            bits in a DSA signature generation, extra bits in an ElGamal decrypt).
            The Fortuna implementation under gnu.crypto.prng has been modified to
            use BouncyCastle's SHA256 and Cryptix's AES (since those are the ones
            I2P uses), and the resulting gnu.crypto.prng.* are therefor available
            under GPL+Classpath's linking exception (~= LGPL).  I2P's SecureRandom
            wrapper around it is, of course, public domain.
      c7b9525d
  14. Oct 21, 2005
    • jrandom's avatar
      first pass gcj makefile · 3fbc6f41
      jrandom authored and zzz's avatar zzz committed
      I have no idea what I'm doing, this just shows you how to do it ;)
      3fbc6f41
Loading