- Apr 07, 2009
-
-
mathiasdm authored
-
- Apr 06, 2009
-
-
mathiasdm authored
New application for I2P: desktopgui. Should eventually replace systray, and have more functionality. To use the application, you need to (by default) add the following to clients.config : # desktopgui clientApp.6.args= clientApp.6.delay=5 clientApp.6.main=desktopgui.Main clientApp.6.name=desktopgui clientApp.6.startOnLoad=true
-
- Mar 26, 2009
-
-
zzz authored
-
- Feb 14, 2009
-
-
zzz authored
-
- Feb 06, 2009
-
-
dream authored
As Debian's package building system is rather complicated and requires root access unconditionally for some reason, doing it from ant isn't really feasible. However to build any debian package anywhere is the same system, so including helpful documentation on how to use that system as an ant build target would be most useful in this case. Hopefully Debian users will only have to deal with the already built .deb anyway.
-
- Feb 02, 2009
-
-
sponge authored
-
- Jan 24, 2009
-
-
zzz authored
- Don't bundle unneeded XML parser xercesImpl.jar for Jetty (1MB) - Don't include unneeded stuff in Copy, Delete, Exec.jar (300KB)
-
- Jan 22, 2009
-
-
zzz authored
-
- Jan 05, 2009
-
-
zzz authored
-
- Dec 06, 2008
-
-
zzz authored
-
- Dec 03, 2008
- Nov 26, 2008
-
-
zzz authored
-
- Nov 09, 2008
-
-
zzz authored
- Don't distclean in the updaterRouter target - Don't make prepUpdate and prepupdateSmall depend on distclean - Don't make susimail build always clean - Make pkg depend on distclean to be sure - Clean out more routerconsole and susidns files in 'ant clean' - i2ptunnel, routerconsole, susidns: Only build WEB-INF when necessary - systray: Only build jar when necessary - Don't build i2psnark standalone for the updater target
-
- Oct 19, 2008
-
-
zzz authored
-
- Oct 15, 2008
-
-
zzz authored
-
- Oct 14, 2008
-
-
zzz authored
-
- Oct 12, 2008
-
-
sponge authored
Addressbook now JDK5 build.xml fixed to remove annoying javadoc warnings.
-
- Oct 11, 2008
-
-
sponge authored
SAM and BOB are not part of the SDK in the first place.
-
- Oct 07, 2008
-
-
sponge authored
-
- May 26, 2008
-
-
zzz authored
-
zzz authored
* Stats: Add a fake uptime if not publishing stats, to get participating tunnels * build.xml: - Add an updateSmall target which includes only the essentials - Clean up the build file some - Remove empty eepsite/ and subdirs from i2pupdate.zip * configtunnels.jsp: Add warning * i2psnark: Catch a bencode exception (bad peer from tracker) earlier * i2psnark-standalone: Fix exception http://forum.i2p/viewtopic.php?p=12217
-
- Mar 22, 2008
-
-
zzz authored
- Fix counting so it really takes 4 consecutive failures rather than 4 total to remove a tunnel - Credit or blame goes to the exploratory tunnel as well as the tunnel being tested - Adjust tunnel test timeout based on tunnel length * ExploratoryPeerSelector: Tweak logging * ProfileOrganizer: Adjust integration calculation again * build.xml: Add to help * checklist.txt: Tweak * readme.html: Fix forum links * netDb: Remove tunnel.testFailedTime
-
- Mar 08, 2008
-
-
complication authored
* Give the Jetty build file ability to ask permission before downloading the Jetty archive from the web, and to verify its SHA1 + MD5 hashes. Adjust the main build file in accordance with this change. * Improve the release checklist.
-
- Feb 06, 2008
-
-
zzz authored
* checklist.txt: Add some things * news.xml: Minor edit * runplain.sh: Add some comments
-
- May 06, 2007
-
-
* Fix the build.xml file, so the preppkg build target won't try copying files which became deprecated with the old Syndie (thank for alerting, itsu!)
-
- Mar 24, 2007
-
- Mar 03, 2007
-
- Feb 20, 2006
-
- Feb 16, 2006
-
- Dec 22, 2005
-
-
2005-12-22 jrandom * Bundle the standalone I2PSnark launcher in the installer and update process (launch as "java -jar launch-i2psnark.jar", viewing the interface on http://localhost:8002/) * Don't autostart swarming torrents by default so that you can run a standalone I2PSnark from the I2P install dir and not have the embedded I2PSnark autolaunch the torrents that the standalone instance is running * Fixed a rare streaming lib bug that could let a blocking call wait forever.
-
- Dec 18, 2005
-
-
* Added a standalone runner for the I2PSnark web ui (build with the command "ant i2psnark", unzip i2psnark-standalone.zip somewhere, run with "java -jar launch-i2psnark.jar", and go to http://localhost:8002/). * Further I2PSnark error handling
-
- Dec 16, 2005
-
- Dec 13, 2005
-
- Dec 03, 2005
-
-
* Package up a standalone Syndie install into a "syndie-standalone.zip", buildable with "ant syndie". It extracts into ./syndie/, launches with "java -jar launchsyndie.jar" (or javaw, on windows, to avoid a dos box), running a single user Syndie instance (by default). It also creates a default subscription to syndiemedia without any anonymity (using no proxy). Upgrades can be done by just replacing the syndie.war with the one from I2P.
-
- Dec 01, 2005
-
- Nov 15, 2005
-
- Nov 12, 2005
-
-
* Add filtering threads by author to Syndie, populated with authors in the user's addressbook * When creating the default user, add "http://syndiemedia.i2p/archive/archive.txt" to their addressbook, configured to automatically pull updates. (what other archives should be included?) * Tiny servlet to help dole out the new routerconsole themes, and bundle the installer/resources/themes/** into ./docs/themes/** on both install and update.
-