- Feb 01, 2009
- Jan 31, 2009
- Jan 30, 2009
-
-
dream authored
This sets i2p up as a functional Debian source package. dpkg-buildpackage will build i2p using ant preppkg (tarball takes too long and not helpful). It creates a binary .deb archive of the i2p installation, which when installed goes into /var/lib/i2p as the non-root user i2p, and adds an /etc/init.d script to start it up. Some problems not yet solved: 1) under Debian the conf should go into /etc/i2p, but since it doesn't things like the eepsite index file get overwritten if you reinstall. should check for those somehow and not replace them, or ask the user. 2) under Debian they like it if you split the generated data from the static code, so i2p should go into /usr/lib/i2p maybe, but its netDB and any other cache files into /var/cache/i2p that's important not just for organization, but also /var is often on a filesystem optimized for churn. For now just put it in /var/lib 3) i2p is supposedly architecture independant, but it does choose a native jbigi library on postinstall, so does that really count as architecture independant?
-
zzz authored
-
- Jan 29, 2009
- Jan 25, 2009
-
-
zzz authored
-
zzz authored
to branch 'i2p.i2p' (head 0d7e18b693718b5924035d7a6f638ff0689af589)
-
zzz authored
-
complication authored
-
- Jan 24, 2009
-
-
zzz authored
-
zzz authored
* RebuildRouterInfoJob: Don't run it * PublishLocalRouterInfoJob: - Delay for 5m at startup - Run every 20m (was 7.5m)
-
zzz authored
-
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 23, 2009
- Jan 22, 2009
- Jan 20, 2009
-
-
zzz authored
- Change default length to 2+0 - Cleanup helper code - Stub out the following new options (C=client, S=server): + Access list (S) + Certificate type (S) + Encrypted LeaseSet (S) + New dest on idle restart (C) + Tunnel closure on idle (C) + Tunnel reduction on idle (C,S)
-
zzz authored
Pass message timeout through new I2CP message SendMessageExpiresMessage, so that the router uses the same expiration as the streaming lib. Should help reliability. * I2CP: Implement new I2CP message ReconfigureSessionMessage. Will be used for tunnel reduction.
-
zzz authored
also tweak ResendPacketEvent to prepare for PacketQueue sending timeout to I2CP
-
zzz authored
-
zzz authored
* Routerconsole: Add configkeyring.jsp
-