1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 02:35:23 +00:00
v2fly/proxy/vmess
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
2020-08-24 12:10:26 +00:00
..
aead Added Unit Test for VMessAEAD 2020-07-04 13:48:47 +08:00
encoding Added TestsEnabled Settings to enable VMessAEAD test 2020-06-08 16:50:50 +08:00
inbound Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
outbound Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
account.go Fix typo (#36) 2020-06-26 21:27:23 +08:00
account.pb.go Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
account.proto Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
errors.generated.go simplify error creation 2018-09-30 18:39:53 +02:00
validator_test.go VMess AEAD Experiment 2020-06-06 17:11:30 +08:00
validator.go clean up code 2020-06-27 07:51:42 +08:00
vmess.go rename validator 2018-10-18 09:28:09 +02:00
vmessCtxInterface.go Added TestsEnabled Settings to enable VMessAEAD test 2020-06-08 16:50:50 +08:00