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

Skip to content
Snippets Groups Projects
  1. Jan 31, 2008
  2. 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
  3. 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
  4. Jan 27, 2008
  5. Jan 09, 2008
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. Dec 22, 2007
  14. Dec 17, 2007
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. Nov 06, 2007
  21. 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
  22. Oct 08, 2007
  23. 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
  24. 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
  25. 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
  26. 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
Loading