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

Skip to content
Snippets Groups Projects
  1. Nov 14, 2015
  2. Nov 12, 2015
  3. Jun 27, 2014
  4. Apr 20, 2013
  5. Dec 31, 2012
  6. Dec 30, 2012
  7. Dec 29, 2012
  8. Dec 28, 2012
    • kytv's avatar
      * windows installer fixes / improvements · 4389f277
      kytv authored
        - move deprecated installer-only classes (Exec, Delete, and Copy) from
          i2p.jar into installer/
        - replace installer/resources/fixpaths.cmd with an improved method in java
        - combine the installer-only utility classes into a single jar and call the
          classes from within izpack
      4389f277
  9. Feb 16, 2006
  10. Aug 21, 2004
  11. Aug 14, 2004
  12. Aug 13, 2004
    • jrandom's avatar
      > Date: Fri, 13 Aug 2004 15:58:30 +1200 (NZST) · 352396bd
      jrandom authored and zzz's avatar zzz committed
      > Message-ID: <1776.202.37.75.101.1092369510.squirrel@202.37.75.101>
      > From: adam@adambuckley.net
      > To: jrandom@i2p.net
      >
      > [...]
      >
      > I hereby authorize my NtpClient.java and NtpMessage.java code to be
      > redistributed under the BSD license for the purpose of integration with
      > the I2P project, providing that I am credited as the original author of
      > the code.
      >
      > [...]
      w00t!  adam++
      code migrated into core/java/src/net/i2p/time, integrated with Clock,
      dropping that whole ugly pass-the-time-through-URL, and hence dropped
      support for :7655/setTime.
      New router.config properties to control the timestamper:
        time.sntpServerList=pool.ntp.org,pool.ntp.org,pool.ntp.org
        time.queryFrequencyMs=300000
        time.disabled=false
      So, to disable, add time.disabled=true to your router.config.  It is
      enabled by default.
      Default router.config and startup scripts updated accordingly (since
      timestamper.jar is now gone)
      352396bd
    • jrandom's avatar
      track more info · 5122f998
      jrandom authored and zzz's avatar zzz committed
      5122f998
  13. Aug 10, 2004
  14. Jul 29, 2004
  15. Jul 24, 2004
  16. Jul 12, 2004
    • jrandom's avatar
      target=1.3 and source=1.3, not target=1.1 and source=1.3 · 7b9db07f
      jrandom authored and zzz's avatar zzz committed
      (this is what caused the runtime errors on sun jvms but not on kaffe)
      ((aka i slacked and didn't test sufficiently.  off with my head))
      this now builds and runs fine in sun 1.3-1.5 jvms, as well as kaffe
      7b9db07f
  17. Jul 11, 2004
  18. Jul 10, 2004
  19. Jul 07, 2004
  20. Jul 06, 2004
  21. Jun 25, 2004
    • jrandom's avatar
      add some minimal security to the admin console, requiring a passphrase to be... · 7ef528bb
      jrandom authored and zzz's avatar zzz committed
      add some minimal security to the admin console, requiring a passphrase to be entered when updating the clock offset
      this works by a simple substring match of the URL - if the router.config contains the adminTimePassphrase=blah, the time update will only succeed if the URL contains "blah" in it
      if the router.config does NOT contain an adminTimePassphrase, the time update WILL BE REFUSED.
      aka to use the timestamper, you MUST set adminTimePassphrase AND update the clientApp.0.args= line to include the passphrase in the URL!
      e.g.
       clientApp.0.args=http://localhost:7655/setTime?blah pool.ntp.org pool.ntp.org pool.ntp.org
      7ef528bb
  22. Jun 22, 2004
  23. Jun 20, 2004
  24. Jun 13, 2004
  25. Jun 09, 2004
  26. May 20, 2004
  27. May 13, 2004
    • jrandom's avatar
      added some harvest options · b0a1b3b5
      jrandom authored and zzz's avatar zzz committed
      dont use javaw, since its a bitch to kill multiple jvms (yeah, this leaves a dos box.  we'll deal until we've got the shutdown admin control)
      b0a1b3b5
  28. May 07, 2004
  29. May 06, 2004
  30. May 05, 2004
  31. May 04, 2004
  32. May 02, 2004
  33. Apr 30, 2004
  34. Apr 22, 2004
  35. Apr 20, 2004
Loading