Commit Graph

27 Commits

Author SHA1 Message Date
ea4014bceb fix(normalsub): conditionally generate sing-box obfs config 2025-12-25 17:10:42 +00:00
76472dfde5 feat(normalsub): Implement flexible, path-based subscription URLs
Refactors the NormalSub feature to move away from a hardcoded `/sub/normal/` path and a restrictive single-word subpath. This change introduces support for multi-segment, slash-separated subpaths (e.g., `path/to/resource`), providing greater flexibility for creating descriptive and structured subscription URLs.
2025-11-29 20:22:22 +00:00
a8314eefa4 Feat: Refactor subscription page templates 2025-09-17 11:14:37 +00:00
45e3e101d5 fix pinSHA256 2025-09-07 01:13:05 +03:30
e260d9a8c4 feat: migrate normalsub from json to mongodb 2025-09-07 00:52:37 +03:30
40ce17deea Hotfix(sub): Display correct user data on blocked page 2025-08-18 15:56:26 +03:30
b9f979d1ae Feat: Add blocked user check to subscription endpoint 2025-08-17 16:16:30 +03:30
8b2f22849b feat(subscription): add external configs to normal subscription links 2025-08-17 15:42:16 +03:30
ecf617c52b fix(normalsub): robustly parse URIs with spaces in node names
fix(singbox): correct password generation for various URI auth formats
2025-08-08 21:31:50 +03:30
de4c3de84e feat(normalsub): Add external node URIs to subscriptions 2025-08-06 15:37:52 +03:30
475d511345 feat(normalsub): use user password in subscription link path
Refactored normalsub.py to use the user's password as the identifier in the subscription URL path instead of the username, enhancing privacy by making user enumeration harder.
2025-05-27 20:59:37 +03:30
2168080843 feat: Refactor normalsub to use Caddy as reverse proxy 2025-05-27 16:20:02 +03:30
53f3dd49a9 Fix: Return 404 User Not Found 2025-04-01 00:12:36 +03:30
08d1679dc0 Implement noindex headers in responses & noindex tag in html & noindex
in robots.txt & close connection if the path is invalid
2025-03-31 18:39:04 +00:00
eb2b3f590b Fix: Enforce strict subpath validation and URL safety 2025-02-28 21:17:33 +03:30
a5dd5f6f9f feat: Implement subpath support for normal subscriptions 2025-02-28 14:24:14 +03:30
4978125360 Comment logging 2025-02-26 23:42:49 +03:30
10597b154c Comment logging 2025-02-26 23:42:22 +03:30
2839ed8684 Combined singbox with normal sub 2025-02-26 23:41:24 +03:30
f0697d56e6 Fix: Include both IPv4 and IPv6 URIs in normalsub output 2025-02-22 13:31:02 +03:30
54aa154465 Fix: Handle missing IPv4/IPv6 URIs and improve UI/UX 2025-02-22 13:22:01 +03:30
8899975fbc feat: Enhance normalsub UI and data display 2025-02-22 11:00:28 +03:30
b307ff7675 feat: Enhance v2rayNG compatibility for pinSHA256 conversion
Converting the pinSHA256 value from Base64 to colon-separated hexadecimal format when a v2rayNG User-Agent is detected.
2025-02-13 20:54:39 +03:30
0fdbf67769 Better output 2025-02-13 00:10:09 +03:30
4594db82d3 typo 2025-02-12 23:50:26 +03:30
cb8ed7bd36 Added userinfo 2025-02-12 23:43:58 +03:30
8400d55c64 Create normalsub.py 2024-10-06 21:40:02 +03:30