e390e67aee
Package I2P servlet classes for Maven Central
...
RequestWrapper and its dependencies are excluded to avoid classpath issues.
2017-05-02 13:05:31 +00:00
d27d060322
Jetty: Rollover log files at midnight, not noon
...
This is a separate Jetty 9.2.21 bug unrelated to the previous fix
2017-04-30 13:19:48 +00:00
baa314d71f
pull translations
2017-04-29 15:20:42 +00:00
d98c3d8f71
fix another test
2017-04-29 15:01:42 +00:00
5e497f790d
Tests: Temporarily change cert threshold so Vuze's old cert won't fail
2017-04-29 14:40:42 +00:00
3dbbc2943f
Jetty: backport patch from 9.4.4 to 9.2.21
...
to fix Timer crash in RolloverFileOutputStream
1e46576bf4
https://github.com/eclipse/jetty.project/issues/1469
2017-04-29 14:28:30 +00:00
925caccb57
Jetty: Set up to add patch for RolloverFileOutputStream
...
checked in file is unmodified from 9.2.21 for reference
patch in next checkin
2017-04-29 14:24:10 +00:00
a21e027403
Console: Revert previous checkin, unrelated to the Jetty Timer bug
2017-04-29 13:52:05 +00:00
4dec3657b0
Console: Disable Jetty timer thread consolidation
...
causing log file rollover to stop (ticket #1068 )
2017-04-27 13:43:24 +00:00
06f78d7cfe
HTTP Proxy: Add delay before jump page
2017-04-26 14:00:50 +00:00
6901914640
remove reseed
2017-04-26 13:57:49 +00:00
75db7fa196
geoip 2017-04-06
2017-04-19 13:13:20 +00:00
f8ea882f99
SSU: Reuse previous introducer expiration if available,
...
so we don't force a republish
- Don't run peer test if configured to force firewalled
2017-04-14 13:34:33 +00:00
dd0153e29a
SSU: Publish introducer expiration (proposal 133)
2017-04-13 15:58:52 +00:00
9dd146680d
fix eepget man page formatting
2017-04-13 15:52:50 +00:00
5fa6583a4e
Console: Fix detection of UPnP setting changing
2017-04-13 15:45:24 +00:00
dd8f7638c5
add bash completion scripts
2017-04-06 13:05:47 +00:00
4edc4077f8
Gentoo: Fix config dir location
...
http://zzz.i2p/topics/2285
2017-04-04 14:07:49 +00:00
0d3b1fa490
hosts.txt and blocklist update
2017-04-04 14:05:14 +00:00
828b0954a3
add BuildTime note to checklist
2017-04-04 14:03:09 +00:00
ec82912085
instructions for adding RPC support to i2psnark-standalone
2017-04-04 14:01:58 +00:00
021067dab9
deprecate ZipFileComment
2017-04-04 14:01:04 +00:00
bfc04178a6
i2psnark: Fix standalone configuration for Jetty 9
...
Context: Fix ClientAppManagerImpl in AppContext,
required for transmission.war in standalone i2psnark
2017-04-02 18:48:03 +00:00
f390831835
Console: Fix stopping of webapps when console stops (ticket #1893 )
...
i2psnark: Only rewrite torrent config file if changed (ticket #1893 )
Util: Don't sync config writes on Android/ARM (ticket #1893 )
2017-04-01 14:15:06 +00:00
5eefb8b222
KeyStoreUtil: Reduce log level of expired cert error
2017-04-01 12:50:31 +00:00
c06e320f99
SSU: When a IPv6 peer connects, trigger a IPv6 peer test, not a IPv4 one
...
Require two consecutive peer test results for some state transitions,
to prevent frequent transitions to firewalled and back
2017-03-31 12:28:31 +00:00
b810b79a44
New translated man pages: pl, pt_BR, ru, sv
...
updates: it, ko, zh
2017-03-29 14:16:45 +00:00
3cc0122af4
Throttle: Reduce threshold for probabalistic throttling on slow platforms (ticket #1964 )
2017-03-29 12:32:36 +00:00
48fb12ebeb
SSU: Refactor PeerTestEvent out of UDPTransport
2017-03-29 12:30:21 +00:00
82554b943e
Build: Suppress JarScanner warning during Debian build (ticket #1975 )
2017-03-27 16:48:25 +00:00
04e0cfe020
Debian: Add missing addressbook.jar to package (ticket #1973 )
2017-03-27 14:52:50 +00:00
ed590cd6f5
SusiDNS: Add addressbook.jar to classpath, don't fail to start
...
if it's still not found (ticket #1973 )
This fix covers:
1) Old wrapper.config without addressbook in the classpath
2) Java 9 together with 1)
3) Completely missing addressbook.jar
This does not fix addressbook.jar missing from Debian build.
2017-03-27 14:43:20 +00:00
c1991241e4
Time: Fix crashes on old Androids (ticket #1976 )
2017-03-27 14:12:42 +00:00
b503f03bd6
Blockfile: Include authentication strings in exports
2017-03-27 14:10:01 +00:00
cff8eafc43
Blockfile: Upgrade to Blockfile format 4 on non-Android ARM
2017-03-25 11:32:05 +00:00
a0b2f5738a
i2ptunnel: Allow alt priv key file to be added without restarting I2P
...
Display message requiring tunnel restart if tunnel is running
2017-03-25 11:29:14 +00:00
b335ded1d2
CPUID: Recognize Ryzen
2017-03-24 13:08:56 +00:00
0a2097a238
Addressbook: Remove static reference, hide implementation
...
Requires Android fix (ticket #1972 )
2017-03-24 13:07:17 +00:00
1ab67de677
Plugins: Blacklist i2pbote and BwSchedule
...
Translate exceptions thrown from PluginStarter
2017-03-23 14:55:56 +00:00
47277063e4
Plugins: Add version number to console messages when downloading/starting,
...
and linkify plugin name
2017-03-23 13:54:02 +00:00
ca6ce37a0b
context: New ClientAppManagerImpl in AppContext, so registration
...
works there (for i2psnark-rpc in standalone)
2017-03-21 19:26:48 +00:00
a00f11d5b7
i2psnark: Add another method to support RPC plugin
2017-03-21 11:57:52 +00:00
13ad5d72ae
SSU: More work on introducer expiration (proposal 133)
2017-03-20 22:31:32 +00:00
b9a7a76174
dont replace app if a dup
2017-03-20 22:27:55 +00:00
a8ae2ce955
typo
2017-03-20 22:24:59 +00:00
de5661ef1b
new reseed ssl cert
2017-03-20 22:18:21 +00:00
e4da3b0f3b
dont allow non-GET requests to icon servlet
2017-03-20 22:12:33 +00:00
95b6bd36e5
i2psnark: Enhancements to support RPC plugin
2017-03-20 16:41:04 +00:00
05aef9bd59
Move "isSlow" detection to SystemVersion
2017-03-18 14:38:59 +00:00
fda673038f
Addressbook build changes (ticket #1966 ):
...
- Build as jar, not war
- Put empty war in updater
- Move Servlet starter to SusiDNS
- Skip war in RouterConsoleRunner
2017-03-18 14:34:59 +00:00