- May 31, 2011
- May 30, 2011
-
-
zzz authored
- Append I2CP Version information to the Get/Set Date Messages, so that both the router and client are aware of the other side's version, and future protocol changes will be easier to implement. Previously, router version information was not available to the client, so when router and client were in different JVMs, old clients would work with new routers but new clients would not work with old routers. After this change, we can design future changes so that new clients will work with old routers. This is an enhancement to the old protocol version byte sent by the client, which we have never changed and probably never will. - Prevent a client from setting the router's clock - Javadocs
-
zzz authored
-
zzz authored
-
- May 29, 2011
-
-
kytv authored
Changes made to patch b/c of kFreeBSD changes to build.sh I recently checked in.
-
- May 28, 2011
-
-
kytv authored
-
kytv authored
-
kytv authored
and 'd25f86bdd190afae59745e22e4fd0c2d8911a8ac'
-
kytv authored
Braces were put around variable names so that router will run in kFreeBSD. runplain.sh should now be shell agnostic (it runs in dash. it even runs in *posh*, a ridiculously picky shell).
-
zzz authored
-
kytv authored
-
kytv authored
-
- May 27, 2011
-
-
zzz authored
which caused eepget to repeatedly retry the new redirect of an i2paddresshelper query by the HTTP proxy. This was clearly non-compliant (the Location: header requires an absolute URI including any query string). This was part of the original redirect handling added by jrandom to eepget back when it was in syndie; appending that changelog just in case this hackery was required by Freenet USKs, which I doubt. Also, reset the redirect counter when retrying. ============== Revision: 62a8cac8565958d111d0a47a443c964918d2e3ef Parent: 277fe109ea4416f7d8a6dba6e09cd4f605a8ce1a Author: jrandom@i2p.net Date: 10/22/2006 15:06:30 Branch: i2p.syndie Changelog: ... - add support for HTTP 301 redirects to EepGet (so freenet USKs work as intended)
-
kytv authored
Debian: Ship custom router.config to disable updates via the I2P router. Updates, to keep with Debian policy, must be done via the package manager.
-
zzz authored
-
zzz authored
-
zzz authored
- Refactor to handle 64 bit libs and a list of fallback libs - Logging tweaks - Only check for one file name in library path
-
zzz authored
- Recognize amd64 as x86 - Only check for one file name in library path - Log tweaks
-
zzz authored
-
kytv authored
Debian: Since browser launch is disabled within the I2P codebase for the i2psvc user, removing patch to disable it
-
kytv authored
-
kytv authored
Debian: Remove cruft that remained in debian/rules from the times in which cpuid couldn't be build for i386.
-
kytv authored
This commit splits the i2p package into a second package, i2p-router. * The new 'i2p-router' package does not depend on the java-wrapper nor jbigi. Jbigi is recommended. This package can be installed on the ports or distributions that the java-wrapper is not available for. * The new 'i2p' package depends on i2p-router, libjbigi-jni, and the java-wrapper. This package will add the i2psvc system user and the initscript. Existing users of the i2p package will have the i2p-router package pulled in automatically and for them there will be no usability changes. Executive summary: No functionality changes will take place for either those that installed the i2p package in the past or those that install the newly split i2p package. For them, "The Song Remains the Same."
-
- May 26, 2011
- May 25, 2011
-
-
kytv authored
-