5cb285b034
Bump
2016-05-29 12:09:34 +00:00
2a739f593f
Reseed: Require two sources minimum (ticket #1794 )
2016-05-25 13:53:21 +00:00
bb8b3ebe8c
add reseeds requiring SNI
2016-05-24 15:06:55 +00:00
c5432a2098
Dynamically load domain socket code
2016-05-22 01:18:16 +00:00
101d0691f0
DTG: Fix systray menu redraw on Mac;
...
Switch to AWT by default on Mac;
Hide DTG enable form on Mac until we fix headless override in i2prouter
2016-05-20 14:43:15 +00:00
86a35f1a13
SSU: If configured with a hostname, bind to all v4/v6
...
addresses found for that hostname.
Fix binding if more than one IP or host was configured.
Log tweaks
2016-05-12 21:37:07 +00:00
d6638f3e00
NTP:
...
Don't put random data in zeroed fields
Increase random data in originate timestamp from 1 byte to 2 bytes
Verify originate timestamp to prevent injection
Verify received packet size
Log tweaks, javadocs, cleanups
2016-05-12 13:48:44 +00:00
8bb6922e80
Reseed: Reformat reseed list as requested by 'backup'
...
Remove unused certificates
2016-05-08 13:40:56 +00:00
05012a91ed
refresh deb patches
2016-05-07 13:07:25 +00:00
cdafab2734
Wrapper: Update to wrapper 3.5.29
...
All binaries from Tanuki delta pack,
except for armhf, 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)
Old 3.5.25 wrapper.jar moved to win-all, use it in windows-only installer
so it will be consistent with the old binaries.
Fixes wrapper failure on FreeBSD 10 (ticket #1118 )
Minor i2prouter script fixes for FreeBSD 10, from anonimal (ticket #1118 )
2016-05-04 13:40:50 +00:00
13685484f6
Utils: Fix bug in periodic timers triggered by
...
a backwards clock shift, caused graphs to be blank
and various router, streaming, and i2ptunnel
degradations over time (ticket #1776 )
Log tweaks
2016-05-04 11:43:47 +00:00
2fe1f97ee0
Debian: Add runtime dependency on libhttpclient-java,
...
link to /usr/share/java/httpclient.jar and httpcore.jar.
This is 2 MB of dependencies to replace 20 KB of copied code,
so may not be worth it, esp. for Tails.
2016-04-30 18:08:50 +00:00
f3610bc285
reduce log level of RI sig failure
2016-04-30 13:23:24 +00:00
139f386fb8
Update: Enable libjbigi update for ARM
2016-04-29 22:34:55 +00:00
7ae1483cb3
Fixes for building with libgetopt-java
2016-04-29 19:15:41 +00:00
d885e00c64
News: Verify received CRL before saving
2016-04-28 22:17:27 +00:00
da62a1114c
History for prop, -6
2016-04-28 11:05:20 +00:00
6a71c23fd4
Addressbook: Check inner sig even if old name not found
...
More logging cleanup
2016-04-26 13:50:34 +00:00
e016c87fba
add routerinfo to command line
2016-04-22 23:47:39 +00:00
b57b43247d
Blockfile: Fixes for finishing interrupted database migration
...
by tracking version of each list, and catching some exceptions
2016-04-20 15:06:38 +00:00
2d3d6f73b5
GeoIP: Disable Debian-style files on Android
2016-04-18 13:02:30 +00:00
b69677b709
Addressbook: Add initial support for signatures in subscriptions
...
More cleanups
SingleFileNamingService: Store signature properties on write
2016-04-17 20:20:10 +00:00
696c2152b3
Tunnel build stat tweak (commented out)
2016-04-16 16:21:28 +00:00
b66bc39db3
log tweak
2016-04-16 16:14:30 +00:00
5a2975ba65
SOCKS: Fix NPE on lookup failure in SOCKS 4a
...
Remove duplicate lookups in SOCKS 5
Log tweaks
Streaming, i2ptunnel: Catch null destination in connect() calls
Synchronize Connection.setRemotePeer(); remove _remotePeerSet field
2016-04-13 13:40:46 +00:00
ae5828fdb1
history for prop, -1
2016-04-03 15:20:28 +00:00
169fd56527
Transport:
...
Include Maxmind geoip-api-java library v1.3.1 (LGPL v2.1)
Use Maxmind database for geoip lookup if it exists
Debian:
Don't bundle geoip.txt and geoipv6.dat.gz, depend on geoip-database instead
2016-03-27 12:55:28 +00:00
49ff78cf0e
0.9.25
2016-03-21 23:47:02 +00:00
c1b6e1be87
BuildHandler: Fix for leaky counter of outstanding lookups
2016-03-21 23:37:24 +00:00
25514e9848
tx pull
2016-03-19 13:32:24 +00:00
d00c08dcd7
disable torontocrypto reseed, no ETA for restoration
2016-03-18 20:01:07 +00:00
319d40146d
Router: Fix corner cases maintaining local leasesets (ticket #1768 )
2016-03-14 15:13:26 +00:00
2e3f5d0de9
UPnP: Fix NPE in HTML output on /peers (ticket #1779 )
2016-03-12 13:55:03 +00:00
74e8cf79bd
Peer selection: Don't truncate data used for random slice
2016-03-11 01:53:21 +00:00
b7498b564a
add reseed
2016-03-11 01:48:30 +00:00
1f088ff3e5
NetDb: Look in all SSU addresses for introducers in the expiration check
2016-03-01 13:42:03 +00:00
50d038af5d
NetDb: Search for new leaseset before expiration
...
Reduce expiration for router infos with introducers
More negative cache checks
Log tweaks
SSU: Switch introducers less often
2016-03-01 13:30:30 +00:00
d28f983c46
Utils: Add main classes to i2p.jar and router.jar
...
for simple command line access to utilities
2016-02-26 18:12:11 +00:00
b3f37db33f
i2ptunnel:
...
- Fix hostname signature not finding private key file
- Hide hostname signature if not successful
- Null check for hostname signature failure
- Make add-to-addressbook link a button
- Add QR code generation
2016-02-26 15:25:01 +00:00
90a915b8b5
log message clarification
2016-02-25 14:59:20 +00:00
a79b25d7b1
Router: Log full path to wrapper.log when dumping threads
2016-02-25 14:18:26 +00:00
d9a7dc0233
Transports: Increase connection limits for class N and higher
2016-02-25 13:58:16 +00:00
eb094ba0ef
Console: Improve news CSS (ticket #1710 )
2016-02-22 16:04:42 +00:00
7d35a4e1b9
Transports: Increase default max inbound bandwidth
...
Increase minimum in/out bandwidths
2016-02-21 22:17:38 +00:00
40894663c2
Clock: Add sanity checks to detect invalid system clock
2016-02-19 17:01:40 +00:00
451cb2573a
log tweak
2016-02-19 02:51:11 +00:00
9fba12519f
Transport:
...
- Implement mayDisconnect() for outbound connections also
- Run UDP idle disconnect loop faster if floodfill or near connection limit
NetDB:
- Call mayDisconnect() after direct netdb store
- Fix check to publish RI faster, broken in .24,
we were publishing at every check,
causing increased load on floodfills
2016-02-18 22:27:17 +00:00
fa12967873
Add qr icon, to be used in buttons
...
created by me, public domain
2016-02-17 14:21:51 +00:00
9f0640ca2d
log tweak
2016-02-17 14:17:37 +00:00
c385ad8f1d
OCMOSJ: Don't wait until lease grace period has expired
...
to switch to a different lease
2016-02-17 14:16:53 +00:00