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

Skip to content
Snippets Groups Projects
  1. Sep 02, 2004
  2. Sep 01, 2004
  3. Aug 31, 2004
  4. Aug 29, 2004
  5. Aug 26, 2004
  6. Aug 24, 2004
  7. Aug 23, 2004
    • jrandom's avatar
      * add "dump threads" · 54aa0fdb
      jrandom authored and zzz's avatar zzz committed
      * hook in to the service manager and let it know we're exiting gracefully (when appropriate)
      * commented out but generally functional systray integration.  i cant get it to build sometimes though, something is b0rking up
      54aa0fdb
    • jrandom's avatar
      standardized the spoof prevention: · bce5b442
      jrandom authored and zzz's avatar zzz committed
      - set the nonce and noncePrev for the handler when rendering the form
      - include the current nonce in the hidden parameter "nonce"
      - include an "action" parameter (so we know we want to execute something and hence, validate the nonce, rather than just display the page)
      - if the nonce submitted doesnt match what is set in the nonce or noncePrev when validating, its invalid.  refuse to process
      bce5b442
    • jrandom's avatar
      * new configservice.jsp page that shuts down the router (and has hooks for a few other things) · 9f7320fa
      jrandom authored and zzz's avatar zzz committed
      * new safer way of shutting down the router per discussions with oOo (dealing with a graceful
      shutdown where the user updates their config before the shutdown is complete, etc)
      * graceful shutdown implemented in the router - shutdownGracefully(), cancelGracefulShutdown(), shutdownInProgress()
      9f7320fa
  8. Aug 19, 2004
  9. Aug 16, 2004
    • jrandom's avatar
      lots of bitchin' oOo patches (woot, thanks oOo!), plus some cleanup · e102bf9e
      jrandom authored and zzz's avatar zzz committed
      * apply oOo's patch for beautifying the new console w/ links to a shitlisted peer's netDb entry
      * apply oOo's patch to clean up the peer shitlist count more aggressively
      * apply oOo's patch to allow removing lines via /configadvanced.jsp
      * apply oOo's patch to clean up the memory usage display
      * apply oOo's patch to include log messages on /logs.jsp most recent first, rather than last
      * get rid of the netDb key shitlist (its a bad idea, better solution coming soon)
      e102bf9e
  10. 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
  11. Aug 12, 2004
  12. Aug 11, 2004
  13. Aug 10, 2004
  14. Aug 01, 2004
  15. Jul 31, 2004
  16. Jul 30, 2004
  17. Jul 24, 2004
Loading