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

Skip to content
Snippets Groups Projects
  1. Nov 26, 2005
    • jrandom's avatar
      2005-11-26 jrandom · 70c4560f
      jrandom authored and zzz's avatar zzz committed
          * Be more explicit about what messages we will handle through a client
            tunnel, and how we will handle them.  This cuts off a set of attacks
            that an active adversary could mount, though they're probably nonobvious
            and would require at least some sophistication.
      70c4560f
    • jrandom's avatar
      2005-11-26 Raccoon23 · 9089fdd2
      jrandom authored and zzz's avatar zzz committed
          * Added support for 'dynamic keys' mode, where the router creates a new
            router identity whenever it detects a substantial change in its public
            address (read: SSU IP or port).  This only offers minimal additional
            protection against trivial attackers, but should provide functional
            improvement for people who have periodic IP changes, since their new
            router address would not be shitlisted while their old one would be.
          * Added further infrastructure for restricted route operation, but its use
            is not recommended.
      9089fdd2
    • jrandom's avatar
      2005-11-25 jrandom · ef82cc4f
      jrandom authored and zzz's avatar zzz committed
          * Further Syndie UI cleanups
          * Logging cleanup
          * Fixed link to fproxy.tino.i2p (thanks zzz!)
      ef82cc4f
  2. Nov 25, 2005
    • jrandom's avatar
      2005-11-25 jrandom · f2c2a5b3
      jrandom authored and zzz's avatar zzz committed
          * Don't publish stats for periods we haven't reached yet (thanks zzz!)
          * Cleaned up the syndie threaded display to show the last updated date for
            a subthread, and to highlight threads updated in the last two days.
      f2c2a5b3
  3. Nov 24, 2005
  4. Nov 23, 2005
    • jrandom's avatar
      2005-11-23 jrandom · 2b841ad6
      jrandom authored and zzz's avatar zzz committed
          * Removed spurious streaming lib RTO increase (it wasn't helpful)
          * Streamlined the tunnel batching to schedule batch transmissions more
            appropriately.
          * Default tunnel pool variance to 2 +0-1 hops
      2b841ad6
  5. Nov 21, 2005
    • jrandom's avatar
      2005-11-21 jrandom · 5e094b43
      jrandom authored and zzz's avatar zzz committed
          * IE doesn't strip SPAN from <button> form fields, so add in a workaround
            within I2PTunnel.
          * Increase the maximum SSU retransmission timeout to accomodate slower or
            more congested links (though SSU's RTO calculation will usually use a
            much lower timeout)
          * Moved the streaming lib timed events off the main timer queues and onto
            a streaming lib specific set of timer queues.  Streaming lib timed
            events are more likely to have lock contention on the I2CP socket while
            other timed events in the router are (largely) independent.
          * Fixed a case sensitive lookup bug (thanks tino!)
          * Syndie cleanup - new edit form on the preview page, and fixed some blog
            links (thanks tino!)
      5e094b43
    • jrandom's avatar
      2005-11-21 jrandom · 33d57dd5
      jrandom authored and zzz's avatar zzz committed
          * IE doesn't strip SPAN from <button> form fields, so add in a workaround
            within I2PTunnel.
          * Increase the maximum SSU retransmission timeout to accomodate slower or
            more congested links (though SSU's RTO calculation will usually use a
            much lower timeout)
          * Moved the streaming lib timed events off the main timer queues and onto
            a streaming lib specific set of timer queues.  Streaming lib timed
            events are more likely to have lock contention on the I2CP socket while
            other timed events in the router are (largely) independent.
          * Fixed a case sensitive lookup bug (thanks tino!)
          * Syndie cleanup - new edit form on the preview page, and fixed some blog
            links (thanks tino!)
      33d57dd5
  6. Nov 20, 2005
    • jrandom's avatar
      2005-11-19 jrandom · 61f75b5f
      jrandom authored and zzz's avatar zzz committed
          * Implemented a trivial pure java PMTU backoff strategy, switching between
            a 608 byte MTU and a 1350 byte MTU, depending upon retransmission rates.
          * Fixed new user registration in Syndie (thanks Complication!)
      61f75b5f
  7. Nov 17, 2005
  8. Nov 16, 2005
    • jrandom's avatar
      2005-11-16 jrandom · 99ae3ee4
      jrandom authored and zzz's avatar zzz committed
          * More aggressive I2PTunnel content encoding munging to work around some
            rare HTTP behavior (ignoring q values on Accept-encoding, using gzip
            even when only identity is specified, etc).  I2PTunnelHTTPServer now
            sends "Accept-encoding: \r\n" plus "X-Accept-encoding: x-i2p-gzip\r\n",
            and I2PTunnelHTTPServer handles x-i2p-gzip in either the Accept-encoding
            or X-Accept-encoding headers.  Eepsite operators who do not know to
            check for X-Accept-encoding will simply use the identity encoding.
      99ae3ee4
    • jrandom's avatar
      * 2005-11-15 0.6.1.5 released · f7236d7d
      jrandom authored and zzz's avatar zzz committed
    • jrandom's avatar
      more stuff · 5182008b
      jrandom authored and zzz's avatar zzz committed
      5182008b
  9. Nov 15, 2005
  10. Nov 14, 2005
  11. Nov 13, 2005
  12. Nov 12, 2005
    • dust's avatar
      * Ignore <ul>. Add <strong>, <p> and <li>. · 7443457a
      dust authored and zzz's avatar zzz committed
       * change to make [ and ] use their &#n;.
      7443457a
    • jrandom's avatar
      migrate the switchuser and register · 979a4cfb
      jrandom authored and zzz's avatar zzz committed
      979a4cfb
    • jrandom's avatar
      migrate the profile page to the new format, and refactor the new format's servlets · ed285871
      jrandom authored and zzz's avatar zzz committed
      ed285871
    • jrandom's avatar
      ircclient too :) · 8c70b8b3
      jrandom authored and zzz's avatar zzz committed
      8c70b8b3
    • 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
Loading