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

Skip to content
Snippets Groups Projects
  1. Oct 11, 2007
    • zzz's avatar
      2007-10-11 zzz · 819a72d4
      zzz authored and zzz's avatar zzz committed
          * IRC Proxy: Fix several possible anonymity holes:
            - Block CTCP in NOTICE messages
            - Block CTCP anywhere in PRIVMSG and NOTICE, not just at first character
            - Check for lower case commands
          (Thanks sponge!)
      819a72d4
  2. Oct 08, 2007
  3. Sep 27, 2007
    • zzz's avatar
      2007-09-27 zzz · 313e1704
      zzz authored and zzz's avatar zzz committed
          * Implement pushback of NTCP transport backlog to the outbound tunnel selection code
          * Clean up the NTCP and UDP tables on peers.jsp to be consistent,
            fix some of the sorting
      313e1704
  4. Sep 23, 2007
    • zzz's avatar
      2007-09-22 zzz · cf4d2b17
      zzz authored and zzz's avatar zzz committed
          * Send messages for the same destination out the same outbound
            tunnel to reduce out-of-order delivery.
      cf4d2b17
  5. Sep 20, 2007
    • zzz's avatar
      2007-09-19 zzz · 9145eedc
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Fix broken multifile torrent Delete;
              cleanup Storage resources in AddTorrent;
              don't autostart torrent after Create
      9145eedc
  6. Sep 18, 2007
    • zzz's avatar
      2007-09-18 zzz · b7721790
      zzz authored and zzz's avatar zzz committed
          * eepsite_index.html: Add links to trevorreznik address book
          * streaming lib: Fix SocketManagerFactory to honor options on outbound connections
          * streaming lib: Fix setDefaultOptions() when called with a ConnectionOptions parameter
          * i2psnark: Don't make outbound connections to already-connected peers
          * i2psnark: Debug logging cleanup
      b7721790
  7. Sep 15, 2007
    • zzz's avatar
      2007-09-14 zzz · 9054a196
      zzz authored and zzz's avatar zzz committed
          * eepget: Increase header timeout to 45s
          * HTTP proxy: Return a better error message for localhost requests
          * tunnels: Fix PooledTunnelCreatorConfig memory leak
      9054a196
  8. Sep 09, 2007
    • zzz's avatar
      2007-09-09 zzz · d28a96ac
      zzz authored and zzz's avatar zzz committed
          * eepget: Add support for Last-Modified and If-Modified-Since
          * addressbook: Finish incomplete support for Last-Modified
      d28a96ac
  9. Sep 08, 2007
  10. Sep 02, 2007
  11. Aug 24, 2007
  12. Aug 13, 2007
    • zzz's avatar
      2007-08-13 zzz · 53ab3c47
      zzz authored and zzz's avatar zzz committed
          * readme.html - Add inproxy.tino.i2p, replace search.i2p with eepsites.i2p,
            tweak the eepsite and troubleshooting sections
      53ab3c47
  13. Aug 11, 2007
    • zzz's avatar
      2007-08-11 zzz · a4b221fa
      zzz authored and zzz's avatar zzz committed
          * Add stats for individual tunnel rates (nice when graphed)
          * i2psnark: Fix outbound tunnel nickname
      a4b221fa
  14. Aug 06, 2007
    • complication's avatar
      2007-08-05 Complication · e3e1d084
      complication authored and zzz's avatar zzz committed
          * Update the sharing calculator on config.jsp
            and explain the trade-off even more thoroughly.
      e3e1d084
  15. Aug 05, 2007
    • complication's avatar
      2007-08-04 Complication · 99b5bf96
      complication authored and zzz's avatar zzz committed
          * Lower the threshold between the K and L bandwidth class,
            so that K is now < 12 KB/s, instead of <= 16 KB/s.
            Hopefully this lets people with 128 kbit/s (16 KB/s) upload lines
            participate in routing, if they keep the default share percentage.
      99b5bf96
  16. Jul 19, 2007
  17. Jul 16, 2007
    • zzz's avatar
      2007-07-16 zzz · 9fd5ba7b
      zzz authored and zzz's avatar zzz committed
          * i2psnark: Add tooltip info for choked/uninterested
      9fd5ba7b
    • zzz's avatar
      2007-07-16 zzz · 05b5df9d
      zzz authored and zzz's avatar zzz committed
          * Make selection of graphed data configurable via configstats.jsp,
            remove most of the default graphs to save some memory
      05b5df9d
  18. Jul 15, 2007
    • zzz's avatar
      2007-07-15 zzz · 5c1dc797
      zzz authored and zzz's avatar zzz committed
          * Add current values to graph legends
          * Fix up previous Rate fix to check for divide by zero
      5c1dc797
    • complication's avatar
      2007-07-14 Complication · 4acd2996
      complication authored and zzz's avatar zzz committed
          * Take the post-download routerInfo size check back out of ReseedHandler,
            since it wasn't helpful, and a lower limit caused false warnings.
          * Give EepGet ability to enforce a min/max HTTP response size.
          * Enforce a maximum response size of 8 MB when ReseedHandler
            downloads into a ByteArrayOutputStream.
          * Refactor ReseedHandler/ReseedRunner from static to ordinary classes,
            change invocation from RouterConsoleRunner accordingly.
          * Add an EepGet status listener to ReseedHandler to log causes of reseed failure,
            provide status reports to indicate the progress of reseeding.
          * Enable icon for default eepsite, and the index page
            of the router console (more later).
      4acd2996
  19. Jul 14, 2007
    • zzz's avatar
      2007-07-14 zzz · 16fa6a89
      zzz authored and zzz's avatar zzz committed
          * Clean up graphs.jsp - set K=1024 where appropriate,
            output image sizes in html, catch ooms, other minor tweaks
          * Fix current event count truncation which fixes graphs with low
            60-sec event counts displaying high values
            (bw.* and router.* graphs for example were 1.5x too high)
            Affects all "events per period" (non-lifetime) counts.
      16fa6a89
  20. Jul 10, 2007
    • zzz's avatar
      2007-07-09 zzz · 2a72e857
      zzz authored and zzz's avatar zzz committed
          * i2psnark: give a better error message for a non-i2p torrent
      2a72e857
  21. Jul 07, 2007
    • zzz's avatar
      2007-07-07 zzz · d4a1bcf2
      zzz authored and zzz's avatar zzz committed
          * Add auto-detect IP/Port to NTCP. When enabled on config.jsp,
            SSU will notify/restart NTCP when the external address changes.
            Now you can enable inbound TCP without a static IP or dyndns service.
      d4a1bcf2
  22. Jul 04, 2007
    • zzz's avatar
      2007-07-04 zzz · 409b71de
      zzz authored and zzz's avatar zzz committed
          * Display calculated share bandwidth and remove load testing
            on config.jsp
      409b71de
  23. Jul 01, 2007
    • zzz's avatar
      2007-07-01 zzz · 2dc5fbda
      zzz authored and zzz's avatar zzz committed
          * Replace broken option i2np.udp.alwaysPreferred with
            i2np.udp.preferred and adjust UDP bids; possible settings are
            "false" (default), "true", and "always".
            Default setting results in same behavior as before
            (NTCP is preferred unless it isn't established and UDP is established).
            Use to compare NTCP and UDP transports.
      2dc5fbda
  24. Jun 28, 2007
    • jrandom's avatar
      2007-06-27 jrandom · 71aaf03d
      jrandom authored and zzz's avatar zzz committed
          * fix for a streaming lib bug that could leave a thread waiting
            indefinitely (thanks Complication!)
      71aaf03d
  25. Jun 16, 2007
    • complication's avatar
      2007-06-16 Complication · 30c99e63
      complication authored and zzz's avatar zzz committed
          * First pass on EepGet and ReseedHandler improvements,
            please avoid use on routers which matter!
          * Give EepGet ability of downloading into an OutputStream,
            such as the ByteArrayOutputStream of ReseedHandler.
          * Detect failure to reseed better, report it persistently
            and more verbosely, provide a link to logs
            and suggest manual reseed.
      30c99e63
  26. May 06, 2007
    • complication's avatar
      2007-05-06 Complication · 445b3917
      complication authored and zzz's avatar zzz committed
          * spelling correction to history.txt
      445b3917
    • complication's avatar
      2007-05-06 Complication · 571c2d60
      complication authored and zzz's avatar zzz committed
          * Fix the build.xml file, so the preppkg build target won't try copying files
            which became deprecated with the old Syndie (thank for alerting, itsu!)
      571c2d60
  27. Apr 11, 2007
    • zzz's avatar
      (zzz) 4-10 · 42ff7639
      zzz authored and zzz's avatar zzz committed
      42ff7639
  28. Apr 08, 2007
  29. Apr 05, 2007
  30. Mar 31, 2007
    • zzz's avatar
      2007-03-31 zzz · 915914eb
      zzz authored and zzz's avatar zzz committed
          * Add trevorreznik jump server to the http proxy error page
          * Add anonymity to the trackers supporting details links in i2psnark
      915914eb
  31. Mar 25, 2007
    • zzz's avatar
      (zzz) 3-20 · c438b563
      zzz authored and zzz's avatar zzz committed
      c438b563
Loading