0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-11 11:03:21 +03:00
Commit Graph

65 Commits

Author SHA1 Message Date
7427a55ef1 Adjust Trojan Outbound postRequest 2021-01-08 12:00:46 +00:00
fb0e517158 Adjust Trojan & Socks handleUDPPayload 2021-01-08 06:00:51 +00:00
d5aeb6c545 Refine Trojan packet reader & writer (#142) 2021-01-08 03:55:25 +00:00
161e18299c Fix TPROXY UDP/IPv6
https://github.com/XTLS/Xray-core/issues/137#issuecomment-756064627

十分感谢 @Ninedyz @changyp6
2021-01-07 12:21:27 +00:00
be9421fedf Optimized log (#121) 2021-01-04 05:05:38 +00:00
8fc2d3b61f v1.2.0 v1.2.0 2021-01-01 12:30:16 +00:00
9d4038427d Enable loading TOML & YAML by confdir (#120) 2021-01-01 12:16:22 +00:00
38ec9208d8 Change TOML package to github.com/pelletier/go-toml (#119) 2021-01-01 11:37:38 +00:00
7df135a5c4 Disable session resumption by default
https://github.com/v2fly/v2ray-core/issues/557#issuecomment-751962569
2021-01-01 11:33:09 +00:00
c41a1a56fe Refactor: TPROXY inbound UDP write back
https://t.me/projectXray/119670

虽然不一定是最终的版本,但值得记录,感谢协助测试的各位朋友,特别感谢 @yichya @huyz
2020-12-31 15:57:15 +00:00
310a938511 VLESS & VMess are not ready to accept FullCone yet 2020-12-30 08:10:26 +00:00
2da07e0f8a Refactor: FullCone TPROXY Inbound & Socks Outbound
https://t.me/projectXray/116037
2020-12-29 11:50:17 +00:00
13ad3fddf6 Refactor: *net.UDPAddr -> *net.Destination
https://t.me/projectXray/111998
2020-12-28 09:40:28 +00:00
6bcac6cb10 Move common/net/connection.go into cnc folder 2020-12-28 03:20:39 +08:00
0203190a98 v1.1.5 v1.1.5 2020-12-25 15:25:10 +00:00
a78db47571 Adjust OCSP Stapling 2020-12-25 15:10:12 +00:00
ffd8fd1d8a Adjust JSON & TOML & YAML 2020-12-25 18:53:17 +08:00
3d7e86efba Add OCSP Stapling for TLS & XTLS (#92) 2020-12-25 08:01:20 +00:00
6f25191822 Changes from v2ray-core (#93) 2020-12-24 19:45:35 +00:00
85619b5a29 Add YAML Support (#86) 2020-12-24 19:30:26 +00:00
f073456ac0 Add TOML Support (#98) 2020-12-24 19:11:32 +00:00
09f9d03fb6 Add Homebrew 2020-12-24 12:43:19 +00:00
8f8f7dd66f Refactor: Shadowsocks & Trojan UDP FullCone NAT
https://t.me/projectXray/95704
2020-12-23 13:06:21 +00:00
4140ed7ab0 v1.1.4 v1.1.4 2020-12-18 13:12:41 +00:00
f390047b37 Disable VMess drain when not pure connection 2020-12-18 12:45:47 +00:00
ff9bb2d8df Optimize cipherSuites setting loader 2020-12-17 09:25:30 +00:00
38faac5ffc Adjust config loader of TLS & XTLS 2020-12-16 15:59:04 +00:00
88dfed931b Add cipherSuites setting for TLS & XTLS (#78) 2020-12-16 12:53:55 +00:00
19ce0e99a5 Config loader returns error instead of directly panic (#80) 2020-12-16 12:35:27 +00:00
fe445f8e1a Fix: HTTP dialer uses ctx instead of context.Background() (#79) 2020-12-16 11:52:45 +00:00
6a5618bc54 Outbound Splice supports Inbound XTLS 2020-12-16 10:35:28 +00:00
ed0e9b12dc Adjust ProtoBuf of TLS & XTLS 2020-12-16 08:50:18 +00:00
dab978749c Add minVersion setting for TLS & XTLS (#77) 2020-12-16 05:20:24 +00:00
45f44c401a Refactor: Optimize Memory Usage At Startup
https://github.com/XTLS/Xray-core/issues/68#issuecomment-745231528
2020-12-15 20:27:18 +08:00
2e942e0303 Fix Trojan XTLS 2020-12-14 17:05:15 +08:00
decb012f9d Add Qv2ray and Kitsunebi 2020-12-13 06:21:50 +00:00
574446f942 Add Hello World and ShadowSocksR Plus+ 2020-12-13 05:55:38 +00:00
d71fa16e64 v1.1.3 v1.1.3 2020-12-11 09:32:13 +00:00
f8faf3c8b8 Removal: confonly 2020-12-11 13:05:29 +08:00
b4e84603a2 Add XTLS Splice to Trojan Outbound 2020-12-11 03:05:39 +00:00
ee19bcc08c Add comments for additional code 2020-12-10 07:38:59 +00:00
9c0f0a0cd5 Fix: Code generator & API (#52) 2020-12-10 03:52:05 +00:00
f1eb5e3d08 Refactor: Support TCP/IPv6 in REDIRECT mode
十分感谢 @badO1a5A90 @LGA1150 协助测试

https://github.com/XTLS/Xray-core/issues/48#issuecomment-741509789

https://github.com/v2ray/v2ray-core/issues/1309#issuecomment-447432696
2020-12-09 12:16:38 +00:00
b3f3c5be81 Use runtime.Gosched() instead 2020-12-07 16:08:35 +00:00
bf9401ae7d v1.1.2 v1.1.2 2020-12-06 10:08:11 +00:00
41beb4ec04 Add Timer to Inbound metadata struct 2020-12-05 11:58:10 +00:00
5a43fa750d Adjust trim package name strategy 2020-12-05 04:39:58 +00:00
32e7cd80e8 Fix trim package name error (#36) 2020-12-05 00:51:36 +00:00
e3575277ba bytes.Buffer -> strings.Builder 2020-12-05 00:36:16 +00:00
7ca55add04 Fix main/commands/all/api/shared.go 2020-12-04 15:35:08 +00:00