Commit Graph
122 Commits
Author SHA1 Message Date
LoyalsoldierandGitHub f94dd11a8c Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
LoyalsoldierandGitHub f98944c9e0 Chore: update protobuf (#670) 2021-02-11 14:57:20 +08:00
LoyalsoldierandGitHub b68f943c78 Fix lint according to golangci-lint (#439) 2020-11-22 05:05:01 +08:00
luciferandGitHub 770b994337 Refine unix domain socket (#367) 2020-10-29 07:30:38 +00:00
loyalsoldier 784775f689 Refine code according to golangci-lint results 2020-10-11 19:22:46 +08:00
loyalsoldier b181045b0c Errorgen: support to run outside of GOPATH 2020-10-04 13:06:12 +08:00
RPRXandGitHub f5642b4075 L -> l, A -> a 2020-08-26 05:01:35 +00:00
RPRXandGitHub a3bc930075 Add PROXY protocol support to WS inbound
https://github.com/v2fly/v2ray-core/pull/103
2020-08-26 04:29:12 +00:00
LoyalsoldierandGitHub 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
Shelikhoo e4acbcee8f Allow the use of Browser Bridge 2020-06-28 15:54:53 +08:00
Roger ShimizuandShelikhoo 90af5f19ba Apply Debian's patch to upstream 2020-06-24 12:57:03 +08:00
DarhwaandShelikhoo 8e791e92bc Further strip unique signatures of tls handshake
1. allow users to disable session ticket
2. set default alpn to ["h2", "http/1.1"]
2020-06-18 11:32:37 +08:00
Shelikhoo 09b81b78c3 regenerate pb data 2020-06-08 16:16:32 +08:00
vcptr 5d9e2e69a9 external module gorilla/websocket use mod version 2019-10-19 10:05:40 +08:00
Kirill Motkov 0401a91ef4 Some code improvements
* Rewrite empty string checks more idiomatically.
* Change strings.ToLower comparisons to strings.EqualFold.
* Rewrite switch statement with only one case as if.
2019-06-28 17:53:44 +03:00
Darien Raymond 98950d5ada remove dep of assert lib 2019-02-10 15:02:28 +01:00
Darien Raymond bdd71a44b4 remove dep on assert lib 2019-02-02 22:19:30 +01:00
Darien Raymond 1ab94fed79 optimize v2ctl size 2019-02-01 20:08:21 +01:00
Darien Raymond 0b1496bb7a update dependencies in websocket 2019-01-17 15:47:07 +01:00
Darien Raymond 6146366a4a enforce timeout for http header processing 2019-01-10 10:40:51 +01:00
Darien Raymond a1b33c3bd6 remove unused functions 2019-01-06 20:33:58 +01:00
Darien Raymond 88e757e33f merge duplicated code 2018-12-27 17:00:34 +01:00
Darien Raymond fc92b6295a compact buffers 2018-12-27 16:36:48 +01:00
Darien Raymond 057e271588 update proto lib 2018-12-01 17:39:51 +01:00
Darien Raymond 5279296f03 remove use of context.WithValue in transport 2018-11-21 14:54:40 +01:00
Darien Raymond 2364f5f280 remove AddressFamily.Either() 2018-11-16 11:13:36 +01:00
Darien Raymond 091fa6ad23 use new errorgen 2018-09-30 23:08:41 +02:00
Darien Raymond d55fbd7f8d simplify error creation 2018-09-30 18:39:53 +02:00
Darien Raymond 00ea6e3cb2 update protobuf generated files 2018-09-30 18:39:28 +02:00
Darien Raymond 94b880d060 move session based info into session package 2018-09-18 23:09:54 +02:00
Darien Raymond 383b84e7dd unified tproxy option 2018-09-17 15:12:58 +02:00
Darien Raymond 20251bf499 system listener for both TCP and UDP 2018-09-15 21:35:32 +02:00
Darien Raymond d068f357bd update proto lib 2018-09-14 11:00:59 +02:00
Darien Raymond 356377ddde change back to IPv4 address 2018-09-10 13:58:14 +02:00
Darien Raymond 6d750e8149 options for enable TFO 2018-09-10 13:23:27 +02:00
Darien Raymond b3847fb7c0 MemoryStreamSettings 2018-09-07 14:50:25 +02:00
Darien Raymond e7d45d8d63 temporarily skip TLS test in ws 2018-08-09 16:51:47 +02:00
Darien Raymond b79ec5f1ed use protocol in string form 2018-08-06 13:48:35 +02:00
Darien Raymond 4b63638dca update protobuf lib 2018-07-25 00:36:28 +02:00
Darien Raymond ffe18d94e4 update websocket reference 2018-07-13 12:17:52 +02:00
Darien Raymond ff0ae91b9b update protobuf generated files 2018-06-26 16:28:54 +02:00
Darien Raymond 9977eadf8c remove dependency from errors to session 2018-06-25 01:09:02 +02:00
Darien Raymond adade2bffd fix lint warnings 2018-05-31 11:55:11 +02:00
Darien Raymond 68da956fc4 re-generate code 2018-05-25 11:56:01 +02:00
Darien Raymond c9e711374f use websocket from vendor 2018-04-20 22:45:44 +02:00
Darien Raymond 318a36fe58 automatic issuing certificates from provided CA 2018-04-10 12:42:02 +02:00
Shelikhoo c542c043f3 Merge branch 'master' of github.com:v2ray/v2ray-core into domainsocket 2018-04-05 19:11:33 +08:00
wuxiangzhou2010 f0862df9a7 fix typo 2018-04-02 16:12:35 +08:00
Ubuntu 7b28be596d fix typo 2018-03-02 08:26:14 +00:00
Darien Raymond bdab1af29a update tls config generation 2018-02-28 15:15:22 +01:00