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

Skip to content
Snippets Groups Projects
  1. Feb 01, 2014
  2. 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
  3. Oct 14, 2013
  4. 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
  5. Sep 20, 2013
  6. Aug 10, 2013
  7. 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
  8. Jul 02, 2013
  9. Jun 28, 2013
  10. Jun 12, 2013
  11. 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
  12. May 20, 2013
  13. 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
  14. May 04, 2013
  15. Apr 21, 2013
  16. Apr 12, 2013
  17. Feb 13, 2013
  18. Jan 10, 2013
  19. Jan 06, 2013
  20. Jan 05, 2013
  21. Jan 04, 2013
  22. Jan 03, 2013
  23. Jan 02, 2013
  24. Dec 31, 2012
  25. Dec 29, 2012
  26. Dec 28, 2012
  27. Dec 27, 2012
  28. 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
  29. Dec 24, 2012
  30. Dec 23, 2012
    • kytv's avatar
      * new ant targets · 3396626a
      kytv authored
        - trimMtnRev: create a new property with the revision trimmed to  8 characters.
        - getExtendedVersion: create a new property that includes the full version with the shortened MTN revision tacked on
        - debchange:  automatically update debian/changelog with the I2P version. Called by the "debian" target unless the property noAutoDebchange is set.
        - debian-tarball: export i2p.i2p branch to a new directory, remove the binaries like jbigi and launch4j, and create a tarball.
      * move packages created by "ant debian" to ${basedir}
      * add debian/changelog to .mtn-ignore since it is now automatically updated (by default).
      * add *.deb to .mtn-ignore
      3396626a
  31. Dec 22, 2012
  32. Dec 21, 2012
Loading