Commit Graph

22 Commits (5fa62c393b15c2c7e2e29354f4c3e1afe6225fbb)

Author SHA1 Message Date
Kslr 7e38c78ddf
Merge branch 'master' of https://github.com/v2fly/v2ray-core into v2fly-master 2020-09-02 16:55:32 +08:00
loyalsoldier f12f76582f
Fix according to staticcheck result
staticcheck repo: https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck
2020-08-30 23:41:15 +08:00
loyalsoldier 1fa89b32d4
Format: run go fmt ./... 2020-08-30 21:17:22 +08:00
Shelikhoo a40727a3dc
added drain for ss and improved vmess drain 2020-08-26 13:51:23 +08:00
Kslr 0392312b74
fix undefined: u 2020-06-27 21:33:45 +08:00
Agioi Theodoroi 7bd324dcec
clean up code 2020-06-27 07:57:16 +08:00
Agioi Theodoroi bbd3988f3d
clean up code 2020-06-27 07:51:42 +08:00
Kslr 50b0fa6ebb
Merge pull request #2416 from sosiska/patch-1
Some code optimization
2020-06-27 07:31:07 +08:00
Shelikhoo 8d489f6c7c
Make taint acquire lesser lock 2020-06-06 19:22:27 +08:00
Shelikhoo 6007e4cc6f
Detailed AEAD Auth Error 2020-06-06 18:57:49 +08:00
Shelikhoo 9bf07b1f26
VMess AEAD Experiment 2020-06-06 17:11:30 +08:00
Shelikhoo 944c45a776
Fix not update behavior seed 2020-06-02 18:01:43 +08:00
Shelikhoo d671780804
Drain Connection Based on Uuid based Behavior seed 2020-06-02 14:47:54 +08:00
Kirill Motkov 0fdad6f0fd Some code optimization
* Removed unnecessary `strings.ToLower()`.
* Removed redundant `u` variable.
2020-04-06 11:57:21 +03: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 9d7efdd2e1
confonly 2019-02-02 22:19:40 +01:00
Darien Raymond 6870ead73e
remove unless check 2018-11-23 17:04:32 +01:00
Darien Raymond 77c03f0da5
move back to serial 2018-11-03 13:03:02 +01:00
Darien Raymond 35ccc3a49c
cleanup unnecessary method in serial. 2018-11-02 18:20:02 +01:00
comwrg 65df107eac
more readable for func `generateNewHashes` in `proxy/vmess/validator.go` 2018-11-02 10:06:44 +08:00
Darien Raymond d9cdfffc69
comments 2018-10-19 16:23:29 +02:00
Darien Raymond 37f838985c
rename validator 2018-10-18 09:28:09 +02:00