16a551f7ce
UPnP: Prevent NPE on socket creation fail (ticket #1681 )
2016-11-13 16:30:51 +00:00
3ac8e5f54f
UPnP: Prevent exception on bad HTTP header (ticket #1480 )
2016-11-13 15:11:59 +00:00
a8976d25e3
Profiles: Delete old ones after saving (ticket #1328 )
2016-11-12 23:10:55 +00:00
6a72c2957b
Profiles: Periodically save (ticket #1328 )
2016-11-12 22:27:34 +00:00
2c65173bec
Console: Add IPv6 firewalled setting on /confignet
2016-11-12 15:14:43 +00:00
c3181d8561
Transport: Use NTCP for some outbound connections even before
...
SSU minimums are met (ticket #1835 )
2016-11-10 15:09:39 +00:00
24ecc858f1
Tunnels: Reduce default VTBM records from 5 to 4
2016-11-09 21:32:19 +00:00
e5bcfe4207
Transport: Add stats for inbound v4/v6 connections (ticket #1854 )
2016-11-09 21:08:21 +00:00
e614b0996d
Router: Fix low-memory log messages for non-wrapper (ticket #1795 )
...
Install: Add max memory option to runplain.sh
Build: Fix minimum Java version for Windows
2016-11-08 15:42:22 +00:00
cd775fa38d
Transport: Improve IPv6 selection logic
...
to skip temporary addresses on linux
2016-11-08 03:24:30 +00:00
ab064fd31e
add upnp to command line
2016-11-08 00:15:37 +00:00
e74479317d
Add router.jar to Maven Central target
2016-11-07 03:11:32 +00:00
c9c29520b4
Consistently log authentication failures for all interfaces
2016-11-06 17:20:35 +00:00
e8de1daf65
Util: Consolidate linux service detection code
2016-11-06 00:49:34 +00:00
8c71b883bb
Transports: New config options i2np.udp.minpeers and i2np.udp.minv6peers,
...
for testing (ticket #1876 )
2016-11-04 14:20:56 +00:00
843351956e
build fix
2016-11-04 14:02:06 +00:00
7197d22f2a
Transports: New config option i2np.allowLocal,
...
replaces i2np.udp.allowLocal and i2np.ntcp.allowLocal,
fixes test networks (ticket #1875 )
2016-11-04 13:44:24 +00:00
6ff9483e07
Console: Java 9 fixes for classloader (ticket #1870 )
...
May not be sufficient for plugins
Unlinkify viewmtn links on /jars, site is down
2016-10-29 16:21:02 +00:00
04392069a6
JRobin: Fix for Java 9 to remove dependency on Sun private classes
...
https://github.com/OpenNMS/jrobin/issues/3
http://stackoverflow.com/questions/1854398/how-to-garbage-collect-a-direct-buffer-java
Code from http://sourceforge.net/p/tuer/code/HEAD/tree/pre_beta/src/main/java/engine/misc/DeallocationHelper.java
unmodified, GPLv2
2016-10-26 19:31:40 +00:00
08d1ea89bf
Build: Set Java 7 build target for all jars;
...
embedders (esp. Android) targetting 1.6 must
set javac.version=1.6 in override.properties and set
both bootclasspath variables.
2016-10-26 16:56:13 +00:00
d2569fa446
i2psnark: Don't count unchoked but uninterested peers as uploaders
...
when calculating global uploader limit, to allow more upload slots,
especially when some torrents are stalled.
Convert some shared fields to atomics for concurrency.
2016-10-25 22:30:55 +00:00
d2f7b65282
SSU: Increase max IPv6 MTU (proposal #127 )
2016-10-25 13:39:33 +00:00
80966d60c1
Crypto: Create keystore directory when making SSL keys (ticket #1866 )
...
When we switched to new way of making keys in 0.9.25,
we omitted the mkdir step, which broke it.
2016-10-23 16:38:26 +00:00
f436fd08ed
Add MTU to command line utils
2016-10-21 22:23:48 +00:00
b6521ed884
Wrapper: Update to wrapper 3.5.30
...
All binaries from Tanuki delta pack,
except for armhf (armv6), compiled on Raspberry Pi:
ant 1.8.2
javac 1.6.0_38
gcc 4.6.3-14+rpi1
Windows binaries remain unchanged as we must recompile them ourselves
(32 bit just to change the icon; 64 bit is not provided by Tanuki)
2016-10-21 21:01:36 +00:00
71f7c712cd
NetDB: Disallow RSA for RI or LS
2016-10-21 18:21:12 +00:00
cee3ebbb23
less wtf
2016-10-21 15:20:35 +00:00
9b27251473
SSU: Fix minimum version check for IPv6 peer test (ticket #1861 )
2016-10-20 18:31:32 +00:00
19370a36a2
0.9.27
2016-10-16 23:14:05 +00:00
5998587c52
Fix test for IPv6 firewalled configuration, javadocs
2016-10-16 16:57:33 +00:00
778ce71ea4
Translations: Update from Transifex
2016-10-14 12:07:26 +00:00
72105e218d
SSU: Set min version for IPv6 peer testing
2016-10-11 13:24:56 +00:00
1af23a4106
Debian: Don't use glassfish-javaee.jar for jstl.jar (ticket #1793 )
2016-10-10 12:31:28 +00:00
40b41b0dc5
Add geoipv6 file generation to command line util
2016-10-06 14:55:44 +00:00
124c2b5ce3
i2psnark: Add standalone shutdown method
2016-10-02 15:44:49 +00:00
1376237e08
Reseed: remove user.mx24.eu as requested
2016-09-24 14:13:41 +00:00
78b7385281
i2ptunnel: Whitelist IRC AWAY inbound
2016-09-22 17:15:33 +00:00
4ab727acbd
SSU: addRateData() cleanup
2016-09-22 17:13:42 +00:00
be5fdea5e1
Enable tunnel testing when in hidden mode (ticket #1192 )
...
Enable tunnel testing when without addresses (ticket #1835 )
Use fast peers for inbound tunnels when without addresses (ticket #1835 )
2016-08-19 17:13:12 +00:00
47a0df769e
Router: Fix return code in getShutdownTimeRemaining()
...
when no participating tunnels remain
2016-08-19 16:02:17 +00:00
ff2d5badc9
ReadConfigJob minor optimization
2016-08-19 15:56:31 +00:00
0d46c06843
Add new 'atomike' reseed
2016-08-14 15:20:33 +00:00
0d5cf46625
Console: Fix UPnP NPE on /peers (ticket #1830 )
2016-08-09 17:27:54 +00:00
6512a9eb11
propagate from branch 'i2p.i2p' (head c62904685f0153a5b8cd032e8b3f1c4f64c5bec9)
...
to branch 'i2p.i2p.str4d.ui' (head 2a82ccb644906256af7bd0827725dc83e4c76be2)
2016-08-08 02:29:14 +00:00
9c0ae14609
Streaming: Fix debug NPE (ticket #1821 )
2016-08-02 14:56:03 +00:00
5763d73dda
SSU: Fix peer test stuck when IPv6-only (ticket #1819 )
2016-08-02 14:24:48 +00:00
5368da2632
propagate from branch 'i2p.i2p' (head 57f8904e34e39111f13c427cb9fc92eeeb71afcd)
...
to branch 'i2p.i2p.str4d.ui' (head c4a8676261c7bbfa420927d931398c52f38ed03f)
2016-07-24 09:21:14 +00:00
a1fd8f49d7
SSU: Increase minimum peers if we have a IPv6 address
...
Check for 'B' cap for peer test
Fix peer test ip length check logic
2016-07-20 14:45:29 +00:00
a213799dac
bump -6
2016-07-18 16:00:02 +00:00
767476ea51
SU3File: Also look in config dir for signer certificate
2016-07-18 14:39:35 +00:00