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

Skip to content
Snippets Groups Projects
  1. Jan 03, 2021
  2. May 05, 2020
    • zzz's avatar
      Build: Use --java2 for msgfmt · 467a48cf
      zzz authored
      Runtime should be smaller and faster w/o Hashtable
      Increases p200 size by < 1%; repack by 3.5%; updater by 4.5%
      467a48cf
  3. Dec 19, 2019
  4. Dec 17, 2019
  5. Oct 23, 2019
  6. May 07, 2016
  7. May 01, 2016
  8. Sep 25, 2015
  9. May 12, 2015
  10. Aug 13, 2014
  11. Jun 23, 2014
  12. Sep 20, 2013
    • kytv's avatar
      redirect output of which command to /dev/null · 35b02a52
      kytv authored
      35b02a52
    • kytv's avatar
      OpenBSD compilation fix: set JAVAC in bundle targets if javac not found and... · c97f0f3d
      kytv authored
      OpenBSD compilation fix: set JAVAC in bundle targets if javac not found and require.gettext is set to true
      
      This solves the following problem which was found on OpenBSD:
      
      bundle:
           [exec] Generating net.i2p.desktopgui.messages_ar ResourceBundle...
           [exec] ERROR - msgfmt failed on locale/messages_ar.po, not updating translations
           [exec] msgfmt: Java compiler not found, try installing gcj or set $JAVAC
           [exec] msgfmt: compilation of Java class failed, please try --verbose or set $JAVAC
           [exec] 9 translated messages.
      
      
      In OpenBSD 5.4, neither java nor javac are in the PATH.
      c97f0f3d
  13. Dec 23, 2012
  14. Jun 13, 2011
  15. Feb 26, 2011
  16. Feb 13, 2011
  17. Feb 12, 2011
  18. Jun 02, 2010
  19. Dec 13, 2009
  20. Dec 10, 2009
  21. Dec 09, 2009
  22. Nov 22, 2009
  23. Nov 18, 2009
  24. Nov 11, 2009
    • zzz's avatar
      * Console: Some colon cleansing · 6c00bb20
      zzz authored
          * Shitlist: Move HTML renderer to router console,
            add cause parameter for ease of translation,
            tag all causes
      6c00bb20
  25. Nov 09, 2009
    • zzz's avatar
      * Console: · 6019cf81
      zzz authored
            - Tag tunnel status
      6019cf81
  26. Nov 07, 2009
    • zzz's avatar
      * Console: · a0b4b7db
      zzz authored
            - countries.txt: Convert to mixed case, include in update
            - netdb.jsp: Hide all routers by default, sort and tag country names
            - oldstats.jsp: Move to stats.jsp
            - profiles.jsp: Show new DBH times instead of counts
          * Profiles:
            - Track last good and bad lookup times
              and last good and bad store times,
              to prep for floodfill changes
            - Don't reset last-heard-about at router startup
          * Checklist and Android readme fixups
      a0b4b7db
  27. Nov 05, 2009
  28. Oct 29, 2009
  29. Oct 26, 2009
    • zzz's avatar
      * Console: · a2d90eeb
      zzz authored
            - Don't save config when checking for updates on configupdate.jsp
            - Rework ConfigRestartBean and tag
            - More tag fixups
            - Add lang=xx for testing
            - Add file for additional tagged strings
      a2d90eeb
  30. Oct 23, 2009
  31. Oct 22, 2009
    • zzz's avatar
      * Console: · 0c74e640
      zzz authored
            - Don't hide link to configui.jsp for IE any more
            - Add lang selection on configui.jsp
            - Tag strings in configui.jsp
            - Load console_big.css if lang == zh
            - Add _x() tag for static iniitializers
            - HTML transitional input tags
      0c74e640
  32. Oct 20, 2009
  33. Oct 19, 2009
  34. Oct 18, 2009
    • zzz's avatar
      * Router Console translation infrastructure: · 44974637
      zzz authored
            - Persistent lang setting with routerconsole.lang=xx
            - Loading any page with ?lang=xx changes the persistent setting
            - Add a custom Jetty handler to load foo_xx.jsp if it
              exists for language xx. This is for jsp files with lots
              of text in them. Otherwise use inline translate methods.
              Not for included jsps.
            - Add a script to create and update messages_xx.po translation
              files, and create ResourceBundles from them
            - Add class to translate strings from cached ResourceBundles
            - Add translate wrappers to HelperBase, FormHandler, and *Renderer,
              so calls can be made from both jsp and java files
            - Add two example translations on configupdate.jsp - one in
              the jsp itself and one in the helper.
            - This is for strings in routerconsole only. Will be expanded
              to other webapps and the router later.
      44974637
Loading