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
65e51f8aea
fix ineffassign
2025-10-26 20:22:33 +01:00
Alireza Ahmadi
d6c4d9a497
remove default docker volume #853
2025-10-12 16:51:39 +02:00
Alireza Ahmadi
7b979b95d4
ech for clash sub #770
2025-10-04 22:21:40 +02:00
Alireza Ahmadi
64979e6725
build on tag as well
2025-10-04 22:20:29 +02:00
Alireza Ahmadi
0e3e2d0b18
v1.3.7
v1.3.7
2025-09-28 00:09:18 +02:00
Alireza Ahmadi
6d52ad13c5
[clash sub] support shadowsocks #838
2025-09-27 22:32:02 +02:00
Alireza Ahmadi
7c406cfd1c
Merge pull request #830 from alireza0/dependabot/go_modules/github.com/gin-gonic/gin-1.11.0
...
Bump github.com/gin-gonic/gin from 1.10.1 to 1.11.0
2025-09-27 22:06:34 +02: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
dependabot[bot]
5aa5393ada
Bump github.com/gin-gonic/gin from 1.10.1 to 1.11.0
...
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin ) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/gin-gonic/gin/releases )
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gin-gonic/gin/compare/v1.10.1...v1.11.0 )
---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
dependency-version: 1.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-22 16:25:16 +00:00
Alireza Ahmadi
15d171f94e
new donation link
2025-09-19 00:12:22 +02:00
Alireza Ahmadi
7751c8fce0
go package
2025-09-18 23:19:56 +02:00
Alireza Ahmadi
9d1ad833f9
v1.3.6
1.3.6
2025-09-13 13:20:41 +02:00
Alireza Ahmadi
e6f7354ce7
sing-box v1.12.8
2025-09-13 13:19:58 +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
fb999b4ee8
v1.3.5
1.3.5
2025-09-12 00:42:39 +02:00
Alireza Ahmadi
e3ebfcf721
bump packages
2025-09-12 00:39:58 +02:00
Alireza Ahmadi
33071deb53
Merge pull request #782 from alireza0/dependabot/github_actions/actions/setup-go-6
...
Bump actions/setup-go from 5 to 6
2025-09-12 00:37:45 +02:00
Alireza Ahmadi
9b3b8d4540
Merge pull request #783 from alireza0/dependabot/github_actions/actions/setup-node-5
...
Bump actions/setup-node from 4 to 5
2025-09-12 00:37:32 +02:00
Alireza Ahmadi
98bf124078
sing-box v1.12.5
2025-09-12 00:24:13 +02:00
Alireza Ahmadi
abc73a6525
fix external link on tls change
2025-09-12 00:19:51 +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
4d1544864d
go 1.25.1
2025-09-11 21:10:56 +02:00
Alireza Ahmadi
4aadee7ca0
fix ipv6 hostname #789
2025-09-09 22:30:07 +02:00
Alireza Ahmadi
6aba1354d5
fix client api error handling #781
2025-09-04 19:56:56 +02:00
dependabot[bot]
63b229143d
Bump actions/setup-node from 4 to 5
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-04 16:10:29 +00:00
dependabot[bot]
f861950c50
Bump actions/setup-go from 5 to 6
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-04 16:10:26 +00:00
Alireza Ahmadi
97d1694bfa
fix numbered external links #774
2025-09-04 00:47:58 +02:00
Alireza Ahmadi
2d28d9b409
v1.3.4
1.3.4
2025-09-01 01:06:51 +02:00
Alireza Ahmadi
560c41acbe
disable traffic charts if set to zero
2025-08-30 02:11:43 +02:00
Alireza Ahmadi
e3c33bf649
sing-box v1.12.4
2025-08-30 01:20:38 +02:00
Alireza Ahmadi
216db63551
fix reality link to clash sub #766
2025-08-29 23:28:00 +02:00
Alireza Ahmadi
05d8a6bf85
Merge pull request #757 from Peter1303/main
...
update: docker run command
2025-08-26 20:22:45 +02:00
PeterPan
1e6c2b9598
update: docker run command
2025-08-25 11:35:00 +08:00
Alireza Ahmadi
f006323f54
remove OS version dependency
2025-08-21 13:39:33 +02:00
Alireza Ahmadi
f3bfe9bb9a
v1.3.3
1.3.3
2025-08-21 13:10:53 +02:00
Alireza Ahmadi
ffbab9682a
sing-box v1.12.3
2025-08-21 12:28:56 +02:00
Alireza Ahmadi
123813dc90
fix build for windows
2025-08-21 03:47:37 +02:00
Alireza Ahmadi
7bc7468cf3
build for windows #374
2025-08-20 22:49:00 +02:00
Alireza Ahmadi
12addde548
build by musl instead of glibc
2025-08-20 21:29:49 +02:00
Alireza Ahmadi
e54cca19fa
go v1.25.0
2025-08-20 20:45:44 +02:00
Alireza Ahmadi
a67ec6f58e
sing-box v1.12.2
2025-08-20 20:45:19 +02:00
Alireza Ahmadi
f913591af0
Merge pull request #732 from alireza0/dependabot/github_actions/actions/checkout-5.0.0
...
Bump actions/checkout from 4.2.2 to 5.0.0
2025-08-20 20:02:22 +02:00
Alireza Ahmadi
38f7c131a2
Merge pull request #722 from alireza0/dependabot/go_modules/github.com/sagernet/sing-0.7.5
...
Bump github.com/sagernet/sing from 0.7.0-beta.2 to 0.7.5
2025-08-20 20:02:10 +02:00
Alireza Ahmadi
7c0478d7f4
clashsub: fix tuic missing data #738
2025-08-20 02:38:35 +02:00
Alireza Ahmadi
b26aa8d53c
add alpn to vmess link #740
2025-08-17 12:36:23 +02:00
dependabot[bot]
fb12a27d62
Bump actions/checkout from 4.2.2 to 5.0.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5.0.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-11 23:11:22 +00:00
Alireza Ahmadi
82c7b43f06
update compatibility docs and checks
2025-08-10 13:37:01 +02:00