0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-17 13:57:15 +03:00

Commit Graph

  • 59e5d24280 WireGuard inbound: Fix leaking session information between requests (#4030) 风扇滑翔翼 2024-11-20 13:00:40 +08:00
  • 7d3d6b05e3 Bump github.com/sagernet/sing from 0.5.0 to 0.5.1 (#4026) dependabot[bot] 2024-11-19 03:19:34 +00:00
  • 55e045d098 Config: Correctly marshal Address to JSON (#4021) yiguous 2024-11-19 11:18:47 +08:00
  • 5a96ef632d Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#4018) dependabot[bot] 2024-11-18 05:08:03 +00:00
  • 1f570d9cef XHTTP test: Fix Test_maxUpload RPRX 2024-11-18 04:53:21 +00:00
  • 2d7b0e8cd4 XHTTP client: Fix upload issue in "packet-up" mode inherited from SplitHTTP RPRX 2024-11-17 06:03:25 +00:00
  • ec1fd008c4 Chore: Refactor infra/conf.TestToCidrList() (#4017) zonescape 2024-11-14 19:04:17 +03:00
  • 17825b25f2 WireGuard kernelTun: Fix multi-outbounds not work (#4015) 风扇滑翔翼 2024-11-14 08:13:27 +08:00
  • 83ae38497b Chore: Drop dead code in test (#4012) zonescape 2024-11-13 18:41:54 +03:00
  • 7b4a686b74 Chore: Use a more direct and less error-prone return value (#4008) pinglanlu 2024-11-12 23:44:41 +08:00
  • 48ac662298 Update Dockerfile to Use Multiple Config Files (#4010) lxsq 2024-11-12 23:41:42 +08:00
  • 1a238cbb7d REALITY client: Log invalid connections at warning level RPRX 2024-11-12 06:42:52 +00:00
  • 44b1dd0e67 Test: Change address for DNS over QUIC tests (#4002) zonescape 2024-11-11 22:43:57 +03:00
  • 0df2446f82 v24.11.11 v24.11.11 RPRX 2024-11-11 04:22:33 +00:00
  • 85b3c2328f Bump golang.org/x/net from 0.30.0 to 0.31.0 (#3999) dependabot[bot] 2024-11-11 04:21:50 +00:00
  • 571777483b TLS: Add CurvePreferences (to enable kyber768) (#3991) 风扇滑翔翼 2024-11-11 12:21:28 +08:00
  • 1ffb8a92cd Sniff: Prevent crash on QUIC sniffer panic (#3978) 风扇滑翔翼 2024-11-11 12:20:54 +08:00
  • 480748403a Chore: Fix versions in some *.pb.go files RPRX 2024-11-11 03:27:30 +00:00
  • bd0841a75b XHTTP config: Add "extra" for sharing extra fields (#4000) RPRX 2024-11-11 02:50:39 +00:00
  • 83bab5dd90 Chore: Run gofmt (#3990) zonescape 2024-11-09 14:16:11 +03:00
  • bc4bf3d38f XHTTP: Add "stream-up" mode for client & server (#3994) RPRX 2024-11-09 11:05:41 +00:00
  • 94c02f090e Bump golang.org/x/sys from 0.26.0 to 0.27.0 (#3987) dependabot[bot] 2024-11-08 10:29:50 -05:00
  • 5af750b336 Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#3986) dependabot[bot] 2024-11-08 10:29:35 -05:00
  • 6cb58d9315 Bump golang.org/x/sync from 0.8.0 to 0.9.0 (#3985) dependabot[bot] 2024-11-08 10:25:47 -05:00
  • 8cd3f5448d Bump github.com/sagernet/sing from 0.4.3 to 0.5.0 (#3971) dependabot[bot] 2024-11-08 10:25:09 -05:00
  • b98f29bf3e Chore: Fix some comments (#3979) zonescape 2024-11-07 19:00:04 +03:00
  • 6877ca5201 XHTTP client: Allow different paths in U-D-S (#3977) RPRX 2024-11-07 03:50:28 +00:00
  • 71cfea8aae Chore: Fix some spelling errors (#3976) zonescape 2024-11-06 17:27:06 +03:00
  • afc7ec5506 v24.11.5 v24.11.5 RPRX 2024-11-05 00:50:45 +00:00
  • 057e6284b2 UDS: prevent crash when proxy udp (#3967) 风扇滑翔翼 2024-11-04 23:39:04 +08:00
  • ccc4b7b2cf Test: Fix incorrect output format (#3968) tcpdumppy 2024-11-04 23:36:42 +08:00
  • 9fbb6fbb3b XHTTP client: Move dest2 into MemoryStreamConfig as well RPRX 2024-11-04 05:00:18 +00:00
  • 2c72864935 API: Add user online stats (#3637) Hossin Asaadi 2024-11-03 17:44:15 +04:00
  • e3276df725 XHTTP client: Enable XMUX for download in U-D-S (#3965) RPRX 2024-11-03 07:25:41 +00:00
  • 85a1c33709 API: Add new Get Inbound User (#3644) yuhan6665 2024-11-03 00:25:23 -04:00
  • 091725fd5d Add quic fingerprints and preset configs #3964 uquic yuhan6665 2024-11-02 13:51:40 -04:00
  • 0b7a5086a2 Update quic-go with uquic 0.0.6 yuhan6665 2024-10-27 13:37:13 -04:00
  • b7aacd3245 Wireguard inbound: Do not use kernel TUN (#3960) 风扇滑翔翼 2024-11-01 22:20:04 +08:00
  • 4ec5c78c34 v24.10.31 v24.10.31 RPRX 2024-10-31 07:58:31 +00:00
  • b30e05d1bc XHTTP: The real upload / download splitting (#3955) RPRX 2024-10-31 07:31:19 +00:00
  • e733148c0b REALITY: Unblock SplitHTTP transport (#3816) mmmray 2024-10-30 03:31:05 +01:00
  • 9f8bb47633 Fix: Apply mutex when visiting Attributes as well (#3921) 风扇滑翔翼 2024-10-30 10:26:43 +08:00
  • ceb6eac8e7 WireGuard createTun: Add more logs RPRX 2024-10-30 02:20:55 +00:00
  • cf182b0482 README.md: Update WARNING for Web Panel RPRX 2024-10-27 00:39:20 +00:00
  • 94338c94e9 README.md: Only list secure web panels (#3884) RPRX 2024-10-24 02:06:31 +00:00
  • e4939dc1db Config: Prefer newer alias (REALITY target, RAW) RPRX 2024-10-18 02:18:06 +00:00
  • 8809cbda81 Transport: Remove GUN (an alias of gRPC) RPRX 2024-10-18 01:03:44 +00:00
  • 9bdf72d658 WireGuard config: Replace kernelMode with noKernelTun RPRX 2024-10-18 00:10:09 +00:00
  • b0272c172a README.md: Add wulabing/xray_docker to Docker yuhan6665 2024-10-17 08:43:34 -04:00
  • 25c7bc0c82 v24.10.16 v24.10.16 RPRX 2024-10-16 04:07:51 +00:00
  • 47fad1fbfd Chore: Generate *.pb.go files with protoc v5.28.2 RPRX 2024-10-16 04:01:04 +00:00
  • 897521defd XMUX: Change to non-infinity-reuse default values (#3919) RPRX 2024-10-16 03:47:41 +00:00
  • 86257531ee Routing: Add mutex for Attributes temporarily (#3908) 风扇滑翔翼 2024-10-15 12:22:32 +08:00
  • 82bd5f3046 Refactor: Use struct Int32Range widely (#3867) 风扇滑翔翼 2024-10-15 12:05:22 +08:00
  • 19f3f709b2 WireGuard kernelTun: Check Capabilities instead of checking UID (#3871) チセ 2024-10-15 11:30:29 +08:00
  • 6a70ae6408 HTTP transport: Fix an issue when HTTP client start fail with 403 (#3910) yuhan6665 2024-10-14 22:55:48 -04:00
  • 8c180b9cfd Browser Dialer: Revert changes to event listeners (#3906) mmmray 2024-10-13 07:22:15 +02:00
  • 5164a82185 Routing: Fix regexp syntax support in UserMatcher (#3900) vnxme 2024-10-11 18:37:01 +03:00
  • af7232d545 Bump github.com/pires/go-proxyproto from 0.7.0 to 0.8.0 (#3895) dependabot[bot] 2024-10-09 05:21:03 +00:00
  • b3ab49f323 Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (#3893) dependabot[bot] 2024-10-09 05:20:39 +00:00
  • e2b9f71384 Bump golang.org/x/net from 0.29.0 to 0.30.0 (#3889) dependabot[bot] 2024-10-09 05:20:18 +00:00
  • c30f5d4796 Lint common/errors/feature_errors.go RPRX 2024-10-05 02:15:28 +00:00
  • 75729ce779 REALITY config: Add target as an alias of dest RPRX 2024-10-05 00:13:46 +00:00
  • c7534c4e36 README.md: Add Marzneshin to Web Panel (#3873) Nikita Korotaev 2024-10-03 19:19:39 +05:00
  • e45cef542e Bump google.golang.org/grpc from 1.67.0 to 1.67.1 (#3866) dependabot[bot] 2024-10-02 04:16:29 +00:00
  • 3b06af882d v24.9.30 v24.9.30 RPRX 2024-09-30 15:20:13 +00:00
  • 697156f6f6 SplitHTTP Config: Add capability to parse int in string format (#3855) 风扇滑翔翼 2024-09-29 03:10:42 +08:00
  • d8485bd5af Transport: Add RAW as an alias of TCP (#3852) RPRX 2024-09-28 05:25:59 +00:00
  • 3632e83faa Transport: Add HTTP3 to HTTP (#3819) yuhan6665 2024-09-25 21:29:41 -04:00
  • 7086d286be Remove legacy code (#3838) Kobe Arthur Scofield 2024-09-23 23:28:19 +08:00
  • d497de916f Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#3845) dependabot[bot] 2024-09-23 05:37:54 +00:00
  • acbf36e21b SplitHTTP server: Add global CORS headers for browser dialer (#3830) Lumière Élevé 2024-09-20 08:55:54 +01:00
  • 93cff1a576 Xmux: Value of 0 is treated the same as no value (#3835) mmmray 2024-09-19 17:20:12 +02:00
  • 7677ac980d Browser Dialer: Change from ES5 to ES6+ for performance (#3832) Lumière Élevé 2024-09-19 09:57:43 +01:00
  • bc28cad8f8 v24.9.19 v24.9.19 RPRX 2024-09-19 01:12:29 +00:00
  • 57a41f3b4b Config: Remove more legacy fields (#3817) Kobe Arthur Scofield 2024-09-19 09:05:59 +08:00
  • f406b2dee0 SplitHTTP client: Fix xmux config deserialization (#3827) mmmray 2024-09-19 02:45:39 +02:00
  • a35d5719f4 v24.9.16 v24.9.16 RPRX 2024-09-16 12:48:28 +00:00
  • 363e86c585 UDP noises: Add base64 and multi-packet support (#3794) dragonbreath2000 2024-09-16 05:46:30 -07:00
  • b1c6471eeb SplitHTTP client: Add xmux (multiplex controller) for H3 & H2 (#3613) ll11l1lIllIl1lll 2024-09-16 12:42:01 +00:00
  • a931507dd6 SplitHTTP: Read and validate HTTP/1.1 responses (#3797) Dmitry Anderson 2024-09-16 14:33:03 +02:00
  • 67c2a29065 Bump github.com/sagernet/sing from 0.4.1 to 0.4.3 (#3818) dependabot[bot] 2024-09-15 21:20:12 -04:00
  • 5f0642a671 Errors: Add PrintRemovedFeatureError & PrintDeprecatedFeatureWarning (#3804) Kobe Arthur Scofield 2024-09-15 12:55:54 +08:00
  • 3fed0c773f DNS outbound: Add blockTypes (#3812) 风扇滑翔翼 2024-09-15 12:21:51 +08:00
  • d7c5a0fc5f Fix int overflow on x32 processors causing panic (#3810) Kuzmin Vladimir 2024-09-15 06:47:16 +03:00
  • 781aaee21f QUIC sniffer: handle multiple initial packets (#3802) 风扇滑翔翼 2024-09-14 01:32:43 +08:00
  • 7970f240de Log: show the matching rule tag (#3809) 风扇滑翔翼 2024-09-14 01:05:19 +08:00
  • 88ae774cce Sniff: Routing “attrs” support non http inbound (#3808) 风扇滑翔翼 2024-09-14 00:26:36 +08:00
  • c259e4e4a6 Allow to inject custom validator in VLESS controller (#3453) Torikki 2024-09-13 17:51:26 +03:00
  • 3a8c5f38e8 Routing: Add regexp syntax support to UserMatcher (#3799) vnxme 2024-09-12 17:48:41 +03:00
  • 12c3908e8c Bump google.golang.org/grpc from 1.66.1 to 1.66.2 (#3798) dependabot[bot] 2024-09-12 10:38:51 -04:00
  • 1919a1e86f Log: Improve feature deprecation/removal logs (#3793) Kobe Arthur Scofield 2024-09-12 22:38:17 +08:00
  • 1b607ff874 DNS: Do not hit cache if encounted err (#3784) 风扇滑翔翼 2024-09-12 22:34:45 +08:00
  • 7496413e5c Remove remnants of global transport (#3792) Kobe Arthur Scofield 2024-09-12 02:06:11 +08:00
  • 297a9ae7bd Bump google.golang.org/grpc from 1.66.0 to 1.66.1 (#3786) dependabot[bot] 2024-09-11 11:34:03 -04:00
  • a247997e38 Log: Add MaskAddress option to hide IP addresses (#3783) 风扇滑翔翼 2024-09-11 22:45:47 +08:00
  • 6b1bf312d7 Config: Remove legacy config fields again (#3782) Kobe Arthur Scofield 2024-09-11 22:37:25 +08:00
  • c90affe7db Fix: RPC call causes xray panic problem using wrong account type (#3744) yu 2024-09-09 23:44:22 +08:00
  • 3d0feae462 Transport: Add REALITY TLS1.3 support warning (#3774) 风扇滑翔翼 2024-09-09 23:37:39 +08:00
  • f04cb0b288 Config: Remove some legacy fields from V2Ray 3.x era (#3776) Kobe Arthur Scofield 2024-09-09 14:03:21 +08:00