467 Commits

Author SHA1 Message Date
世界 f60f3728ce Fix string type 2026-07-25 22:58:38 +08:00
世界 fa7b0d9de9 Fix inconsistent URLTest results 2026-07-25 22:58:38 +08:00
世界 58affa1c6d Add JSON schema support 2026-07-25 22:58:38 +08:00
世界 2ff294c4f4 Improve OpenVPN & OpenConnect interoperability 2026-07-21 13:08:31 +08:00
世界 e017747c5f boxdd: Implement linux http proxy 2026-07-19 18:22:19 +08:00
世界 d2e030bdca Improve network reset 2026-07-19 17:50:02 +08:00
世界 412300ed56 Fix bind control for auto redirect 2026-07-17 23:46:07 +08:00
世界 46f00de9aa Add openvpn and openconnect 2026-07-17 17:42:02 +08:00
世界 704b57cf3e Refactor endpoint listen 2026-07-17 11:05:01 +08:00
世界 c8ee3497b2 refactor: New tun udpnat 2026-07-16 21:35:01 +08:00
世界 2392b176e2 Fix start lifecycle 2026-07-16 00:38:31 +08:00
世界 e34b57c3b0 boxdd: Add insecure mode 2026-07-16 00:38:31 +08:00
世界 04e60002eb windivert: stabilize Windows driver lifecycle 2026-07-14 12:31:01 +08:00
世界 81bfee7ef7 platform: Add http proxy support for Windows 2026-07-13 19:12:05 +08:00
世界 bc946b870e Fix windivert open 2026-07-13 01:53:56 +08:00
世界 74aa66cf1f windivert: Verify cached driver against embedded asset before load 2026-07-11 16:13:22 +08:00
世界 b8bd28f357 Fix netns manager 2026-07-11 15:52:42 +08:00
世界 792f2007ac Add netns and unshare support 2026-07-11 08:42:52 +08:00
世界 5fee7552e7 Fix windows bridge forwarding to connected subnets 2026-07-09 11:20:34 +08:00
世界 24607d331b Improve windivert syscall 2026-07-09 11:20:34 +08:00
世界 d7c70d1a72 dialer: Fix auto_detect_interface for UDP connections 2026-07-09 11:20:33 +08:00
世界 c85b64ecad Add windows bridge 2026-07-09 11:20:33 +08:00
世界 c808a1618d Imrpove flow tracking & sniff action 2026-07-09 11:20:32 +08:00
世界 bf280b0a02 dialer: Dial directly when only one interface is available 2026-07-09 11:20:31 +08:00
世界 1e237633f1 tls: Fix read wait buffer sizing 2026-07-09 11:20:31 +08:00
世界 8c38d742d0 certificate: Replace platform bridge with CGO JNI 2026-07-09 11:20:08 +08:00
世界 22650b3020 Fix group status updates broken by API service
The URL test history update hook and the Clash mode update hook were
single-slot: the API service's attached service overwrote the hook set
by the daemon, so clients stopped receiving group updates. Replace both
with multicast hook lists.

Also share a single URL test history storage via context: Clash API
looked it up under a key nobody registered and fell back to its own
empty storage, so dashboards showed no delay once an API service was
configured. Selector changes now notify through the shared storage,
covering selections made from any API surface.
2026-07-09 11:20:05 +08:00
世界 a485967957 Add sing-box API service 2026-07-09 11:20:03 +08:00
世界 b5158e2704 process: Fix panic when package manager is unavailable on Android 2026-07-09 11:19:46 +08:00
世界 3d5d0b0ca0 Fix lint errors 2026-07-09 11:19:45 +08:00
世界 73cee034c5 Fix TLS server close 2026-07-09 11:19:39 +08:00
macronut 1581a72924 Add more spoof method
Signed-off-by: macronut <4027187+macronut@users.noreply.github.com>
2026-07-09 11:19:16 +08:00
世界 dbe307461c dns: Add timeout configuration 2026-07-09 11:19:14 +08:00
nekohasekai 5dbc0a58cb Add Windows TLS engine 2026-07-09 11:19:13 +08:00
世界 cac32a5f1d Improve UDP batch support 2026-07-09 11:19:13 +08:00
世界 4755ce63f5 Add ACME profile support for IP address certificates 2026-07-09 11:19:12 +08:00
世界 4f711f82ca Fix goroutine leak in networkquality tool
Serialize probe rounds in startProber to eliminate unbounded fan-out of
fire-and-forget probe goroutines (up to 100/sec per direction), and close
HTTP/3 transports via transport.Close() in addition to CloseIdleConnections.
2026-07-09 11:19:11 +08:00
世界 d2fd2ab794 Fix tls-spoof 2026-07-09 11:19:10 +08:00
世界 00f0cc9d0f Fix Apple TLS metadata capture 2026-07-09 11:19:10 +08:00
世界 8092f78453 Defer implicit default HTTP client fallback to first use 2026-07-09 11:19:09 +08:00
世界 336ed8bae9 Scope HTTP/2 fallback and HTTP/3 broken state per authority 2026-07-09 11:19:09 +08:00
世界 c87408c455 Fix macOS tlsspoof 2026-07-09 11:19:09 +08:00
世界 b58afd9784 Reject IP literal server name with TLS spoof 2026-07-09 11:19:09 +08:00
世界 894f6eae60 Fix legacy rule-set download_detour blocked by empty direct check 2026-07-09 11:19:08 +08:00
世界 a2872c3f32 Add TLS spoof support 2026-07-09 11:19:08 +08:00
世界 c1da99eede Refactor: HTTP clients, unified HTTP2/QUIC options, Apple engines 2026-07-09 11:19:07 +08:00
世界 c8101bf1b7 Add optimistic DNS cache 2026-07-09 11:17:55 +08:00
世界 c08c6d52d0 Fix stun test 2026-07-09 11:17:54 +08:00
世界 2e932bef52 Fix lint errors 2026-07-09 11:17:53 +08:00
世界 ef954777d0 Add package_name_regex route, DNS and headless rule item 2026-07-09 11:17:53 +08:00