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 |
|
Darien Raymond
|
546c2fb226
|
settings for forcing secure encryption in vmess server
|
2018-02-23 12:13:02 +01:00 |
|
Darien Raymond
|
80a1e73361
|
fix error propagation in vmess server
|
2018-02-22 15:25:26 +01:00 |
|
Darien Raymond
|
42d83a703e
|
fix transfer for mux
|
2018-02-09 22:29:30 +01:00 |
|
Darien Raymond
|
30a0aa6fb0
|
don't read 0 bytes
|
2018-02-09 17:56:39 +01:00 |
|
Darien Raymond
|
8460d016ab
|
fix address parsing for mux
|
2018-02-09 17:48:09 +01:00 |
|
Darien Raymond
|
efcb567273
|
remove context in struct
|
2018-02-08 15:39:46 +01:00 |
|
Darien Raymond
|
a1ae4aa515
|
cleanup session history
|
2018-02-07 16:35:22 +01:00 |
|
Darien Raymond
|
02685094d3
|
rewrite vmess encoding using buf
|
2017-10-27 21:11:45 +02:00 |
|