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

Skip to content
Snippets Groups Projects
  1. Mar 01, 2008
  2. Feb 27, 2008
    • zzz's avatar
      * i2ptunnel: Add 3-hop option to edit.jsp to match configtunnels.jsp · c68977ca
      zzz authored
          * i2psnark: Remove orion and gaytorrents from default tracker list
          * Remove orion from jump list and from eepsite_index.html
          * Jbigi: Change jbigi version to 4.2.2 in build scripts - tested by amiga
          * Capitalize OutboundMessageDistributor job name
          * TunnelPool: Add a warning if all tunnels are backlogged
      c68977ca
  3. Feb 26, 2008
  4. Feb 21, 2008
  5. Feb 19, 2008
    • zzz's avatar
      -5 · 49c02f13
      zzz authored
      49c02f13
  6. Feb 16, 2008
    • zzz's avatar
      * Fix race in TunnelDispatcher which caused · 19089bd6
      zzz authored
            participating tunnel count to seesaw -
            should increase network capacity
          * Leave participating tunnels in 10s batches for efficiency
          * Update participating tunnel ratestat when leaving a tunnel too,
            to generate a smoother graph
          * Fix tunnel.participatingMessageCount stat to include all
            participating tunnels, not just outbound endpoints
          * Simplify Expire Tunnel job name
      19089bd6
  7. Feb 13, 2008
  8. Feb 10, 2008
  9. Feb 06, 2008
  10. Feb 04, 2008
  11. Jan 31, 2008
  12. Jan 29, 2008
    • zzz's avatar
      2008-01-29 zzz · 83f51b4a
      zzz authored
          * Addressbook: Change default subscription
          * ConfigUpdateHandler: Change default news URL
          * initialNews.xml: Update version to .31
          * news.xml: More updates
          * hosts.txt: Add i2p-projekt.i2p
          * readme.html: More URL updates
          * SusiDNS: Change references to default subscription
      83f51b4a
  13. Jan 28, 2008
    • zzz's avatar
      2008-01-28 zzz · 9c28de07
      zzz authored
          * news.xml: Updates, still preliminary
          * ReseedHandler: Change default URL
          * i2ptunnel.config: Change default outproxies
          * readme.html: Change *.i2p.net URLs
          * help.jsp: Change *.i2p.net URLs
          * eepsite_index.html: Change stats.i2p addressbook subscription URL
          * hosts.txt: Add krabs.i2p, true.i2p, www.i2p2.i2p
      9c28de07
  14. Jan 09, 2008
    • zzz's avatar
      * NewsFetcher: add last-modified support, reduce number of retries · f35cbf59
      zzz authored and zzz's avatar zzz committed
          * Error pages: add icon and logo,
              clarify 'destination not found' and 'proxy not found' pages
      f35cbf59
    • zzz's avatar
      2008-01-08 zzz · a96119d0
      zzz authored and zzz's avatar zzz committed
          * addressbook: Limit size of subscribed hosts.txt,
              don't save old etag or last-modified data
          * EepGet: Add some logging,
              enforce size limits even when size not in returned header,
              don't return old etag or last-modified data,
              don't call transferFailed listener more than once
      a96119d0
  15. Jan 07, 2008
    • zzz's avatar
      2008-01-07 zzz · f838b182
      zzz authored and zzz's avatar zzz committed
          * profiles.jsp formatting cleanup
          * NTCP: Reduce max idle time from 60m to 20m
          * NTCP: Fix idle time on connections with zero messages,
            correctly drop these connections
      f838b182
  16. Jan 04, 2008
    • zzz's avatar
      2008-01-03 zzz · fbf6282c
      zzz authored and zzz's avatar zzz committed
          * addressbook: Do basic validation of hostnames and destkeys
          * susidns: Add support for the private addressbook,
            update the text and links somewhat
      fbf6282c
  17. Jan 02, 2008
    • zzz's avatar
      2008-01-02 zzz · 5195a5c1
      zzz authored and zzz's avatar zzz committed
          * Add stats.i2p to the jump list
          * Impose 20MB limit on POSTs and catch OOMs in POST
          * eepsite_index.html: add stats.i2p services
          * addressbook: log source of new keys; disallow dests > 516 bytes
          * addressbook: convert hostnames to lower case to prevent duplicates
          * susidns: generalize references to orion
      5195a5c1
  18. Dec 30, 2007
    • zzz's avatar
      2007-12-29 zzz · 62b18b18
      zzz authored and zzz's avatar zzz committed
          * Tweak IRC inbound PONG filtering to fix xchat/BitchX lagometers
      62b18b18
  19. Dec 29, 2007
    • zzz's avatar
      2007-12-29 zzz · 7c8f519b
      zzz authored and zzz's avatar zzz committed
          * Allow commas in router.trustedUpdateKeys and router.updateURL again
      7c8f519b
    • zzz's avatar
      2007-12-29 zzz · d6fb9796
      zzz authored and zzz's avatar zzz committed
          * Change default news host from dev.i2p.net to dev.i2p
      d6fb9796
    • zzz's avatar
      2007-12-29 zzz · f568d219
      zzz authored and zzz's avatar zzz committed
          * Change jetty timeout from 30 to 60 sec (thanks sponge!)
      f568d219
  20. Dec 28, 2007
    • zzz's avatar
      2007-12-28 zzz · 7fe9d590
      zzz authored and zzz's avatar zzz committed
          * Add zzz's update signing key
      7fe9d590
  21. Dec 26, 2007
    • complication's avatar
      2007-12-26 Complication · 0a1240eb
      complication authored and zzz's avatar zzz committed
          * Improve reseed handler (less repetitive code,
            avoid reporting errors when less than 10% of fetches fail)
      0a1240eb
    • complication's avatar
      2007-12-26 Complication · 4e68f2a1
      complication authored and zzz's avatar zzz committed
          * Escape both CR, LF and CR LF line breaks in Router.saveConfig()
            and unescape them in DataHelper.loadProps() to support
            saving and loading config properties with line breaks
          * Change the update URLs textbox into a textarea like keys have,
            so different URLs go on different lines
          * Modify TrustedUpdate to provide a method which supplies a key list
            delimited with CR LF line breaks
          * Modify DEFAULT_UPDATE_URL to supply a default URL list
            delimited with CR LF line breaks
          * Modify selectUpdateURL() to handle URL lists
            delimited by any kind of line breaks
          * Start saving trusted update keys
          * Improve formatting on configupdate.jsp
      4e68f2a1
  22. Dec 22, 2007
    • zzz's avatar
      2007-12-22 zzz · e9bd6907
      zzz authored and zzz's avatar zzz committed
          * Add support for multiple update URLs
          * Change default for update to use i2p proxy,
            add several URLs as defaults
          * Enable trusted key form on configupdate.jsp
      e9bd6907
  23. Dec 10, 2007
    • zzz's avatar
      2007-12-10 zzz · 4d5b1d4c
      zzz authored and zzz's avatar zzz committed
          * Fix NPE in CLI TrustedUpdate keygen
      4d5b1d4c
  24. Dec 03, 2007
    • complication's avatar
      2007-12-02 Complication · 17b719f3
      complication authored and zzz's avatar zzz committed
          * Commit SAM v2 patch from mkvore (thank you!)
          * Minor reformatting to preserve consistent whitespace
            in old SAM classes (new classes unaltered)
      17b719f3
  25. Dec 02, 2007
    • complication's avatar
      2007-12-01 Complication · 979a3e98
      complication authored and zzz's avatar zzz committed
          * Separate the checks "does Jetty .zip file need downloading"
            and "does Jetty .zip file need extracting" in the Jetty buildfile.
            First download (unless already done), then extract (unless done).
      979a3e98
  26. Nov 26, 2007
    • zzz's avatar
      2007-11-26 zzz · c6a1112f
      zzz authored and zzz's avatar zzz committed
          * i2psnark: add timeout for receive inactivity
      c6a1112f
  27. Nov 24, 2007
    • zzz's avatar
      2007-11-24 zzz · 4ebcc95d
      zzz authored and zzz's avatar zzz committed
          * i2psnark: increase streaming lib write timeout to 240 sec and change
            timeout action from "ping" to "disconect", as the fix in .30 to
            honor options on outbound connections led to hung outbound connections
            (bitfield never transmitted, connection never dropped)
      4ebcc95d
  28. Nov 06, 2007
  29. 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
  30. Oct 08, 2007
    • jrandom's avatar
      2007-10-07 jrandom · e480931e
      jrandom authored and zzz's avatar zzz committed
          * back out the NTCP backlog pushback, as it could be used to mount an
            active anonymity attack.
      e480931e
    • jrandom's avatar
      0.6.1.30 · 5ad6ee60
      jrandom authored and zzz's avatar zzz committed
      5ad6ee60
    • complication's avatar
      2007-10-07 Complication · 5accba6c
      complication authored and zzz's avatar zzz committed
          * Fix an issue in EepGet whereby sending of "etag" and "lastModified" headers
            broke retrying.
      5accba6c
Loading