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

Skip to content
Snippets Groups Projects
  1. Oct 14, 2005
    • jrandom's avatar
      * Fixed Syndie's Sucker to not explicitly reference something only found · 2ca4e632
      jrandom authored and zzz's avatar zzz committed
            in sun's JVM (thanks cervantes!)
      2ca4e632
    • jrandom's avatar
      2005-10-14 jrandom · 918d8f85
      jrandom authored and zzz's avatar zzz committed
          * More explicit filter for linux/PPC building (thanks anon!)
      918d8f85
    • jrandom's avatar
      * 2005-10-14 0.6.1.3 released · 20ea680f
      jrandom authored and zzz's avatar zzz committed
      2005-10-14  jrandom
          * Added a key explaining peers.jsp a bit (thanks tethra!)
    • jrandom's avatar
      2005-10-13 dust · cabb6072
      jrandom authored and zzz's avatar zzz committed
          * Bundled dust's Sucker for pulling RSS/Atom content into SML, which can
            then be injected into Syndie with the Syndie CLI.
          * Bundled ROME and JDOM (BSD and Apache licensed, respectively) for
            RSS/Atom parsing.
      2005-10-13  jrandom
          * SSU retransmission choke bugfix (== != !=)
          * Include initial transmissions in the retransmission choke, so that
            if we are already retransmitting a message, we won't send anything
            to that peer other than that message (or ACKs, if necessary)
      cabb6072
  2. Oct 13, 2005
    • jrandom's avatar
      2005-10-13 jrandom · 00a4761b
      jrandom authored and zzz's avatar zzz committed
          * SSU retransmission choke bugfix (== != !=)
          * Include initial transmissions in the retransmission choke, so that
            if we are already retransmitting a message, we won't send anything
            to that peer other than that message (or ACKs, if necessary)
      00a4761b
    • jrandom's avatar
      2005-10-12 jrandom · 35167012
      jrandom authored and zzz's avatar zzz committed
          * Choke SSU retransmissions to a peer while there is already a
            retransmission in flight to them.  This currently lets other initial
            transmissions through, since packet loss is often sporadic, but maybe
            this should block initial transmissions as well?
          * Display the retransmission bytes stat on peers.jsp (thanks bar!)
          * Filter QUIT messages in the I2PTunnelIRCClient proxy
      35167012
  3. Oct 11, 2005
    • jrandom's avatar
      2005-10-11 jrandom · c4d78566
      jrandom authored and zzz's avatar zzz committed
          * Piggyback the SSU partial ACKs with data packets.  This is backwards
            compatible.
          * Syndie RSS renderer bugfix, plus now include the full entry instead of
            just the blurb before the cut.
      c4d78566
    • jrandom's avatar
      2005-10-11 jrandom · 123e0ba5
      jrandom authored and zzz's avatar zzz committed
          * Piggyback the SSU explicit ACKs with data packets (partial ACKs aren't
            yet piggybacked).  This is backwards compatible.
          * SML parser cleanup in Syndie
      123e0ba5
  4. Oct 10, 2005
    • jrandom's avatar
      2005-10-10 dust · 197237aa
      jrandom authored and zzz's avatar zzz committed
          * Implemented a new I2PTunnelIRCClient which locally filters inbound and
            outbound IRC commands for anonymity and security purposes, removing all
            CTCP messages except ACTION, as well as stripping the hostname from the
            USER message (while leaving the nick and 'full name').  The IRC proxy
            doesn't use this by default, but you can enable it by creating a new
            "IRC proxy" tunnel on the web interface, or by changing the tunnel type
            to "ircclient" in i2ptunnel.config.
      2005-10-10  jrandom
          * I2PTunnel http client config cleanup and stats
          * Minor SSU congestion tweaks and stats
          * Reduced netDb exploration period
      197237aa
    • jrandom's avatar
      2005-10-10 dust · f30dc2b4
      jrandom authored and zzz's avatar zzz committed
          * Implemented a new I2PTunnelIRCClient which locally filters inbound and
            outbound IRC commands for anonymity and security purposes, removing all
            CTCP messages except ACTION, as well as stripping the hostname from the
            USER message (while leaving the nick and 'full name').  The IRC proxy
            doesn't use this by default, but you can enable it by creating a new
            "IRC proxy" tunnel on the web interface, or by changing the tunnel type
            to "ircclient" in i2ptunnel.config.
      2005-10-10  jrandom
          * I2PTunnel http client config cleanup and stats
          * Minor SSU congestion tweaks and stats
          * Reduced netDb exploration period
      f30dc2b4
  5. Oct 09, 2005
    • ragnarok's avatar
      * Treat petname names as being case insensitive. · d4ff34ea
      ragnarok authored and zzz's avatar zzz committed
      d4ff34ea
    • ragnarok's avatar
      * Finished syndie address auto-import. If syndie.importAddresses=true in... · 978769a0
      ragnarok authored and zzz's avatar zzz committed
      * Finished syndie address auto-import.  If syndie.importAddresses=true in syndie.config, then new addresses will automatically be imported to the router's petname db.  If importaddresses=true in a user's config file, then new addresses will automatically be imported to that users pername db, when they're logged in.
      978769a0
    • jrandom's avatar
      2005-10-09 jrandom · 993c70f6
      jrandom authored and zzz's avatar zzz committed
          * Syndie CLI cleanup for simpler CLI posting.  Usage shown with
            java -jar lib/syndie.jar
          * Beginnings of the Syndie logging cleanup
          * Delete corrupt Syndie posts
      993c70f6
    • jrandom's avatar
      2005-10-09 jrandom · 5dfa9ad7
      jrandom authored and zzz's avatar zzz committed
          * Now that the streaming lib works reasonably, set the default inactivity
            event to send a 0 byte keepalive payload, rather than disconnecting the
            stream.  This should cut the irc netsplits and help out with other long
            lived streams.  The default timeout is now less than the old timeout as
            well, so the keepalive will be sent before earlier builds fire their
            fatal timeouts.
      5dfa9ad7
    • ragnarok's avatar
      * Fix probable NPE. · f282fe38
      ragnarok authored and zzz's avatar zzz committed
      f282fe38
    • ragnarok's avatar
      * getName, getLocation -> getByName, getByLocation · 92975645
      ragnarok authored and zzz's avatar zzz committed
      92975645
    • ragnarok's avatar
      * Beautify PetNameDB API. · e7ad5166
      ragnarok authored and zzz's avatar zzz committed
      * Start of syndie auto address export.
      e7ad5166
  6. Oct 08, 2005
    • jrandom's avatar
      2005-10-08 jrandom · ad574c85
      jrandom authored and zzz's avatar zzz committed
          * Use the OS clock for stat timing, since it doesn't jump around (though
            still use the NTP'ed clock for display)
          * Added new DH stats
      ad574c85
  7. Oct 07, 2005
    • jrandom's avatar
      fixed link (thanks Jazzy) · 38617fe0
      jrandom authored and zzz's avatar zzz committed
      38617fe0
    • jrandom's avatar
      * 2005-10-07 0.6.1.2 released · cdee5b2c
      jrandom authored and zzz's avatar zzz committed
      2005-10-07  jrandom
          * Include the 1 second bandwidth usage on the console rather than the
            1 minute rate, as the 1 second value doesn't have the 1m/5m quantization
            issues.
    • jrandom's avatar
      2005-10-07 jrandom · 7f6e65c7
      jrandom authored and zzz's avatar zzz committed
          * Allow the I2PTunnelHTTPServer to send back the first few packets of an
            HTTP response quicker, and initialize the streaming lib's cwin more
            carefully.
          * Added a small web UI to the new Syndie scheduled updater.  If you log in
            as a user authorized to use the remote archive funtionality, you can
            request remote archives in your address book to be automatically pulled
            down by checking the "scheduled?" checkbox.
      7f6e65c7
  8. Oct 05, 2005
  9. Oct 04, 2005
  10. Oct 03, 2005
  11. Oct 01, 2005
  12. Sep 30, 2005
Loading