Commit Graph
296 Commits
Author SHA1 Message Date
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 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 2a4a162941 Merge pull request #2221 from wipedlifepotato/httpTheme
feat: custom http themes for webconsole
2025-08-15 08:30:27 -04: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 28996583e4 Handle links with UTF8 SAM session name 2025-08-03 16:35:23 -04:00
orignal b6f5308242 used enum class for SAMSocketType and SAMSessionType 2025-08-02 11:31:26 -04:00
orignal 588108d7d0 use EVP_RSA_gen if openssl 3 2025-06-13 12:48:25 -04:00
orignal ba0352e9a0 check for compatibility of LeaseSet encryption keys with local destination's encryption type 2025-06-07 20:52:35 -04:00
r4sas aab8296619 [i18n] add Hebrew and Hindi translations, add rtl support (testing)
Signed-off-by: r4sas <r4sas@i2pmail.org>
2025-05-18 02:20:31 +03:00
orignal bbf5c1655a ByteStreamToBase64 always returns std::string 2025-03-17 19:05:10 -04:00
orignal ede8244e54 store translation as string_view 2025-03-14 14:46:24 -04:00
orignal c113241ccd support local sockets for I2PControl 2025-03-05 14:14:34 -05:00
orignal 4f82fe24da replace boost::lexical_cast by std::to_string. std::unique_ptr for thread 2025-03-04 18:11:58 -05:00
orignal b4bcd9914a show next peer and connectivity on transit tunnels page 2024-12-16 19:49:14 -05:00
orignal 833e0a936e fixed build with boost 1.87 2024-12-15 18:27:24 -05:00
orignal bdc5eaa824 fixed build with boost 1.87 2024-12-15 18:15:21 -05:00
orignal 48b62340cc exclude AESNI option 2024-12-07 15:27:23 -05:00
orignal ffd18baf30 support boost 1.87 2024-11-25 16:00:06 -05:00
orignal 3474538697 replaced boost::asio::io_service by boost::asio:io_context 2024-11-25 10:08:27 -05:00
orignal a248a2a732 Show TBM Queue size 2024-11-20 13:28:01 -05:00
orignal 87ae9c4b74 call main thread as i2pd-daemon 2024-10-25 18:40:51 -04:00
orignal d3630fb2b2 assign name to main thread 2024-10-25 13:25:33 -04:00
orignal ac4c58bbe9 reload cerificate again after re-creation attempt 2024-10-10 15:46:22 -04:00
orignal 23bac4a403 recreate certificate if invalid 2024-10-09 21:40:26 -04:00
orignal 237d9474d8 fixed incomplete response 2024-09-29 21:43:47 -04:00
orignal 879d54fad4 replaced boost::date_time by functions from std 2024-08-23 22:01:08 -04:00
orignal 3a4833aa67 Merge pull request #2017 from Vort/show_bw_caps
show bandwidth caps for hops
2024-07-28 08:21:52 -04:00
Stefan Strogin 697d831441 Support miniupnp-2.2.8 (fixes #2071)
Use UPNP_GetValidIGD for getting external IP.
2024-06-22 19:37:39 +03:00
EKCKABATOP54 f223e668ce Fixed checking the bandwidth flag in the config 2024-05-14 22:04:05 +02:00
orignal c515f49903 removed dependency from boost::thread 2024-04-30 08:41:01 -04:00
orignal 845b14f581 removed dependency from boost::thread 2024-04-30 08:15:02 -04:00
nonlin-lin-chaos-order-etc-etal 8e80a8b06f Add fcntl to actually lock pidfile on Android 2024-04-10 03:15:55 +08:00
orignal 217aa0c882 fixed #2038. don't add comma for missing param 2024-03-11 11:11:38 -04:00
Vort fd4513ebb2 show bandwidth caps for hops 2024-02-22 23:07:07 +02:00
orignal 7d73c304b5 Extend transit tunnels limit to 4 bytes. Bump default value to 10K 2024-02-22 14:22:11 -05:00
orignal 0e502c49b5 show correct tunnel status. restore tunnel if delivery status or data for inbound tunnel received 2024-02-14 18:53:28 -05:00
Vort 34d75b08dd handle 'reservedrange' param properly 2024-01-12 17:17:16 +02:00
orignal ca9782dd0d handle 'reservedrange' param properly 2024-01-11 15:39:42 -05:00
R4SAS 7b6aa41ca8 CPU: remove AVX code, switch to __builtin for AES detection (#1959)
* [cpu] remove avx detect and code blocks, try to switch to __builtin
* [cpu] use __builtin_* only on x86 systems
* [cpu] perform check in separate function
* [cpu] set AES definition on MSVC
* update x86 and aes support checks at compile time
* [cmake] update comment about AES on MSVC
2023-08-31 19:52:51 +03:00
Vort 68f4961f1a separate test status from network status 2023-07-30 15:44:16 +03:00
r4sas 4e426727e9 Webconsole: fix output on i2p tunnels, add b32 on dest page
Fixes:
* adding of "Client Destinations" section header when there is no such tunnels
* Print error when destination is not found instead of empty page

Adds:
* Print b32 on destination page

Signed-off-by: r4sas <r4sas@i2pmail.org>
2023-06-10 04:12:38 +03:00
r4sas edfcd23b01 [webconsole] added a button to prematurely release a leaseset
Signed-off-by: r4sas <r4sas@i2pmail.org>
2023-04-24 14:01:21 +03:00
weko 710a35993d change some log level to error back 2023-03-31 12:16:32 +00:00
weko e36d5634e7 fix log level show in webconsole 2023-03-31 11:40:07 +00:00
weko 354a04f0f6 Up level for some logs to critical 2023-03-31 11:29:04 +00:00