Commit Graph

605 Commits (0d99c3f9425b4007d3a2c3d05ab31e0d84b85681)

Author SHA1 Message Date
Kslr 876e2fcc73
Merge pull request #1904 from hex2tan/master
5 years ago
fcying fa926a1d1d access log add detour tag
5 years ago
hex2tan 3d63ec4e78
fixed add new user bug
5 years ago
vcptr ad4a1a3dc2 show vmess decode errors at warning level
5 years ago
Kslr 2451eedbc4
Merge pull request #1767 from Gondnat/addEmailIntoAccessLog
5 years ago
Gondnat dd048bfb29 add email into access log for shadowsocks, vmess and mux
5 years ago
Kirill Motkov 0401a91ef4 Some code improvements
5 years ago
Darien Raymond 1531642768
benchmark test for user validator
6 years ago
Darien Raymond 98950d5ada
remove dep of assert lib
6 years ago
Darien Raymond 9d7efdd2e1
confonly
6 years ago
Darien Raymond bdd71a44b4
remove dep on assert lib
6 years ago
Darien Raymond 1ab94fed79
optimize v2ctl size
6 years ago
Darien Raymond 28189197b3
remove dependency of assert lib
6 years ago
Darien Raymond c9958681f7
remove dependency on assert lib
6 years ago
Darien Raymond 3de8389361
rename CloseError() to Interrupt()
6 years ago
Darien Raymond 427679e66d
simplify task execution
6 years ago
Darien Raymond bea521537e
errors.Combine
6 years ago
Darien Raymond 057e271588
update proto lib
6 years ago
Darien Raymond 6870ead73e
remove unless check
6 years ago
Darien Raymond 769f770cf7
migrate NetworkList to []Network
6 years ago
Darien Raymond a20262ef20
allocate buffer on stack
6 years ago
Darien Raymond 6c7dcc35ab
remove buffer.WriteBytes
6 years ago
Darien Raymond a14fae4b35
fix lint warnings
6 years ago
Darien Raymond 953bfac572
remove unnecessary assignment
6 years ago
Darien Raymond 77c03f0da5
move back to serial
6 years ago
Darien Raymond 128a90b98b
move link to transport
6 years ago
Darien Raymond f7b96507f9
simplify buffer extension
6 years ago
Darien Raymond 35ccc3a49c
cleanup unnecessary method in serial.
6 years ago
Darien Raymond 815c7f09ba
migrate to std lib
6 years ago
Darien Raymond ee489c95b3
remove Port.Bytes()
6 years ago
Darien Raymond 58e2ed3381
remove closure on ReadFullFrom
6 years ago
Victoria Raymond 787f37363b
Merge pull request #1352 from comwrg/more-cases-validator
6 years ago
Darien Raymond 9f48a6d017
enable global padding for aead by default
6 years ago
comwrg 078a92128a
add more test cases for `proxy/vmess/validator.go`
6 years ago
comwrg 65df107eac
more readable for func `generateNewHashes` in `proxy/vmess/validator.go`
6 years ago
Darien Raymond 17e51b277b
move proxy.Dialer to internet.Dialer
6 years ago
Darien Raymond a5dcb0f13e
refactor dependency resolution
6 years ago
Darien Raymond d9cdfffc69
comments
6 years ago
Darien Raymond 37f838985c
rename validator
6 years ago
Darien Raymond 4fcb39ded9
comments
6 years ago
Darien Raymond 595f3d685e
merge user info inbound metadata
6 years ago
Darien Raymond b4821c5ed5
move policy and dnsClient
6 years ago
Darien Raymond 273342d0b9
move stats and inbound to features directory
6 years ago
Darien Raymond b6dc31d3fe
first part to move feature interfaces into dedicated directory
6 years ago
Iskander Sharipov 0cf3599db2 s/len/length/ s/cap/capacity/ to avoid builtin shadowing
6 years ago
Darien Raymond 091fa6ad23
use new errorgen
6 years ago
Darien Raymond d55fbd7f8d
simplify error creation
6 years ago
Darien Raymond 00ea6e3cb2
update protobuf generated files
6 years ago
Darien Raymond fce64b1665
reduce one pointer in TimedUserValidator
6 years ago
Darien Raymond 94b880d060
move session based info into session package
6 years ago