917b7e615e
javadoc fix
2021-10-11 07:43:15 -04:00
af97381461
Jetty 9.3.30.v20211001
...
Remove patched SslConnection.java for Jetty #6072 , fix included in this release
2021-10-10 12:09:12 -04:00
4975bb1482
Fix positioning of options on welcome page between instructional text and progression buttons
2021-10-06 11:43:21 -04:00
83e2246195
Console: eepProxy -> proxy
2021-10-05 10:32:20 -04:00
3632070e3f
i2ptunnel: Move the "(0 = unlimited)" text from section headers to tooltips
2021-10-05 09:56:55 -04:00
0cb30a085c
i2ptunnel: Save access list as B64 to save space
...
Convert access list to B32 and sort in UI
Remove blank lines in get/set
2021-10-05 09:34:57 -04:00
a7a59a2b1b
NetDB: Reduce ban time for routers without netId
...
Don't ban routers with bad netId before RI validation,
unless that router sent the RI
2021-10-05 08:40:30 -04:00
bf7155b935
NetDB: Consolidate getKBucketSetSize() calls
...
reported by jogger
fix javadoc
2021-10-03 10:13:04 -04:00
62fb294f54
Console: Replace n/a with -- on floodfills page for readability
2021-10-03 09:46:18 -04:00
b7e710b28f
Wizard: Add theme picker page
...
Clean up configui.js
CSS cleanups for new page TODO
Gitlab #335
2021-10-03 09:05:26 -04:00
4a8534e4e6
SSU: Downgrade fragmentation log errors to warn
...
reported by drzed
2021-10-02 13:40:23 -04:00
aa4e2f5c95
Console: ConfigUIHelper minor refactor (prep for wizard)
2021-10-02 09:06:50 -04:00
fe4fbce7bd
Wizard: Add a simple progress ticker to bw test status
2021-10-02 08:10:40 -04:00
33374eacaa
add input:disabled and button:disabled to dark theme css
2021-10-01 13:12:21 -04:00
cea76ed9d5
i2ptunnel: Fix enc type configuration logic
2021-10-01 08:18:07 -04:00
f41db2685e
i2ptunnel: Center text in buttons (light)
2021-10-01 07:40:31 -04:00
95bf068b0a
i2ptunnel: Remove experts-only label for X25519-only option
2021-10-01 07:39:09 -04:00
e2caa246f2
Line up the columns on results page of the bandwidth wizard. Remove some unnecessary box-shadows which are causing optboxes to appear blurry in some cases.
2021-09-30 16:36:46 -04:00
bed013d858
hide notification div when bandwidth test is complete, switch back to green icon for slide messages
2021-09-30 14:14:10 -04:00
282460cb3f
Console: Add js to /configui to preview themes
...
Save theme change before form processing so no refresh required
Enable/disable reset and apply buttons on config clicks
Prep for theme picker in wizard
2021-09-30 09:55:35 -04:00
f015d1f490
Merge branch 'master' of 127.0.0.1:i2p-hackers/i2p.i2p
2021-09-29 17:56:48 -04:00
f0758ee36f
Adjust alignment of notifications and increase contrast on dark theme /welcome, progress on #335
2021-09-29 17:55:49 -04:00
c77e9537ae
Adjust alignment of notifications and increase contrast on dark theme /welcome, progress on #337
2021-09-29 17:54:08 -04:00
b7de63e922
Console: Wizard HTML fixes
2021-09-28 12:15:01 -04:00
13ade14289
Console: Refactor wizard progress indicator
2021-09-28 09:52:07 -04:00
2b43e4e4b5
Router: Rekey all Android/ARM routers
2021-09-27 10:26:03 -04:00
571986a78b
Add transparent channel to wizardlogo.png s and blend with exclusion instead to improve appearance of logo on dark theme.
2021-09-26 02:24:42 -04:00
d7c89be9a2
Tunnels: Implement Bloom filter for short TBM
...
Reduce TBM Bloom filter size and interval for EC routers
2021-09-25 09:12:15 -04:00
d466fd6799
UDP: Use a single PacketBuilder everywhere
2021-09-22 12:44:28 -04:00
116ec88f56
UDP: Replace ACKSender thread with per-PeerState delayed ack timers
...
(low latency improvements part 2)
Timer is created in PeerState messageFullyReceived() and messagePartiallyReceived().
Don't send a delayed ack-only packet if acks are sent in a data packet first.
Reviewed and tested by zlatinb.
Related MRs: !36 !37 !38
2021-09-22 12:12:16 -04:00
346372e002
Merge branch 'ssu-low-latency-2' into 'master'
...
SSU low-latency changes pt1
See merge request i2p-hackers/i2p.i2p!37
2021-09-17 16:36:42 +00:00
f14b7d53a3
reduce the delay in ACKs to the minimum of rtt/2 and the constant
2021-09-17 17:32:37 +01:00
3355daa334
introduce a lock just for _sendWindowBytesRemaining field
2021-09-17 17:31:45 +01:00
67fea26638
Wizard: remove 'Tcpbw100' from test status messages
2021-09-16 11:50:44 -04:00
b1c367777d
Console: Add constants for wizard page numbers
...
to make it easier to add/remove/reorder pages later
2021-09-16 10:50:57 -04:00
3917dc6d2f
I2CP: Don't call listener.readError() after external client disconnect via destroySocketManager()
...
prevents log error on normal client shutdown
reported and tested by zlatinb
2021-09-10 13:43:26 -04:00
2d239edf34
Update: Get backup URLs from news feed
...
Remove hardcoded backup URLs
Parse i2p, clearnet, and clearnet-ssl URLs from news
Write i2p, clearnet, and clearnet-ssl URLs to old news format
Clearnet and clearnet-ssl URLs currently unused; no handler is registered
2021-09-05 10:47:10 -04:00
1fbe084b74
Update build.xml
2021-09-03 07:16:57 +00:00
7a37f09334
Merge branch 'choking-retransmission-fix' into 'master'
...
Prevent the sender from sending too far ahead of an unacked packet
See merge request i2p-hackers/i2p.i2p!35
2021-09-02 17:26:54 +00:00
1ae05103e4
Prevent the sender from sending too far ahead of an unacked packet
2021-09-02 18:22:12 +01:00
a66422fa3c
Console: Catch error checking systray availability (gitlab issue !331 )
2021-08-28 09:05:38 -04:00
dabc29f8a5
Build: Always echo JDK version
2021-08-27 09:51:32 -04:00
132da4a35a
Debian: Add copyright file to apparmor list
2021-08-27 09:42:28 -04:00
ea1eac2343
Tunnels: Enable sending short tunnel build messages,
...
remove debug settings
2021-08-26 10:23:13 -04:00
569e035bfd
Router: Increase rekey probability to 1 in 4
2021-08-26 09:57:16 -04:00
8b1b5d4eb3
Debian files for 1.5.0
...
Fix build error dh_installdocs linking from the libjbigi-jni arch package
to an arch:all package, this is an error for compat level 10.
2021-08-26 09:52:40 -04:00
33f64f7913
build checklists and windows scripts updates for 1.x
2021-08-24 09:58:17 -04:00
e340fc885d
1.5.0 / API 0.9.51 release
i2p-1.5.0
2021-08-23 10:34:39 -04:00
63b3da265b
javadoc fix
2021-08-23 09:21:24 -04:00
03f2cbfc89
bump -10 for review
2021-08-20 13:58:51 -04:00