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

Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Nov 17, 2005
  4. 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
  5. Nov 15, 2005
  6. Nov 14, 2005
  7. Nov 13, 2005
  8. 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
    • 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
  9. Nov 11, 2005
Loading