Kslr
58694e75d9
Merge branch 'master' into 2750-conflicts
4 years ago
RPRX
65565572d3
VLESS UDP over TCP struct breaking change ( #239 )
...
具体改变:每个 UDP 载荷前加两字节长度的 length,最大值为 2048-2=2046。若不使用 Mux,服务端与客户端均需升级至 v4.30.0+。这是 VLESS 公测版(0)协议结构本身唯一一次 breaking change,正式版(1)的服务端预计会长期同时支持该版本,第三方客户端的实现应当尽快跟进。
4 years ago
maskedeken
e445d21f4b
Add trojan protocol support ( #181 )
...
* Add trojan protocol support
Co-authored-by: Eken Chan <ekenchan@msn.com>
Co-authored-by: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
4 years ago
RPRX
f55e05c166
int -> int32
4 years ago
RPRX
4b0aea1dca
Fix bug
4 years ago
RPRX
0e8e23897c
Tiny adjustment
4 years ago
RPRX
3072cdccf4
Add return
4 years ago
RPRX
648d4180aa
VLESS PREVIEW 2
4 years ago
RPRX
010fbf4d8b
Make isAEAD more efficient
4 years ago
RPRX
470dc8523b
Make isAEAD more efficient
4 years ago
Kslr
20926be898
Merge pull request #2740 from v2fly/master
...
merge v2fly
4 years ago
Kslr
0cbed7e265
Merge pull request #187 from wwqgtxx/master
...
support disable vmess aead by os environ
4 years ago
wwqgtxx
43174d6951
support disable vmess aead by os environ
4 years ago
Darhwa
d2d4f48815
Fix the coarse-grained mutex in http outbound
...
fix v2ray#2731
4 years ago
Shelikhoo
e2e266114a
Fix incorrect IV usage which slightly reduced security
4 years ago
Kslr
7a50794964
Merge pull request #2730 from v2fly/master
...
merge fly
4 years ago
RPRX
ee1e18df24
Schedulers -> Flow
4 years ago
RPRX
2237528d1e
fix
4 years ago
RPRX
8c2e8e9db9
Add defer
4 years ago
Kslr
2a3fe11952
VMess AEAD will be used when alterId is 0
4 years ago
Kslr
d7a5f01520
Merge branch 'master' into 2725
4 years ago
RPRX
16fe0b03f6
Do not convert @ to \x00
4 years ago
Kslr
7e38c78ddf
Merge branch 'master' of https://github.com/v2fly/v2ray-core into v2fly-master
4 years ago
loyalsoldier
f12f76582f
Fix according to staticcheck result
...
staticcheck repo: https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck
4 years ago
loyalsoldier
1fa89b32d4
Format: run go fmt ./...
4 years ago
RPRX
84aaf3a1e3
VLESS PREVIEW 1.5
4 years ago
loyalsoldier
f9175e3bc8
Fix according to go vet results
4 years ago
Shelikhoo
a40727a3dc
added drain for ss and improved vmess drain
4 years ago
Loyalsoldier
ef460f68f8
Adjust Protocol Buffers ( #109 )
...
* Update protoc binary executable files to v3.13.0
* Write proto files in more standard way
* Make go generate & vprotogen compatible with protoc-gen-gofast
* Regenerate pb.go files according to new proto files
* Clean go.sum by running go mod tidy
* Implement mustEmbedUnimplementedServiceServer for gPRC services
4 years ago
Darhwa
d05ddc8f78
Make http outbound 0-rtt
4 years ago
Kslr
90a61a5b04
Merge pull request #2667 from v2fly/master
...
merge fly
4 years ago
RPRX
5708edd117
VLESS PREVIEW 1.3
4 years ago
RPRX
070e72f581
unexpected -> invalid
4 years ago
RPRX
1cfc02e720
VLESS PREVIEW 1.2
4 years ago
RPRX
2c49559c61
Merge pull request #76 from Vigilans/vigilans/tproxy-sockopt
...
Apply sockopt from inbound config to dokodemo tproxy's response connection
4 years ago
Vigilans
30e312f72b
Apply sockopt from inbound config to dokodemo tproxy's response connection
4 years ago
Darhwa
cae278dd00
Fix http outbound
...
Get correct TLS negotiated protocol when stats setting exists
4 years ago
Darhwa
1acb2fd854
Some cleaning and linting
4 years ago
RPRX
bad7e2cfd8
VLESS PREVIEW 1.1
4 years ago
lucifer9
9da4339d8a
Add access log for dokodemo inbound
4 years ago
Kslr
4bb3e4eb30
Merge pull request #2625 from v2fly/master
...
marge fly
4 years ago
Shelikhoo
437a66b7de
Added Unit Test for VMessAEAD
4 years ago
Kslr
0392312b74
fix undefined: u
4 years ago
Kslr
1fb57ebab0
Merge pull request #2606 from v2fly/master
...
merge fly
4 years ago
Agioi Theodoroi
7bd324dcec
clean up code
4 years ago
Agioi Theodoroi
bbd3988f3d
clean up code
4 years ago
Kslr
50b0fa6ebb
Merge pull request #2416 from sosiska/patch-1
...
Some code optimization
4 years ago
Kslr
48cc4f545f
Merge pull request #2577 from fzhyzamt/master
...
支持非抢先验证的客户端
4 years ago
rprx
1432278c2c
Fix typo ( #36 )
4 years ago
Shelikhoo
f19f95af35
Update AEAD design to rely more on AEAD
4 years ago