Commit graph

50 commits

Author SHA1 Message Date
Alireza Ahmadi
1e93f2c297 sub: add client remark #1228 2026-08-20 17:10:52 +02:00
Alireza Ahmadi
0cefd07d21 fix ipv6 in link and sub #1220 2026-08-12 14:58:33 +02:00
Alireza Ahmadi
eb3d11a83c naive links based on network #1211 2026-08-09 15:18:22 +02:00
Alireza Ahmadi
56fa964dcc v1.5.4
Some checks failed
Release S-UI / build-frontend (push) Has been cancelled
Build S-UI for Windows / build-frontend (push) Has been cancelled
Release S-UI / build-386 (push) Has been cancelled
Release S-UI / build-amd64 (push) Has been cancelled
Release S-UI / build-armv5 (push) Has been cancelled
Release S-UI / build-armv6 (push) Has been cancelled
Release S-UI / build-armv7 (push) Has been cancelled
Release S-UI / build-arm64 (push) Has been cancelled
Release S-UI / build-s390x (push) Has been cancelled
Build S-UI for Windows / build-windows-amd64 (push) Has been cancelled
Build S-UI for Windows / build-windows-arm64 (push) Has been cancelled
2026-07-19 19:03:23 +02:00
Alireza Ahmadi
2aba3161eb SS plugin share link #1194
Co-authored-by: rqzbeh <78313022+rqzbeh@users.noreply.github.com>
2026-07-19 11:57:42 +02:00
Alireza Ahmadi
0f4e29a95e add auto early_data to link #1193 2026-07-17 17:45:24 +02:00
Rouzbeh†
78885b0332 Fix Shadowsocks 2022 user lookup (#1181)
Co-authored-by: rqzbeh <198332733+rqzbeh@users.noreply.github.com>
2026-07-10 20:47:01 +02:00
Alireza Ahmadi
3d3a78bc71 fix pinSHA256 on hy links #1093 2026-07-04 14:20:31 +02:00
Alireza Ahmadi
b9ff0d9626 hashed panel password #1159 2026-07-03 00:31:59 +02:00
Alireza Ahmadi
7ae05d42c5 add outbound tls ping certificate
Some checks are pending
Release S-UI / build-frontend (push) Waiting to run
Release S-UI / build-386 (push) Blocked by required conditions
Release S-UI / build-amd64 (push) Blocked by required conditions
Release S-UI / build-armv5 (push) Blocked by required conditions
Release S-UI / build-armv6 (push) Blocked by required conditions
Release S-UI / build-armv7 (push) Blocked by required conditions
Release S-UI / build-arm64 (push) Blocked by required conditions
Release S-UI / build-s390x (push) Blocked by required conditions
Build S-UI for Windows / build-frontend (push) Waiting to run
Build S-UI for Windows / build-windows-amd64 (push) Blocked by required conditions
Build S-UI for Windows / build-windows-arm64 (push) Blocked by required conditions
2026-07-02 22:28:59 +02:00
Alireza Ahmadi
e593c1b9a3 fix ping sha256 fingerprint on links #1093 2026-07-02 22:28:05 +02:00
Alireza Ahmadi
b58de20ce4 fix certificate conflict #1153
Some checks are pending
Release S-UI / build-frontend (push) Waiting to run
Release S-UI / build-386 (push) Blocked by required conditions
Release S-UI / build-amd64 (push) Blocked by required conditions
Release S-UI / build-armv5 (push) Blocked by required conditions
Release S-UI / build-armv6 (push) Blocked by required conditions
Release S-UI / build-armv7 (push) Blocked by required conditions
Release S-UI / build-arm64 (push) Blocked by required conditions
Release S-UI / build-s390x (push) Blocked by required conditions
Build S-UI for Windows / build-frontend (push) Waiting to run
Build S-UI for Windows / build-windows-amd64 (push) Blocked by required conditions
Build S-UI for Windows / build-windows-arm64 (push) Blocked by required conditions
2026-06-29 22:00:30 +02:00
Alireza Ahmadi
b43e2a4278 [feat] createAt-lastOnline-remark added to Client #1115 2026-06-27 13:42:39 +02:00
Alireza Ahmadi
3539024021 auto SHA256 fingerprint for selfsigned certificates #1093 2026-06-26 22:05:45 +02:00
Alireza Ahmadi
3cf47bb501 tuic link support udp_relay_mode #1114 2026-06-24 16:37:53 +02:00
Alireza Ahmadi
4915ad5cc6 external sub connection timeout 2026-06-24 15:07:39 +02:00
Alireza Ahmadi
10f2cc9e07 vless flow more limitation #1127
Some checks are pending
Release S-UI / build-frontend (push) Waiting to run
Release S-UI / build-386 (push) Blocked by required conditions
Release S-UI / build-amd64 (push) Blocked by required conditions
Release S-UI / build-armv5 (push) Blocked by required conditions
Release S-UI / build-armv6 (push) Blocked by required conditions
Release S-UI / build-armv7 (push) Blocked by required conditions
Release S-UI / build-arm64 (push) Blocked by required conditions
Release S-UI / build-s390x (push) Blocked by required conditions
Build S-UI for Windows / build-frontend (push) Waiting to run
Build S-UI for Windows / build-windows-amd64 (push) Blocked by required conditions
Build S-UI for Windows / build-windows-arm64 (push) Blocked by required conditions
2026-06-24 00:36:34 +02:00
cola-prince
ae4581d17b Fix hy2 mport parsing compatibility 2026-03-21 14:43:44 +08:00
Alireza Ahmadi
4424565da4 bulk edit-delete #636 #1035 2026-03-08 01:23:07 +01:00
Alireza Ahmadi
c70f0f97b3 Sing-Box v1.13.0 2026-03-05 00:48:32 +01:00
Alireza Ahmadi
85d42ee91c improve converting link to json 2026-02-13 21:49:43 +01:00
Alireza Ahmadi
e6689ae2dc [api] convert sub to Json 2026-02-12 23:29:50 +01:00
Anem
9d367fb83d refactor(genLink): replace map with struct for link params 2026-01-05 15:35:03 +08:00
Chaosoffire
09e94c6213
refactor: replace math/rand with crypto/rand for secure generation
- Updated `common.Random` and added `common.RandomInt` to use `crypto/rand` for cryptographically secure random number generation.
- Added a thread-safe fallback to `math/rand` in case of system entropy failure.
- Optimized `allSeq` initialization by using a rune slice literal instead of a loop in `init()`.
- Refactored `util/outJson.go` to use the new `common.RandomInt`, removing the direct dependency on `math/rand`.
2025-12-15 21:43:33 +08:00
Alireza Ahmadi
c5ccfb6ead
fix(config): Handle null alterId in VMess proxy config (#842)
* fix(config): Gracefully handle null alterId in proxy configurations

* Fix wrong AI based changes

---------

Co-authored-by: Kittros <yuan364299311@gmail.com>
2025-09-27 22:06:17 +02:00
Alireza Ahmadi
7751c8fce0 go package 2025-09-18 23:19:56 +02:00
Alireza Ahmadi
a2c3033f5a fix hy speed on links #801 2025-09-13 13:15:09 +02:00
Alireza Ahmadi
03cda07c9d fix queryEscape parts in links #806 2025-09-13 12:52:33 +02:00
Alireza Ahmadi
2276175354 reality support links #794 2025-09-12 00:19:30 +02:00
Alireza Ahmadi
7f24735677 fix hysteria link generator #801 2025-09-11 23:23:58 +02:00
Alireza Ahmadi
216db63551 fix reality link to clash sub #766 2025-08-29 23:28:00 +02:00
Alireza Ahmadi
b26aa8d53c add alpn to vmess link #740 2025-08-17 12:36:23 +02:00
Alireza Ahmadi
b2a0ccfe02 fix ss in json sub 2025-08-07 00:35:12 +02:00
Alireza Ahmadi
590f6871af fix remark on ss link 2025-08-07 00:34:30 +02:00
Alireza Ahmadi
55b6272204 support http,socks,mixed links 2025-08-04 19:32:24 +02:00
Alireza Ahmadi
58fd5f17cf fix tls certificate in out_json #681 2025-07-29 22:33:32 +02:00
Alireza Ahmadi
d2827d013b improve client's inbound changes 2025-07-13 12:29:21 +02:00
Alireza Ahmadi
d186875ab7 clash - stash subscription #373 2025-06-01 23:50:45 +02:00
Alireza Ahmadi
a5f4c46066 support anytls link #611 2025-05-30 23:05:55 +02:00
Alireza Ahmadi
73cf4d5b7e new protocol anytls 2025-05-29 21:51:20 +02:00
Alireza Ahmadi
8b431f4da8 fix reality sid #495 2025-05-27 22:00:58 +02:00
Alireza Ahmadi
045f368c27 fix host in v2ray links #474 2025-02-15 21:30:12 +01:00
Alireza Ahmadi
11215b96ae fix fingerprint in links #469 2025-02-15 14:19:35 +01:00
Alireza Ahmadi
e197a7081b fix exceptions for outjson #459 2025-02-09 14:27:27 +01:00
Alireza Ahmadi
875c660fb2 fix vless flow in reality links #463 2025-02-09 02:17:41 +01:00
Alireza Ahmadi
f233f1c6b6 fix utl, flow and insecure in links #463 #445 2025-02-09 02:16:26 +01:00
Alireza Ahmadi
1c4a927e0d small fixes and typos 2025-02-09 00:56:13 +01:00
Alireza Ahmadi
f0a7481d72 fix empty outJson error 2025-02-06 11:48:41 +01:00
Alireza Ahmadi
4865072f55 fix ss link #443 2025-02-02 13:59:28 +01:00
Alireza Ahmadi
7faa28a89d separate frontend repository 2025-01-29 00:08:36 +01:00