Commit graph

268 commits

Author SHA1 Message Date
Shishkevich D.
f1c06f113d Revert "chore: add missing params for grpc stream settings (outbound)"
This reverts commit 0ba3bfdd6d.
2025-03-09 05:38:34 +00:00
Shishkevich D.
58b6489ce5 Revert "chore: add new grpc params for outbound (#2744)"
This reverts commit 18931404bf.
2025-03-09 05:37:50 +00:00
Shishkevich D.
0ba3bfdd6d chore: add missing params for grpc stream settings (outbound) 2025-03-09 04:49:17 +00:00
Shishkevich D.
18931404bf chore: add new grpc params for outbound (#2744) 2025-03-09 11:28:12 +07:00
Shishkevich D.
609fb6bf6b fix: base64 encoding on vmess/shadowsocks inbounds (#2736) 2025-03-08 12:33:34 +07:00
Shishkevich D.
76c3fbca3f refactor: move language manager to utils (#2735) 2025-03-08 09:54:41 +07:00
Shishkevich D.
4e261a0b13 refactor: merging all util functions into classes 2025-03-07 09:07:23 +00:00
Shishkevich D.
be20335d55 refactor: move copy function to utils.js 2025-03-07 07:27:33 +00:00
Shishkevich D.
08372d5adb refactor: delete base64js
instead of base64 library you can use built-in JS functions `btoa()` and `atob()`
2025-03-07 07:11:03 +00:00
Shishkevich D.
4bdfc8c5eb refactor: delete clipboardjs (#2727)
text copying can be done without using additional libraries
2025-03-06 20:43:46 +01:00
mhsanaei
f94dc58380 Sockopt: Add addressPortStrategy 2025-03-05 13:14:17 +01:00
mhsanaei
03a065a4e1 TLS fingerprints: randomizednoalpn 2025-03-03 10:20:52 +01:00
mhsanaei
e9c48424ae serverNameToVerify to verifyPeerCertInNames #2662 2025-02-22 14:09:52 +01:00
AAA
6f3856211e feat(externalTrafficJob): External Traffic Inform (#2660)
* Add Setting entity + GUI field in panel settings

* Add a missing 'Traffic' in InformEnabale field

* Add ExternalTrafficURL Post request call

* Add translation + cleanup

* Move options to General tab

---------

Co-authored-by: root <root@vm3562019.stark-industries.solutions>
Co-authored-by: root <root@vm3688062.stark-industries.solutions>
2025-02-22 10:45:14 +01:00
Sanaei
7e64355f51 revert group management (#2656)
* Revert "json post base path bug fixed (#2647)"

This reverts commit 2c88e53ba0.

* Revert "Group Management of Subscription Clients"

* Revert "fix getSubGroupClients for enable/disable and edit clients."

* Revert "Enhance database initialization in db.go (#2645)"

This reverts commit fc8cce9f90.

* Revert "Add checkpoint handling in CloseDB function (#2646)"

This reverts commit 13b1e4c7e6.

* Revert "Improved database model migration and added indexing (#2655)"

This reverts commit cb6ba20865.
2025-02-04 11:27:58 +01:00
mhsanaei
cb96e9a318 TLS - serverNameToVerify 2025-01-26 19:33:50 +01:00
mhsanaei
32cdfee6e0 default setting - scStreamUpServerSecs 2025-01-26 11:07:35 +01:00
Ali Rahimi
2c88e53ba0 json post base path bug fixed (#2647)
* json post base path bug fixed

* added comment field to group client management
2025-01-23 21:33:47 +01:00
mhsanaei
11fc842844 XHTTP - scStreamUpServerSecs 2025-01-21 22:43:13 +01:00
Ali Rahimi
661ae0e671 Group Management of Subscription Clients (#2644)
* add group user with the same subscription id to all inbounds

* code format compare

* add await for reset client traffic

* en language changed

* added client traffic syncer job

* handle exist email duplicate in sub group

* multi reset and delete request for clients group

* add client traffic syncer setting option

* vi translate file updated

* auto open qr-modal bug fixed
2025-01-21 03:01:54 +01:00
mhsanaei
573afb1f0a time Location - local 2025-01-11 15:13:49 +01:00
mhsanaei
2e95d48e72 bug fix - reality settings 2025-01-01 22:49:29 +01:00
mhsanaei
1f8e315784 xmux - hMaxReusableSecs 2025-01-01 18:48:47 +01:00
mhsanaei
a79991c35a tcpNoDelay to penetrate 2025-01-01 18:42:50 +01:00
MHSanaei
3d59fa7ea6 bug fix - outbound xhttp link 2024-12-27 21:30:51 +01:00
mhsanaei
c039508d74 bug fix - vmess tls 2024-12-27 17:59:59 +01:00
mhsanaei
df98d80b91 Client: Comment
now you can add Comment and write anything you want to remember
2024-12-27 13:48:07 +01:00
mhsanaei
c93cf8dc01 TLS, REALITY : fingerprint set default to chrome 2024-12-17 23:25:54 +01:00
mhsanaei
e72519f969 remove insecure cipher suites list 2024-12-17 23:18:16 +01:00
mhsanaei
a4d80651f2 UTLS: unsafe 2024-12-17 23:17:12 +01:00
mhsanaei
9ffba7e10f XHTTP: server & client
Remove scMinPostsIntervalMs, xmux, noGRPCHeader from the server side and add them to the client side.

Before you could have them on sub json but I decided to remove them.
2024-12-17 10:39:37 +01:00
mhsanaei
a3babff47a XHTTP: Add "scMaxBufferedPosts" 2024-12-16 11:20:38 +01:00
MHSanaei
6c29c86a5e XHTTP: Add "hMaxRequestTimes, hKeepAlivePeriod" 2024-12-16 10:13:01 +01:00
mhsanaei
22f5922601 XHTTP: Add "keepAlivePeriod" 2024-12-11 17:05:47 +01:00
mhsanaei
fabcaa2d6a xhttp - default settings 2024-12-05 20:15:19 +01:00
mhsanaei
3f3fc3d644 Transport: Remove HTTP
Migrated to XHTTP "stream-one" mode.
2024-12-04 13:49:43 +01:00
mhsanaei
a4db481da2 splithttp to xhttp 2024-12-03 22:24:34 +01:00
mhsanaei
6f0325766e WebSocket: Add heartbeatPeriod 2024-12-03 22:07:58 +01:00
mhsanaei
3e47bedec7 XHTTP: Add "stream-one" 2024-12-03 21:57:44 +01:00
mhsanaei
609e3285bf XHTTP: noGRPCHeader 2024-11-21 17:56:25 +03:30
modimobeikete
936fd5cf91 Add new language ja-JP (#2601) 2024-11-15 13:38:48 +03:30
mhsanaei
51a74e7ca7 SplitHTTP - Mode 2024-11-14 13:09:51 +03:30
mhsanaei
c13802b041 ShadowSocks - ivCheck 2024-11-12 14:01:42 +03:30
mhsanaei
487e7814a1 rename - splithttp to xhttp 2024-11-03 10:51:53 +01:00
mhsanaei
72ead98a7f REALITY: SplitHTTP transport 2024-10-30 14:46:27 +01:00
mhsanaei
2fe0b04b91 removed - XTLS Security
because its too old and no one use it anymore
2024-10-29 12:50:25 +01:00
mhsanaei
868ce1c44e fix outbound noises
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-10-21 10:40:29 +02:00
MHSanaei
569c03f64d wireguard - noKernelTun 2024-10-20 14:07:21 +02:00
Amazing Watermelon
c661eae0e0 Fixed the traditional Chinese name 2024-10-20 11:33:50 +02:00
MadrinX
d670a70ee0 feat(tgbot): Add the option to change the telegram API server (#2584) 2024-10-17 10:59:42 +02:00