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

Skip to content
Snippets Groups Projects
  1. Sep 16, 2005
    • jrandom's avatar
      2005-09-16 jrandom · dab1b4d2
      jrandom authored and zzz's avatar zzz committed
          * Adjust I2PTunnelHTTPServer so it can be used for outproxy operators
            (just specify the spoofed host as an empty string), allowing them to
            honor x-i2p-gzip encoding.
          * Let windows users build the exes too (thanks bar and redzara!)
          * Allow I2PTunnel httpserver operators to disable gzip compression on
            individual tunnels with the i2ptunnel.gzip=false client option
            (good idea susi!)
      dab1b4d2
    • jrandom's avatar
      use the logger, not stdout/stderr · 3aba1263
      jrandom authored and zzz's avatar zzz committed
      3aba1263
    • jrandom's avatar
      xml · cfee6430
      jrandom authored and zzz's avatar zzz committed
      cfee6430
    • jrandom's avatar
      runplain.sh, not startRouter.sh · 6b96df1c
      jrandom authored and zzz's avatar zzz committed
      6b96df1c
    • jrandom's avatar
      no message · deecfa50
      jrandom authored and zzz's avatar zzz committed
      deecfa50
    • jrandom's avatar
      launch4j · 6ca3f010
      jrandom authored and zzz's avatar zzz committed
      6ca3f010
    • jrandom's avatar
      2005-09-16 jrandom · d89f589f
      jrandom authored and zzz's avatar zzz committed
          * Added the i2p.exe and i2pinstall.exe for windows users, using launch4j.
          * Added runplain.sh for *nix/osx users having problems using the java
            service wrapper (called from the install dir as: sh runplain.sh)
          * Bundle susidns and syndie, with links on the top nav
          * Have I2PTunnelHTTPClient and I2PTunnelHTTPServer use the x-i2p-gzip
            content-encoding (if offered), reducing the payload size before it
            reaches the streaming lib.  The existing compression is at the i2cp
            level, so we've been packetizing 4KB of uncompressed data and then
            compressing those messages, rather than compressing and then packetizing
            4KB of compressed data.  This should reduce the number of round trips
            to fetch web pages substantially.
          * Adjust the startup and timing of the addressbook so that susidns always
            has config to work off, and expose a method for susidns to tell it to
            reload its config and rerun.
      d89f589f
    • jrandom's avatar
      imported fixed susidns · 8c1895e0
      jrandom authored and zzz's avatar zzz committed
      8c1895e0
  2. Sep 15, 2005
  3. Sep 13, 2005
    • jrandom's avatar
      2005-09-13 jrandom · 5694206b
      jrandom authored and zzz's avatar zzz committed
          * More careful error handling with introductions (thanks dust!)
          * Fix the forceIntroducers checkbox on config.jsp (thanks Complication!)
          * Hide the shitlist on the summary so it doesn't confuse new users.
      5694206b
    • comwiz's avatar
      2005-09-12 comwiz · 4293a187
      comwiz authored and zzz's avatar zzz committed
          * Migrated the router tests to junit
      4293a187
    • jrandom's avatar
      2005-09-12 jrandom · 9865af41
      jrandom authored and zzz's avatar zzz committed
          * Removed guaranteed delivery mode entirely (so existing i2phex clients
            using it can get the benefits of mode=best_effort).  Guaranteed delivery
            is offered at the streaming lib level.
          * Improve the peer selection code for peer testing, as everyone now
            supports tests.
          * Give the watchdog its fangs - if it detects obscene job lag or if
            clients have been unable to get a leaseSet for more than 5 minutes,
            restart the router.  This was disabled a year ago due to spurious
            restarts, and can be disabled by "watchdog.haltOnHang=false", but the
            cause of the spurious restarts should be gone.
      9865af41
    • jrandom's avatar
      2005-09-12 jrandom · c8c10909
      jrandom authored and zzz's avatar zzz committed
          * Bugfix for skewed store which could kill a UDP thread (causing complete
            comm failure and eventual OOM)
      c8c10909
    • jrandom's avatar
      2005-09-12 jrandom · b5784d60
      jrandom authored and zzz's avatar zzz committed
          * More aggressively publish updated routerInfo.
          * Expose the flag to force SSU introductions on the router console
          * Don't give people the option to disable SNTP time sync, at least not
            through the router console, because there is no reason to disable it.
            No, not even if your OS is "ntp synced", because chances are, its not.
      b5784d60
  4. Sep 12, 2005
  5. Sep 11, 2005
  6. Sep 10, 2005
  7. Sep 09, 2005
  8. Sep 08, 2005
  9. Sep 07, 2005
    • jrandom's avatar
      2005-09-07 BarkerJr · 54074e76
      jrandom authored and zzz's avatar zzz committed
          * HTML cleanup for the router console (thanks!)
      2005-09-07  jrandom
          * Lay the foundation for 'client routers' - the ability for peers to opt
            out of participating in tunnels entirely due to firewall/NAT issues.
            Individual routers have control over where those peers are used in
            tunnels - in outbound or inbound, exploratory or client tunnels, or
            none at all.  The defaults with this build are to simply act as before -
            placing everyone as potential participants in any tunnel.
          * Another part of the foundation includes the option for netDb
            participants to refuse to answer queries regarding peers who are marked
            as unreachable, though this too is disabled by default (meaning the
            routerInfo is retrievable from the netDb).
      54074e76
    • ragnarok's avatar
      Look for names in privatehosts.txt as well as userhosts.txt and hosts.txt. · c2ea8db6
      ragnarok authored and zzz's avatar zzz committed
      c2ea8db6
    • cervantes's avatar
      Adjusted wording on the bandwidth limiter controls to reflect new router defaults · 744671a5
      cervantes authored and zzz's avatar zzz committed
      744671a5
  10. Sep 06, 2005
  11. Sep 05, 2005
    • jrandom's avatar
      admin page - no more editing config props manually (w3wt) · f9583427
      jrandom authored and zzz's avatar zzz committed
      f9583427
    • jrandom's avatar
      2005-09-05 jrandom · 5a1f7385
      jrandom authored and zzz's avatar zzz committed
          * Expose the HTTP headers to EepGet status listeners
          * Handle DSA key failures properly (if the signature is not invertable, it
            is obviously invalid)
      5a1f7385
    • jrandom's avatar
      2005-09-05 jrandom · 8147cdf4
      jrandom authored and zzz's avatar zzz committed
          * Expose the HTTP headers to EepGet status listeners
          * Handle DSA key failures properly (if the signature is not invertable, it
            is obviously invalid)
      also, syndie now properly detects whether the remote archive can send a filtered export.zip
      by examining the HTTP headers for X-Syndie-Export-Capable: true.  If the remote archive
      does not set that header (and neither freesites, nor apache or anything other than the ArchiveServlet will),
      it uses individual HTTP requests for individual blog posts and metadata fetches.
      8147cdf4
    • jrandom's avatar
      deal with locations that have : in them (aka http://glog.i2p/archive/archive.txt) · 6afc64ac
      jrandom authored and zzz's avatar zzz committed
      6afc64ac
Loading