1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-10-11 11:34:21 -04:00
Commit Graph

104 Commits

Author SHA1 Message Date
Loyalsoldier
d7a202a705 Lint: update linter config & fix code style (#1089)
* Lint: update linter config
* Fix: code style
2021-06-22 22:36:23 +08:00
Shelikhoo
79174ab2a0 unified drain support for vmess and shadowsockets 2021-06-22 12:26:17 +01:00
Shelikhoo
0822160008 VMess AEAD based packet length 2021-06-22 12:26:01 +01:00
Shelikhoo
e413653b1d show legacy warning only once 2021-04-05 18:55:44 +01:00
Shelikhoo
2604c7c375 Revert "move non-VMessAEAD warning to startup"
This reverts commit e87e3d6b
2021-04-05 18:50:07 +01:00
kslr
e87e3d6b85 move non-VMessAEAD warning to startup 2021-04-02 22:19:52 +08:00
Loyalsoldier
e46204f828 Chore: fix lint according to golangci-lint errors (#781)
* Chore: fix lint according to golangci-lint errors
* Chore: regenerate pb.go files
2021-03-14 07:44:47 +08:00
Xiaokang Wang
733c5dea88 Deprecate legacy VMess header with a planned decommission (#717) 2021-03-01 21:26:54 +08:00
Loyalsoldier
f94dd11a8c Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
dyhkwong
d8bc41e653 support enforcing VMessAEAD via environment variable (#596)
* support enforcing VMessAEAD via env var

to prevent downgrade attack

* Add comments to make Codacy Production happy
2021-02-08 18:08:01 +08:00
Loyalsoldier
b68f943c78 Fix lint according to golangci-lint (#439) 2020-11-22 05:05:01 +08:00
Chinsyo
32e0e6e484 Some minor fix (#430)
* fix typo pading to padding

* reorder common/buf/buffer.go code layout

* delete unused common/stack

Co-authored-by: Chinsyo <chinsyo@sina.cn>
2020-11-18 04:23:30 +08:00
loyalsoldier
784775f689 Refine code according to golangci-lint results 2020-10-11 19:22:46 +08:00
Shelikhoo
e2e266114a Fix incorrect IV usage which slightly reduced security 2020-09-12 16:27:40 +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
Shelikhoo
8c886b4b46 Apply Coding Style 2020-06-08 13:21:59 +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
38e89bd2c7 VMess will Drain Connection On Auth failure 2020-06-03 11:25:47 +08:00
Shelikhoo
8f45736dd3 drain replayed connection 2020-06-02 20:02:08 +08:00
Shelikhoo
34c13f3b27 Detailed code and output 2020-06-02 18:18:31 +08:00
Shelikhoo
5e59534333 Fix when rolled number is zero 2020-06-02 17:30:48 +08:00
Shelikhoo
13cef19430 Increase Drain Pool 2020-06-02 17:11:51 +08:00
Shelikhoo
ca032dd00f Drain Connection Based on uuid based behavior seed(skip auth info drain for now) 2020-06-02 15:16:17 +08:00
Shelikhoo
d671780804 Drain Connection Based on Uuid based Behavior seed 2020-06-02 14:47:54 +08:00
Shelikhoo
e0aa18b6f3 Drain Connection with invalid checksum before closing. Emergency fix for weakness described in https://github.com/v2ray/v2ray-core/issues/2523 2020-06-01 16:40:54 +08:00
Darien Raymond
953bfac572 remove unnecessary assignment 2018-11-13 09:51:55 +01:00
Darien Raymond
35ccc3a49c cleanup unnecessary method in serial. 2018-11-02 18:20:02 +01:00
Darien Raymond
815c7f09ba migrate to std lib 2018-11-02 15:47:58 +01:00
Darien Raymond
58e2ed3381 remove closure on ReadFullFrom 2018-11-02 15:01:33 +01:00
Darien Raymond
4fcb39ded9 comments 2018-10-18 09:25:58 +02:00
Darien Raymond
cb2658f2bf Revert "pooled session objects"
This reverts commit a89ff38fe6.
2018-09-14 16:51:46 +02:00
Darien Raymond
81c9968188 simplify crypto related code 2018-09-12 15:43:36 +02:00
Darien Raymond
a89ff38fe6 pooled session objects 2018-09-11 20:15:15 +02:00
Darien Raymond
eb05a92592 dont start periodic task until necessary 2018-08-29 23:00:01 +02:00
Darien Raymond
54e1bb96cc introduce in-memory user 2018-08-27 00:11:32 +02:00
Darien Raymond
5e65d7da6d more accurate memory usage when buffer = 0 2018-07-31 16:05:57 +02:00
Darien Raymond
64a3333987 remove extra bytes reading 2018-07-09 17:26:43 +02:00
Darien Raymond
f54a8735ab global padding in vmess protocol 2018-07-07 15:42:24 +02:00
Darien Raymond
4a46817cf6 optimize map usage 2018-05-31 12:05:25 +02:00
Darien Raymond
13f3c356ca unified task package 2018-05-27 13:02:29 +02:00
Darien Raymond
483a56c847 adjust lint settings 2018-05-26 00:47:51 +02:00
Darien Raymond
413a3a4eb6 comments 2018-04-14 15:39:09 +02:00
Darien Raymond
0caf2a004b reduce memory usage of vmess internal objects 2018-04-14 15:05:49 +02:00
Darien Raymond
66ed1bab2a simplify BytesGenerator 2018-04-14 13:10:12 +02:00
Darien Raymond
83625618ee re-init maps when they are empty 2018-04-07 23:07:30 +02:00
Darien Raymond
4de3f1adc1 change ReadFullFrom to take int32 size 2018-04-02 00:44:47 +02:00
Darien Raymond
a1401e7632 fix compatibility with shadowrocket. fixes #920 2018-03-06 10:59:37 +01:00
Darien Raymond
6a3abf3147 fix data race when caching session id 2018-02-26 17:49:53 +01:00
Darien Raymond
af1abf687c unify all address reading and writing 2018-02-23 23:42:01 +01:00