Commit Graph

19 Commits

Author SHA1 Message Date
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