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

Skip to content
Snippets Groups Projects
  1. Mar 21, 2014
  2. Mar 19, 2014
  3. Mar 03, 2014
  4. Feb 03, 2014
  5. 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
  6. Feb 01, 2014
  7. Nov 24, 2013
    • zzz's avatar
      NetDB: · 796a231f
      zzz authored
        - Move net.i2p.kademlia package from i2psnark to core, and convert
          netdb to use it.
        - Delete old implementation in netdb
        - Fixups in netdb for generics
        - Add debug output to /debug
      
        This is the next step in the development plan, in which we previously:
          - Copied the code from netdb to the i2p.zzz.kademlia branch, fixed it,
            and made it generic for hash size (June 2012);
          - Moved it from the i2p.zzz.kademlia branch to the i2p.i2p.zzz.dhtsnark
            branch, and implemented KRPC with it (June 2012);
          - Propped it from i2p.i2p.zzz.dhtsnark to trunk for 0.9.2 (July-Sept. 2012);
          - Proved it out in 0.9.2 - 0.9.9 (Oct. 2012 - Nov. 2013)
      
        The plan was to maintain the KBucketSet public methods throughout the development
        so we could drop the new version back into netdb, so here we drop it in.
      
        Setting of K=16, B=3 is just an initial guess, to be reviewed.
        This moves about 18 KB from i2psnark.jar to i2p.jar and removes about 12 KB from router.jar.
        Unit test fixup: todo.
      796a231f
  8. Oct 14, 2013
  9. Sep 30, 2013
    • zzz's avatar
      Build: · e004b0e6
      zzz authored
        - Generate su3 file in release target
        - Add my new RSA 4096 pubkey cert for updates
        - Fix checkcerts.sh
      e004b0e6
  10. Sep 20, 2013
  11. Aug 10, 2013
  12. Jul 13, 2013
    • zzz's avatar
      * Translations: · c1210b1c
      zzz authored
         - Tag initialNews.xml for TranslateReader
         - Drop static translated initialNews pages
         - Add new routerconsole bundle for the news alone, shipped in the jar
         - Use TranslateReader in HTTP proxy for initial news
         - Initial translations created manually from translated xml filesx
         - Add translated proxy error pages and initial news to deletelist.txt
         TODO: ar translation fails checkpo.sh
      c1210b1c
    • zzz's avatar
      * Translations: · 71038c31
      zzz authored
         - New varargs method in Translate
         - New TranslateReader to translate static files on-the-fly using _("") tagging
         - Tag proxy error pages for TranslateReader
         - Drop static translated proxy error pages
         - Add new i2ptunnel bundle for the proxy alone, shipped in the jar
         - Use TranslateReader in HTTP proxy for error pages
         - Move HTTP proxy strings from the web *war) to proxy (jar) bundle so they will be loaded
         - Initial translations created by msgmerge from i2ptunnel and routerconsole po files, un-fuzzied
      71038c31
  13. Jul 02, 2013
  14. Jun 28, 2013
  15. Jun 12, 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. May 20, 2013
  18. May 16, 2013
    • zzz's avatar
      * New buildTest and prepTest targets · fcdf837f
      zzz authored
      * Fix UDPEndpoint usage in unit tests:
        - Restore receive()
        - Handle null UDPTransport
      * Fix UDPEndpointTestStandalone compilation
      fcdf837f
  19. May 04, 2013
  20. Apr 21, 2013
  21. Apr 12, 2013
  22. Feb 13, 2013
  23. Jan 10, 2013
  24. Jan 06, 2013
  25. Jan 05, 2013
  26. Jan 04, 2013
  27. Jan 03, 2013
  28. Jan 02, 2013
  29. Dec 31, 2012
  30. Dec 29, 2012
  31. Dec 28, 2012
  32. Dec 27, 2012
  33. Dec 25, 2012
    • kytv's avatar
      * Add EOL modifications · 73e25aad
      kytv authored
        - set eol for certain files in installer targets (since editing *.config and *.xml in windows is practically impossible without an externally installed editor such as vim or notepad++ and of course we want people to be able to read the licenses if they desire...etc.)
        - try to prevent user error by ensuring that the proxy/*.ht files have eol set to crlf in the prepConsoleDocs target
      73e25aad
  34. Dec 24, 2012
Loading