2590fd8253
Debian: Allow recent JREs
...
require Jetty 9.4 or higher
2019-09-04 16:06:49 +00:00
ea3bddbcd6
i2psnark: un-rotate magnet icon
2019-09-04 15:53:48 +00:00
d04f0dae37
SusiMail: Show "to" rather than "from" in sent and drafts folder (ticket #2571 )
...
Fix sort links going to wrong folder
2019-09-04 14:24:30 +00:00
3504bddea4
SSU: Don't mark peer unreachable if it reports we have a bad port,
...
as it could be due to the NAT external port range (ticket #2467 )
Add log message
2019-09-04 13:49:29 +00:00
b3a5f1f8c1
SSU: Fix IPv6 peer test not firing
...
more debug logging
2019-09-03 16:46:31 +00:00
0f2f7e2454
Utils: Fix SAN verification for IPv6 hostnames
...
Add Quad9 DoH servers
Change Google DoH server hostname
2019-09-03 15:34:21 +00:00
b119d0be43
Tunnels: Use context AES for hop processing
...
and related cleanups
2019-09-03 12:42:10 +00:00
566221b732
Tests: Fix InboundTest so it can be run without a real router
2019-09-02 18:07:23 +00:00
81ab35abe6
Tests: Fix broken OutboundTest
...
never worked - didn't check result, processed own config
2019-09-02 14:01:02 +00:00
b2e37243ab
i2psnark: CSS fixes -
...
increase progress bar size
don't justify comments
2019-09-02 13:59:16 +00:00
a6e3621c06
Util: Consolidate and standardize date/time formatting (ticket #2016 )
2019-08-30 18:38:12 +00:00
96d8385f49
bump
2019-08-29 12:43:07 +00:00
912d25b775
Data: Mark Destination method that doesn't support sigtypes as deprecated
2019-08-29 12:24:45 +00:00
55cdd81017
Transport: UPnP HTML output fix
2019-08-29 12:19:11 +00:00
a1c18fd0aa
Transport: Tweak log levels
2019-08-29 12:18:33 +00:00
5f3da69acc
Router: Job Queue cleanups and javadocs (ticket #2590 )
2019-08-29 12:15:13 +00:00
e6dcfaee15
Transport: Move I2PHMac to ssu package
...
Remove Mac interface
2019-08-29 12:07:30 +00:00
f724b2208b
i2psnark: Drop debug icon
2019-08-29 11:59:40 +00:00
89b70895d7
Debian files for 0.9.42
...
checklist updates
2019-08-29 11:56:55 +00:00
cff2ae3ac9
Hotfix change to make 0.9.42 build on Mac OSX without disabling javadoc. (Since maven builds are built on OSX it's something that really should work fine)
2019-08-28 08:38:06 +00:00
ec0f8566b6
0.9.42
i2p-0.9.42
2019-08-27 12:28:25 +00:00
2ebe59436a
bump for review
2019-08-23 18:19:01 +00:00
dcf6983607
translated man page updates
2019-08-23 18:17:22 +00:00
1779202ff9
translation updates from Transifex
2019-08-23 18:15:48 +00:00
6483abe7cf
Transport: Add Turkey to hidden mode list
2019-08-23 18:01:09 +00:00
6618561237
Console: CSS updates from sadie
2019-08-22 16:06:19 +00:00
d8c9b0942f
Transport: add Kazakhstan to hidden mode list
2019-08-20 15:39:03 +00:00
9938e50528
Tunnels: Remove timing calls unless for debug logging
...
Log client in b32
2019-08-19 17:14:43 +00:00
232b7f30d5
Build: Fix javadoc errors with Oracle JDK
...
Tested with 12.0.2
2019-08-19 16:33:19 +00:00
adba7e4c25
update earliest time
2019-08-19 14:49:57 +00:00
764f89f5c5
MaxMind GeoIP 13-Aug-2019
2019-08-19 14:47:29 +00:00
87180e0e2d
SSU: Increase initial concurrent messages limit (ticket #2576 )
...
Add comments for ticket #2427
2019-08-19 14:18:16 +00:00
6789a735e3
fix typo
2019-08-18 19:12:06 +00:00
65eb9b17db
fix checks for config parameters in TunnelControllerGroup constructor
2019-08-18 19:08:27 +00:00
64ba43c007
Jetty: Log stack trace if 2nd arg is a Throwable (ticket #2592 )
2019-08-18 14:53:32 +00:00
b2dec2f4b2
Tunnels: Clean up debug timing calls in preprocessor
2019-08-17 17:55:45 +00:00
789f482373
Transports: Disable eph. key reuse
2019-08-17 17:39:25 +00:00
a667c36d2d
Tunnels: Reduce IBGW batching time (ticket #2586 )
2019-08-15 19:27:05 +00:00
65e2132a25
SSU: Reduce ACK time to 150 (ticket #2574 )
2019-08-15 17:45:06 +00:00
5e76118ffd
po update source
2019-08-14 20:13:35 +00:00
131a70057e
Console: Clean up help text, tag for translation (ticket #2298 )
2019-08-14 19:52:54 +00:00
21ace66a46
Tests: Fix streaming integration tests after access filtering changes
2019-08-10 18:02:23 +00:00
459eb7fdcd
Tests: Unify core test resources across JUnit and ScalaTest
...
Fixes a test failure running the ScalaTests under Ant
2019-08-10 17:19:21 +00:00
8586c28b5f
Travis CI: Use Trusty build environment
...
Travis CI recently bumped the default build environment from Trusty to
Xenial. The latter does not enable installing Java 7 or 8, which we
still test against.
2019-08-10 16:52:40 +00:00
f32c863ba8
Tests: Temporarily mitigate discrepancy between Ant and Gradle in SingleFileNamingServiceTest
2019-08-10 16:48:21 +00:00
ee84e7e3e1
Tests: Fix compilation bug after SSU HMAC implementation move
2019-08-10 16:46:41 +00:00
cf4298f759
Jetty: Fix Gradle build
2019-08-10 16:10:07 +00:00
13190931b9
EdDSA: Reduce diff between vendored code and upstream
...
Includes missing license information.
2019-08-10 15:39:41 +00:00
08be6a4f4a
i2ptunnel: Add failsafe timeouts for local sockets (ticket #2568 )
2019-08-05 15:55:43 +00:00
7f015c4794
i2ptunnel: Add configs to override user agent
...
Not particularly helpful yet, because we don't have a way to
quote or escape spaces in the custom options field.
2019-08-05 15:34:46 +00:00