wwqgtxx
39eda257a7
chore: replace zhangyunhao116/fastrand to our metacubex/randv2
2024-05-31 13:07:48 +08:00
moexiami
5eb8958ff2
fix: correct type for vmess.ws-opts.path in ConvertsV2Ray ( #1145 )
...
It should be a string for the following reasons:
1. During conversion, it is conditionally assigned with
`wsOpts["path"] = path.(string)`
2. After conversion, it is decoded into `WSOptions.Path` in
`adapter/outbound/vmess.go` which requires a string.
2024-05-21 23:31:28 +08:00
H1JK
3e0bd65135
feat: Converter support Xray HTTPUpgrade fast open path
2024-03-30 18:19:40 +08:00
snakem982
36ea09eff4
fix: Converter SIP002 parameters parse ( #976 )
2024-01-19 21:20:11 +08:00
snakem982
bc74c943b8
[fix] append tuic to proxies
2023-12-02 13:02:20 +08:00
wwqgtxx
17c9d507be
chore: hello mihomo
2023-11-03 21:58:21 +08:00
Larvan2
f6bf9c0857
feat: converter support hysteria2
2023-09-21 17:25:15 +08:00
H1JK
ed09df4e13
fix: TLS ALPN support
2023-08-14 15:48:13 +08:00
H1JK
f89ecd97d6
feat: Converter unofficial TUIC share link support
2023-08-14 15:11:33 +08:00
H1JK
836615aac9
fix: Converter panic on bad VMess share links
2023-04-12 14:40:38 +08:00
H1JK
431dcfa914
fix: Converter REALITY security type
2023-03-26 11:03:32 +08:00
H1JK
3e47bfacf0
feat: Converter support REALITY share standard
2023-03-19 17:31:52 +08:00
wwqgtxx
f7610ce2ad
chore: better uuid using
2023-03-15 10:10:03 +08:00
metacubex
0c984644b4
chore: parse the allowInsecure field for the trojan uri scheme
2023-03-09 01:31:43 +08:00
wwqgtxx
6a97ab9ecb
chore: use fastrand to replace math/rand
2023-03-06 18:10:14 +08:00
H1JK
ae966833a4
chore: Generate UUID from fastrand
2023-03-05 11:00:14 +08:00
wwqgtxx
c1199f1a8a
chore: add early conn interface to decrease unneeded write
2023-02-27 00:26:49 +08:00
H1JK
cc2a775271
feat: Converter support uTLS fingerprint field
2023-02-11 16:40:01 +08:00
H1JK
cbc217e80a
fix: Converter Shadowsocks password parse
2023-02-04 16:58:17 +08:00
H1JK
248578086f
feat: Converter support WS early data parameters
2023-01-27 11:31:58 +08:00
ag2s20150909
023a96a6d3
make ConvertsV2Ray more robust ( #349 )
...
* make ConvertsV2Ray more robust
* add log
* fix
2023-01-24 16:34:52 +08:00
metacubex
5dd691aa95
fix: ss converter cipher missing
2023-01-14 21:37:10 +08:00
metacubex
dd4e4d7559
chore: ss2022 converter method verify
2023-01-10 21:55:36 +08:00
H1JK
0f29c267be
fix: Converter VMess XUDP not enabled by default when using v2rayN style share link
2023-01-10 20:47:58 +08:00
H1JK
d38ceb78c9
chore: Refine converter packet encoding parse
2023-01-10 18:25:05 +08:00
metacubex
0c354c748a
fix: ss2022 converter password decode error
2023-01-10 18:13:18 +08:00
metacubex
3a8e7c8899
chore: vemss converter xudp is true by default
2023-01-10 18:10:21 +08:00
H1JK
fd48c6df8a
chore: Fix fmt in #321
...
Replace all double spaces to tabs due to Go fmt proposal.
2023-01-07 12:24:28 +08:00
ag2s20150909
8e6989758e
fix converter error
2023-01-03 22:33:29 +08:00
H1JK
4c5853e5e7
feat: Converter Shadowsocks UoT support
2022-11-05 06:41:07 +00:00
metacubex
6106adc6a5
fix: hysteria converter
2022-10-27 18:37:27 +08:00
H1JK
6ce3805719
feat: Converter support packet encodings for VMess
2022-10-02 21:10:29 +08:00
Hellojack
b23a071050
feat: Converter VMessAEAD share link standard support
2022-08-19 22:00:22 +08:00
Hellojack
732e82e3d0
fix: Converter VMess security field typo
2022-08-19 21:17:44 +08:00
H1JK
fecbc7a091
chore: Clean converter code and add doc
2022-08-19 19:46:50 +08:00
Hellojack
3867329ef3
fix: Converter error when VMess aid
field not exists
2022-08-07 20:43:11 +08:00
MetaCubeX
6fedc8d942
fix: Converter for password of ss2022
...
fix: Converter for password of ss2022
fixup! fix: Converter for password of ss2022 and ws
fix: Converter for password of ss2022 and ws
2022-06-23 00:54:58 +08:00
MetaCubeX
5141ddc96e
fix: Converter for vless/vmess/ss URI Scheme
2022-06-21 00:28:33 +08:00
MetaCubeX
930a7af8e7
chore: hy URI Scheme 解析
2022-06-15 23:18:06 +08:00
MetaCubeX
625c4a1079
Update util.go
2022-06-15 08:44:16 +08:00
MetaCubeX
2563b20019
fix: ss/ssr URI Scheme 解析问题
2022-06-15 03:03:26 +08:00
MetaCubeX
94368f43eb
fix: Vmess URI Scheme 解析问题
2022-06-10 03:15:30 +08:00
MetaCubeX
94648989b8
fix: hysteria URI Scheme 解析问题
2022-06-09 00:22:47 +08:00
MetaCubeX
c14c07d2e3
feat: 代理集支持 Hysteria 分享格式订阅解析
2022-06-08 01:50:14 +08:00
MetaCubeX
9511ccfe47
chore: refine code
2022-06-08 01:47:50 +08:00
MetaCubeX
f8366f6e42
fix: 代理集转换ws类型
...
feat: 新增grpc h2 http 等支持
2022-06-07 03:17:33 +08:00
yaling888
2188fad9c1
Feature: add V2Ray subscription support to proxy provider
2022-06-05 15:59:47 +08:00