- Nov 14, 2015
-
-
zzz authored
-
- Nov 12, 2015
-
-
zzz authored
omits SAM, BOB, reflection, commented-out code, and a few other places
-
- Jun 27, 2014
-
-
zzz authored
API 9 in the next Android release.
-
- Apr 20, 2013
-
-
zzz authored
Implement new Main wrapper class for utility.jar, to work around izpack ticket #162 http://jira.codehaus.org/browse/IZPACK-162 which prevents us from specifying a main class as it fails on Windows installations when a full path including a drive letter is specified (ticket #912)
-
- Dec 31, 2012
-
-
kytv authored
-
- Dec 30, 2012
-
-
kytv authored
-
- Dec 29, 2012
-
-
kytv authored
-
- Dec 28, 2012
-
-
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
-
- Feb 16, 2006
-
- Aug 21, 2004
-
- Aug 14, 2004
-
- Aug 13, 2004
-
-
> 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)
-
- Aug 10, 2004
-
- Jul 29, 2004
-
- Jul 24, 2004
-
- Jul 12, 2004
-
- Jul 11, 2004
-
- Jul 10, 2004
-
- Jul 07, 2004
-
-
- Jul 06, 2004
-
- Jun 25, 2004
-
-
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
-
- Jun 22, 2004
-
- Jun 20, 2004
-
- Jun 13, 2004
-
- Jun 09, 2004
-
-
Discussed at http://www.i2p.net/node/view/226 (thanks Nightblade) (duck)
-
- May 20, 2004
-
- May 13, 2004
-
- May 07, 2004
-
-
- May 06, 2004
-
- May 05, 2004
-
- May 04, 2004
-
- May 02, 2004
-
- Apr 30, 2004
-
- Apr 22, 2004
-
- Apr 20, 2004
-
-