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

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