1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-13 04:35:51 -05:00
Commit Graph

286 Commits

Author SHA1 Message Date
Shelikhoo
881571374d rename Router Enum name Domain to prevent name collision
This creates build break in C++ environment.
2021-09-04 11:13:31 +01:00
Shelikhoo
d0521c3861 added protobuf descriptor into repo 2021-09-04 11:13:31 +01:00
Shelikhoo
3bcee172b0 refactor v2jsonpb to reduce unnecessary complexity 2021-09-04 11:13:30 +01:00
Shelikhoo
95ddd2a313 jsonpb loading 2021-09-04 11:13:30 +01:00
Shelikhoo
c119d8dc79 v2jsonpb full dump support 2021-09-04 11:13:30 +01:00
Shelikhoo
c187b6fb3e v2jsonpb full dump 2021-09-04 11:13:30 +01:00
Shelikhoo
b36b434689 jsonpb format 2021-09-04 11:13:30 +01:00
Shelikhoo
28c36019b2 support v4 json pb output 2021-09-04 11:13:29 +01:00
Shelikhoo
2df4fa39e3 added jsonpb format support: auto generated 2021-09-04 11:13:29 +01:00
Shelikhoo
32374eb545 added jsonpb format support 2021-09-04 11:13:29 +01:00
Shelikhoo
ba2dd5995d replace TypedMessage with anypb.Any 2021-09-04 11:13:28 +01:00
Shelikhoo
add375390e move v4 configure support to own directory 2021-09-04 11:13:13 +01:00
Shelikhoo
c86ac3aca6 isolate dns settings synthesis: auto generated 2021-09-04 11:13:13 +01:00
Shelikhoo
b37755d111 isolate dns settings synthesis 2021-09-04 11:13:13 +01:00
Shelikhoo
3510ddb464 isolate log settings synthesis 2021-09-04 11:13:13 +01:00
Shelikhoo
72d2184dba isolate router settings synthesis: auto generated file 2021-09-04 11:13:13 +01:00
Shelikhoo
39b3866774 isolate router settings synthesis 2021-09-04 11:13:11 +01:00
Shelikhoo
41b54ff61e move buildable to cfg common 2021-09-04 11:12:36 +01:00
Shelikhoo
22f6b100ba fix v4 json loader MultiObservatoryConfig 2021-09-04 11:12:35 +01:00
Shelikhoo
ab803000e7 bug fix for observer 2021-09-04 11:12:35 +01:00
Shelikhoo
6fd8e36a3b adjust test with updated structure 2021-09-04 11:12:35 +01:00
Shelikhoo
2dc539cc70 add V4 json support for observer tag config 2021-09-04 11:12:34 +01:00
Shelikhoo
2cdad52334 add v4 json support for BurstObservatory & fix balancer reference 2021-09-04 11:12:33 +01:00
jebbs
a8dd708028 parse duration conf with time.Parse() 2021-09-04 11:12:04 +01:00
Shelikhoo
718d6f32bf update coding style 2021-09-04 11:12:04 +01:00
Jebbs
7a0af318df refine api, run command and merger (#766)
* mergers code optimize

* api log work with pipe

* remove inbounds/outbounds by tags
*fix rmo flag parse

* cmds description and message optimize
2021-09-04 11:11:45 +01:00
Jebbs
2523d77919 improve commands
(rebased from ebbf31f07e)
2021-09-04 11:11:45 +01:00
Jebbs
fa0cf6db26 v5: Health Check & LeastLoad Strategy (rebased from 2c5a714903)
Some changes will be necessary to integrate it into V2Ray
2021-09-04 11:11:45 +01:00
秋のかえで
dde9463275 V5: Add TOML Support (rebased from 36ba06837f) 2021-09-04 11:11:45 +01:00
Jebbs
ec1694beb1 fix commands issues (#492)
* fix api commands output

* remove unused code

* fix convert always has -r

* update merge err to locate failed file
2021-09-04 11:09:58 +01:00
young-zy
12dfbc78a3 Update protobuf version (rebased from 6d25d51519)
Some change is not adopted since it would break the code base. These changes will be reintroduced at a later date.
2021-09-04 11:09:58 +01:00
Jebbs
b05a469488 v5: Remove v2ctl & wv2ray (rebased from 7c1ab06206) 2021-09-04 11:09:55 +01:00
Jebbs
557b0c3353 V5: YAML support (rebased from 9367e9b1f2) 2021-09-04 11:05:52 +01:00
kslr
54a627c443 remove mtproto (rebased from aa24f9a638) 2021-09-04 11:05:36 +01:00
Jebbs
8c78712841 v5: New multi-json loader (rebased from ff59bd37ce) 2021-09-04 11:05:20 +01:00
Jebbs
a96e093432 go style commands, merge v2ctl commands, v5 oriented (rebased from 521120d196) 2021-09-04 11:05:19 +01:00
Shelikhoo
a53fd35205 separate client ca and server ca
This is designed to prevent a server from being attacked with a client with a certificate issued by a trusted system CA.
Some commercial CA actually can issue certificate to individual to proof their identity. The server should not accept these certs as a valid client certificates.
2021-09-01 22:34:13 +01:00
ydx
fb665ee94a add client certificate verify (#1169) 2021-09-01 21:12:03 +01:00
Loyalsoldier
5794a97708 Fix: JSON tag case (#1212)
JSON unmarshal is case insensitive in Golang
2021-08-19 21:16:54 +08:00
ihotte
8f429c35cb Fix: observatory log & JSON config(#1211)
Co-authored-by: ihotte <ihotte@yeah.net>
2021-08-19 13:40:47 +08:00
Loyalsoldier
639148dda4 Refinement: LRU (#1142) 2021-08-10 11:08:45 +08:00
Shelikhoo
91a2286064 apply coding style 2021-07-01 19:02:27 +01:00
Shelikhoo
54fc21e537 add custom probe interval for observer 2021-06-30 19:33:37 +01:00
Shelikhoo
4773e3a1ed add custom probe URL support for observatory 2021-06-30 17:47:29 +01:00
Shelikhoo
0822160008 VMess AEAD based packet length 2021-06-22 12:26:01 +01:00
Loyalsoldier
6f8979d017 Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
Loyalsoldier
b57ebd5c1c vFormat: use gci instead of customized goimports (#1020) 2021-05-19 19:59:46 +08:00
ght99
faee88163c Fix: v2ctl failed to get geodata loaders (#1014)
Co-authored-by: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com>
2021-05-17 00:44:08 +08:00
Loyalsoldier
218f27c9c1 Feat: vformat supports multi-core processing (#996) 2021-05-11 09:05:43 +08:00
Loyalsoldier
a771e3401a Fix: lint error (#995) 2021-05-11 08:36:06 +08:00