Commit Graph

8636 Commits

Author SHA1 Message Date
orignal 1c42ba85ba Merge pull request #2224 from wipedlifepotato/BandwithParameter
feat: bandwidth with bytes/kbytes/gbytes seconds and fix for style.css
2025-08-18 09:14:24 -04:00
wipedlifepotato 14ce620825 fix logic 2025-08-18 19:53:38 +07:00
🜃 Ezor Kael b3d566c6f2 Merge branch 'openssl' into BandwithParameter 2025-08-18 19:50:54 +07:00
wipedlifepotato 578844e3ed fix: fix hacker.css 2025-08-18 19:46:15 +07:00
wipedlifepotato aeb6dddcb1 feat: bandwidth with bytes/kbytes/gbytes seconds and fix for style.css 2025-08-18 19:43:52 +07:00
orignal d33a2ec4c4 Merge pull request #2222 from wipedlifepotato/httpTheme
Update HTTPServer.cpp. fix
2025-08-18 07:50:23 -04:00
🜃 Ezor Kael c7ad247929 Update HTTPServer.cpp. fix
Починка style.css если нет кастомных тем
2025-08-16 12:06:46 +07:00
orignal be05fa0fe1 verify session for close packet onlly if ECIESx25519 2025-08-15 09:01:53 -04:00
orignal 2a4a162941 Merge pull request #2221 from wipedlifepotato/httpTheme
feat: custom http themes for webconsole
2025-08-15 08:30:27 -04:00
Anonymous 1a958df8d3 del: del additional information to README.md 2025-08-15 19:28:27 +07:00
Anonymous cf7134ad14 feat: update README.md about custom CSS themes 2025-08-15 19:22:04 +07:00
Anonymous 95ae5336d3 feat: custom CSS themes 2025-08-15 19:19:31 +07:00
orignal 1ffcb3d3de Merge pull request #2220 from wipedlifepotato/httpTheme
feat: http theme for webconsole
2025-08-15 07:23:36 -04:00
Anonymous d148dd0b5e feat: http theme for webconsole 2025-08-15 10:22:58 +07:00
orignal 27f2c5285d support boost 1.89 2025-08-14 18:51:54 -04:00
orignal 83f9e1098d decline master session if SAM version is less than 3.3 2025-08-14 15:58:42 -04:00
orignal 7dd174d32c extract and check VERSION 2025-08-14 15:44:48 -04:00
orignal d496b15249 handle SESSION ADD without FROM_PORT 2025-08-13 17:16:56 -04:00
orignal 91027168f9 correct max UDP buffer size for openbsd 2025-08-11 13:14:55 -04:00
orignal 2fb8ca9cc7 send Datagram2 2025-08-09 19:35:55 -04:00
orignal 9276042078 offline signature for close packet 2025-08-06 15:31:34 -04:00
orignal 20ba95ee52 don't add signature to ping message if i2p.streaming.dontSign 2025-08-06 13:44:46 -04:00
orignal aca5f35fa0 don't verify signature for close and reset packets if came from ECIESx25519 session 2025-08-06 10:50:10 -04:00
orignal f5b57283b3 i2p.streaming.dontSign tunnel param 2025-08-05 19:21:07 -04:00
orignal f0c4203f5a read bool param 2025-08-04 18:25:07 -04:00
orignal 28996583e4 Handle links with UTF8 SAM session name 2025-08-03 16:35:23 -04:00
orignal aeca4c3fc7 fixed #2215. Check streaming destination during cleanup 2025-08-03 16:34:31 -04:00
orignal 643a94a441 increased number of floodfills threshold 2025-08-03 16:33:07 -04:00
orignal f38612b8e9 Exclude 'R' cap if proxy 2025-08-02 14:57:48 -04:00
orignal b6f5308242 used enum class for SAMSocketType and SAMSessionType 2025-08-02 11:31:26 -04:00
orignal 6b9232452d i2p.streaming.maxWindowSize param 2025-07-31 19:30:41 -04:00
orignal a84fefd244 Merge pull request #2213 from nonlin-lin-chaos-order-etc-etal/patch-1
Remove Android CI badge @ README.md as github free tier fails to buil…
2025-07-30 20:52:35 -04:00
nonlin-lin-chaos-order-etc-etal 6c41cf178a Remove Android CI badge @ README.md as github free tier fails to build (OutOfMemory) 2025-07-31 08:16:28 +08:00
orignal d811ac47dc Client compatibility check more often 2025-07-29 19:10:40 -04:00
orignal 44b4fccefe non-blocking UDP sockets 2025-07-29 18:37:44 -04:00
orignal 977967f793 try to resolve host again in server tunnel if failed before 2025-07-28 15:51:47 -04:00
orignal f1ca24fec2 handle offline signature for Datagram2 2025-07-26 16:05:57 -04:00
orignal d5769080c8 handle session with STYLE=DATAGRAM2 and STYLE=DATAGRAM3 2025-07-23 12:54:46 -04:00
orignal 6b9278fdd3 request ack more often 2025-07-22 18:41:24 -04:00
orignal c554f47c4d datagramversion param for UDP client tunnel 2025-07-22 16:07:24 -04:00
orignal e47cc8495b handle Datagram2 2025-07-21 21:19:53 -04:00
orignal 49569d36e5 calculate message size properly 2025-07-21 12:51:40 -04:00
orignal 2fafca1571 limit simultinously sent streaming packets 2025-07-20 08:42:39 -04:00
orignal 27b005a9b2 store shared routing path and with Java separately 2025-07-19 10:00:47 -04:00
orignal 253a892b0f limit number of outbound packets if the peer can't handle it 2025-07-19 09:25:51 -04:00
orignal 8c204a4c10 use std::string_view for I2P HTTP headers. constexpr for ecxluded headers list 2025-07-18 22:39:21 -04:00
orignal bfc9540c24 recongnize explicit boolen values of i2p.streaming.answerPings 2025-07-17 17:11:54 -04:00
orignal 24b6d85fe2 Merge pull request #2212 from nonlin-lin-chaos-order-etc-etal/feat_more_errors_diags
Add more errors diagnostics to understand malformed configs (Re: config answerPings value format incompatibility issue)
2025-07-17 15:53:02 -04:00
nonlin-lin-chaos-order-etc-etal 86366a6f73 Add more errors diagnostics to understand malformed configs 2025-07-18 02:25:49 +08:00
orignal 3a18e7ab91 handle multiple ECIESx25519 encryption keys 2025-07-16 22:05:42 -04:00