Commit Graph

1736 Commits

Author SHA1 Message Date
zzz
306d31d6f9 i2ptunnel: Hide redundant h2 header when iframed 2025-03-06 12:22:54 -05:00
zzz
876e0da4be i2ptunnel: Add deprecated titles to older EncType/SigType options 2025-03-06 11:06:44 -05:00
zzz
4d12ca5722 i2ptunnel: Change EncType selection from a radio to a dropdown
match the SigType selection style, and prep for PQ
add title to default
2025-03-06 10:59:34 -05:00
zzz
940205f8c8 Merge branch 'bubbles' into 'master'
Console: Add support for notification bubbles

See merge request i2p-hackers/i2p.i2p!230
2025-02-22 11:07:44 +00:00
zzz
652d55a95c Console: Add support for notification bubbles 2025-02-22 11:07:43 +00:00
zzz
c248a999a4 Streaming: Promote profile properties to interface
i2ptunnel: set bulk profile for servers;
i2psnark: set bulk profile;
Prep for tunnel bw params (proposal 168)
2025-02-21 10:22:24 -05:00
zzz
6ad679e701 Merge branch 'i2pdotalt' into 'master'
i2ptunnel: Add .i2p.alt support to HTTP and SOCKS client tunnels

See merge request i2p-hackers/i2p.i2p!222
2025-02-17 18:47:16 +00:00
zzz
b0a8943889 i2ptunnel: Add .i2p.alt support to HTTP and SOCKS client tunnels 2025-02-17 18:47:16 +00:00
zzz
f34da8ebd4 i2ptunnel: Proxy CSS fixes/improvements
mostly dark, some light, possibly more to follow
2025-02-11 12:40:21 -05:00
zzz
5dadc5ae93 i2ptunnel: Proxy jump page tweaks 2025-02-11 12:38:52 -05:00
zzz
68a6987a99 i2ptunnel: Put a ':' on the end of the jump prompt 2025-02-11 09:38:02 -05:00
zzz
84bbb6881d i2ptunnel: Version proxy.css 2025-02-11 08:45:41 -05:00
zzz
a597ff840e Pull translations from Transifex 2025-01-31 12:54:37 -05:00
d8dee0b148 I2PTunnel: move Server Throttling config options to their own section. 2025-01-21 18:40:28 -05:00
zzz
f7d2893751 Add complete Gan Chinese translation 2024-11-26 12:15:32 -05:00
zzz
2a5a9606b8 pull translations from transifex 2024-10-04 10:13:50 -04:00
zzz
afe0704e3b i2ptunnel: CSS tweak (dark theme) 2024-09-20 09:55:14 -04:00
zzz
bfb5557099 i2ptunnel: Additional fixes for invalid entries in filter file (Gitlab #483)
as reported by drzed
2024-07-25 08:59:36 -04:00
zzz
8f268f5902 pull translations 2024-07-15 08:26:27 -04:00
zzz
b573fe461f i2ptunnel: Reduce severity of access filter errors (Gitlab #483)
So they don't prevent the tunnel from starting
Log tweaks
2024-06-20 11:21:42 -04:00
zzz
d4f580ee39 Build: Put JspC wrapper in its own jar, used only at build time
remove from jetty-i2p.jar, not required at runtime
2024-06-11 07:49:50 -04:00
zzz
a0f92b2e28 CLI: Fix getopt program names
these are output by getopt in error messages
2024-06-05 09:05:51 -04:00
zzz
9e18bded7b i2ptunnel: Fix CTCP ACTION (Gitlab #481)
aka /me ...
inadvertently filtered, broken by changes for IRCv3
was blocked in both directions, so both sending and receiving client need this fix for it to get through
2024-05-23 08:59:48 -04:00
zzz
b71b4a952e Build: Fix buildTest after distclean 2024-05-18 10:49:39 -04:00
zzz
a685374fef Merge branch 'js-scope' into 'master'
Console: Fix js global scope variables

See merge request i2p-hackers/i2p.i2p!195
2024-05-18 11:51:30 +00:00
zzz
2d81e843aa Console: Fix js global scope variables 2024-05-18 11:51:30 +00:00
zzz
abc3162db5 Pull translations from Transifex 2024-05-14 13:40:59 -04:00
zzz
ed065474b3 i2ptunnel: Fix keepalive bug causing truncation of chunked output 2024-05-14 13:08:34 -04:00
zzz
603bca476a i2ptunnel: Fix custom options form width (light theme) 2024-05-08 06:56:14 -04:00
aa947e7922 2.5.1: update translations 2024-05-06 15:29:01 -04:00
zzz
44f313449a Pull translations from transifex 2024-05-05 08:57:50 -04:00
zzz
7f70126c60 javadoc fix 2024-04-11 08:46:20 -04:00
zzz
64aa641f9c Pull translations from Transifex 2024-04-05 12:46:11 -04:00
zzz
72e9bba84d javadoc typos 2024-02-15 05:58:55 -05:00
zzz
6575fbfe6a Tests: Fix lone i2ptunnel test classpath,
add to top-level ant test target (was only run on gradle side)
2024-02-14 06:00:29 -05:00
zzz
83ee28fbdc Implement server-side HTTP persistence (keepalive) for the i2p socket 2024-02-14 10:48:20 +00:00
zzz
7040d3202a Merge branch 'i2ptunnel-keepalive-client' into 'master'
Implement client-side HTTP persistence (keepalive) for the browser-to-client proxy socket

See merge request i2p-hackers/i2p.i2p!176
2024-02-02 15:42:58 +00:00
zzz
23937c11de Implement client-side HTTP persistence (keepalive) for the browser-to-client proxy socket 2024-02-02 15:42:58 +00:00
zzz
c54ec4d458 Build: Update gradle to 8.5 2024-01-28 12:09:10 +00:00
zzz
3b28fc3a98 susidns, i2ptunnel: Fix IDN decoding for newer codepoints
Without the ALLOW_UNASSIGNED flag, it will not decode to codepoints
newer than Unicode 3.2 (2002)
2024-01-23 07:16:09 -05:00
zzz
45403d804a i2ptunnel: Fix customs options box size
Possibly was changed back and forth due to iframe size issues?

reverts ccb0c279f7
which reverted eb72e4c9f5
2024-01-14 08:45:13 -05:00
zzz
85c07c8eaa Merge branch 'ssl-errors' into 'master'
i2ptunnel: Don't send html error messages on CONNECT

See merge request i2p-hackers/i2p.i2p!175
2024-01-14 11:46:35 +00:00
zzz
d70e1fa150 i2ptunnel: Don't send html error messages on CONNECT 2024-01-14 11:46:35 +00:00
zzz
37791e832b Merge branch 'i2ptunnel-keepalive-util' into 'master'
i2ptunnel: Prep for keepalive

See merge request i2p-hackers/i2p.i2p!166
2024-01-14 11:42:14 +00:00
zzz
e5b9f9f134 i2ptunnel: Prep for keepalive 2024-01-14 11:42:13 +00:00
zzz
d6d7044832 Console: Fix iframe size issues 2024-01-10 18:35:39 +00:00
zzz
6b01b22d00 i2ptunnel: Log correct server host/port on error when there are multiple targets configured 2023-12-22 11:00:39 -05:00
zzz
3d95e8608a i2ptunnel: Change return code for host-not-in-addressbook to 502
ref: i2pd github #1987
2023-12-22 08:21:28 -05:00
zzz
e5d2580010 pull translations from tx 2023-12-15 13:36:36 -05:00
ae1c939403 SAM/I2Ptunnel/I2PSnark: update Javadocs to reflect @since 0.9.61 2023-12-12 18:11:44 -05:00