This website requires JavaScript.
Explore
Help
Sign In
I2P_Developers
/
i2p.itoopie
Watch
3
Star
0
Fork
0
You've already forked i2p.itoopie
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
138f7d3b8dc31a7e91824ee5e109a0f97003adc6
i2p.itoopie
/
installer
/
resources
/
eepget
5 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added eepget wrapper script for *nix
2005-04-03 13:35:52 +00:00
#!/bin/sh
2005-10-19 jrandom * Bugfix for the auto-update code to handle different usage patterns * Decreased the addressbook recheck frequency to once every 12 hours instead of hourly. * Handle dynamically changing the HMAC size (again, unless your nym is toad or jrandom, ignore this ;) * Cleaned up some synchronization/locking code
2005-10-19 05:15:12 +00:00
#export I2P=~i2p/i2p
export I2P=.
Emergency patch to I2PTunnelIRCClient, not sure why zero length strings are getting passed to it. Oh, and my first patch\!
2005-10-15 22:55:14 +00:00
java -cp $I2P/lib/i2p.jar net.i2p.util.EepGet $*
Reference in New Issue
Copy Permalink