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

Skip to content
Snippets Groups Projects
  1. Jun 28, 2015
  2. May 02, 2015
  3. Apr 25, 2015
    • zzz's avatar
      I2PSSLSocketFactory: · 40c4a429
      zzz authored
      - Add hostname verification using code from
      Apache HttpClient 4.4.1 (Apache 2.0 license)
      and one small class from HttpCore 4.4.1,
      slightly modified to remove additional Apache dependencies
      and unneeded code.
      - Includes support for public suffix list;
      use basic list with standard TLDs,
      and also support loading the big Mozilla list,
      but don't bundle the 150KB Mozilla list for now.
      - For Android, use its default verifier, which
      should actually work (unlike Oracle)
      - Java 7 not required, although servers requiring SNI will now
      fail on Java 6, which does not support SNI
      SSLEepGet:
      - Rework recent setSoTimeout code changes, as they broke SNI
      - Add option to save certs even if no errors
      - Add option to disable hostname verification
      40c4a429
  4. Mar 16, 2015
  5. Oct 13, 2014
    • zzz's avatar
      doc fix · cd51fbc2
      zzz authored
      cd51fbc2
  6. Sep 18, 2014
  7. Jun 09, 2014
  8. Feb 17, 2014
    • zzz's avatar
      * HMAC: · 18cbf3d2
      zzz authored
         - Replace BC MD5 with JVM version, refactor I2PHMAC to use
           MessageDigest instead of BC Digest (ticket #1189)
         - Use JVM HmacSHA256 instead of I2PHMAC for Syndie since it is standard
      18cbf3d2
  9. Feb 03, 2014
    • zzz's avatar
      * Jetty: · 001b1272
      zzz authored
         - Update to Jetty 8.x, Servlet 3.0, JSP 2.2
         - Require Java 6
         - Use Servlet and JSP jars from Jetty instead of Tomcat
         - Tomcat remains at 6.0.37 supporting Servlet 2.5 / JSP 2.1
         - Remove Jetty dependency in console error pages
         - Build files for Jetty 8.1.14
         - Doc updates
         - Delete Jetty 7.6.14
         - Jetty 8.1.14 not yet checked in,
           waiting to see if a new version is released soon,
           but build will download it for testing
      001b1272
  10. Feb 02, 2014
    • zzz's avatar
      Add lightweight getopt command line parsing lib · 4dc1241d
      zzz authored
      (ticket #1173)
      This is Java getopt 1.0.14 (released 2012/02/08)
      Source was retrieved from https://github.com/arenn/java-getopt
      Previous version 1.0.13 (released 2006/08/29)
      is available at http://www.urbanophile.com/arenn/hacking/getopt/
      Copyright (c) 1998 by Aaron M. Renn (arenn@urbanophile.com),
      LGPL v2.
      Include the small translation files, add to build.xml and to .tx/config
      Fixes:
        Simplified Chinese
          MessagesBundle_chs.properties renamed to MessagesBundle_zh.properties
        Traditional Chinese
          MessagesBundle_cht.properties renamed to MessagesBundle_zh_TW.properties
        Norwegian Bokmaal
          MessagesBundle_no.properties renamed to MessagesBundle_nb.properties
      4dc1241d
  11. Dec 10, 2013
  12. Oct 04, 2013
  13. Aug 11, 2013
  14. May 31, 2013
  15. May 29, 2013
  16. May 24, 2013
    • zzz's avatar
      GeoIPv6: · 3daf287d
      zzz authored
        - Handle gzipped input data in merge tool
        - Add script to generate compressed data
        - Add local additions
        - Add compressed data file, generated from Maxmind data fetched 2013-05-24
        - Include data in installer and updater
        - Update Maxmind license info, now CC-SA 3.0
      3daf287d
  17. Apr 07, 2013
  18. Feb 13, 2013
  19. Jan 02, 2013
  20. Dec 10, 2012
  21. Nov 21, 2012
  22. Sep 14, 2012
  23. Aug 15, 2012
    • zzz's avatar
      - More fixups from merge · e22882bd
      zzz authored
      - Remove local address from thread names for thread dump anonymity
      e22882bd
  24. Jul 24, 2012
  25. Feb 19, 2012
  26. Jan 10, 2012
  27. Jan 02, 2012
    • kytv's avatar
      Add Isle of Man flag · 60c5f066
      kytv authored
      Flag courtesy of the Open Clip Art Library, released into the public domain
      60c5f066
  28. Jan 01, 2012
  29. Dec 31, 2011
  30. Nov 09, 2011
  31. Oct 12, 2011
  32. Oct 07, 2011
    • kytv's avatar
      Update geoip (-28rc) · 98bfadb7
      kytv authored
      GeoIP update based on Maxmind GeoLite Country database from 2011-10-07.
      98bfadb7
  33. Sep 06, 2011
  34. Aug 20, 2011
  35. Jul 29, 2011
  36. Jun 08, 2011
Loading