Commit graph

154 commits

Author SHA1 Message Date
Niko Marmeladkov
691cce1361
fix: register user_manager in context, immediate credential sync for all protocols, fix vless flow, add Authorization header
Some checks failed
Build / Calculate version (push) Has been cancelled
Build / Build binary (push) Has been cancelled
Build / Build Darwin binaries (push) Has been cancelled
Build / Build Windows binaries (push) Has been cancelled
Build / Build Android (push) Has been cancelled
Build / Publish Android (push) Has been cancelled
Build / Build Apple clients (push) Has been cancelled
Build / Upload builds (push) Has been cancelled
2026-06-18 22:16:18 +03:00
Niko Marmeladkov
a3404e463f
feat: add universal user_manager service for external auth & traffic tracking
Some checks are pending
Build / Calculate version (push) Waiting to run
Build / Build binary (push) Blocked by required conditions
Build / Build Darwin binaries (push) Blocked by required conditions
Build / Build Windows binaries (push) Blocked by required conditions
Build / Build Android (push) Blocked by required conditions
Build / Publish Android (push) Blocked by required conditions
Build / Build Apple clients (push) Blocked by required conditions
Build / Upload builds (push) Blocked by required conditions
- New UserManager service with HTTPS auth, credential sync, traffic tracking, and kick API
- Integrates into all 10 protocol inbounds (hysteria2, tuic, vless, vmess, trojan,
  shadowsocks, http, socks, mixed, naive)
- Each inbound auto-detects user_manager from service context, falls back to static config
- Auth server contract: POST /api/auth, GET /api/credentials, POST /api/traffic
2026-06-18 15:49:49 +03:00
世界
0298b2f33b
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-06-13 09:30:11 +08:00
世界
eb61380f45
tailscale: Fix auth URL not refreshed after logout 2026-06-12 19:45:37 +08:00
世界
992b1bbe21
platform: Add shell support for iOS 2026-06-10 19:36:14 +08:00
世界
dc110f51d2
platform: Add tailscale device name and logout 2026-06-08 08:51:52 +08:00
世界
4bf449a219
tailssh: fix platform SFTP session teardown 2026-06-08 08:51:51 +08:00
世界
b2a9c4990c
tailscale: Add tailssh server 2026-06-08 08:51:51 +08:00
世界
45be67c977
hysteria2: Add gecko obfs 2026-06-08 08:51:51 +08:00
世界
3d50303ec1
Fix tailscale dns 2026-06-08 08:51:51 +08:00
世界
3b23e5a6bd
tailscale: Expose more peer info fields 2026-06-08 08:51:50 +08:00
世界
ae375df1a2
tailscale: Add runtime exit node API 2026-06-08 08:51:50 +08:00
世界
21291afa33
tailscale: Fix handle peer DNS query 2026-06-08 08:51:50 +08:00
世界
701f165e30
tailscale: Revert dialer deprecation and remove control_http_client 2026-06-08 08:51:50 +08:00
世界
098fd90b5e
Fix hysteria2 realm server 2026-06-08 08:51:48 +08:00
世界
aa290a6772
Update hysteria2 realm 2026-06-08 08:51:47 +08:00
世界
0662aa41ad
Add hysteria2 realm service and support 2026-06-08 08:51:47 +08:00
世界
61c4d2dd12
Allow customizing TUN DNS mode and hijack interface DNS by default 2026-06-08 08:51:47 +08:00
世界
db08f3f699
dns: Add preferred_by rule item 2026-06-08 08:51:46 +08:00
世界
f67f75a723
Fix tailscale start dependencies 2026-06-08 08:51:46 +08:00
世界
664db8929a
ssh: Add cipher, MAC, and key exchange configuration 2026-06-08 08:51:45 +08:00
世界
b40e8c5f19
Improve UDP batch support 2026-06-08 08:51:45 +08:00
世界
24003c6238
Fix Tailscale search domain response name mismatch 2026-06-08 08:51:43 +08:00
世界
8597592976
Add search domain support for Tailscale DNS 2026-06-08 08:51:43 +08:00
世界
ab2a90d5e7
Refactor: HTTP clients, unified HTTP2/QUIC options, Apple engines 2026-06-08 08:51:40 +08:00
世界
d1ac250f4b
Add cloudflared inbound 2026-06-08 08:51:38 +08:00
世界
863d67bb6f
tools: Tailscale status 2026-06-08 08:51:37 +08:00
世界
953981a9b5
tools: Tailscale status 2026-06-08 08:51:36 +08:00
世界
d37626ea25
Add BBR profile and hop interval randomization for Hysteria2 2026-06-08 08:51:34 +08:00
nekohasekai
2c01a637a6
Refactor ACME support to certificate provider 2026-06-08 08:51:34 +08:00
世界
179d0818a7
Add MAC and hostname rule items 2026-06-08 08:51:33 +08:00
世界
da0cd68115
Fix ping timeout 2026-06-03 12:56:36 +08:00
世界
3d4616746c
tailscale: Use upstream version format 2026-06-03 12:56:36 +08:00
世界
761b7f4e12
Handle TUN loopback in direct outbound 2026-06-03 12:56:36 +08:00
世界
5e7fd7ad78
Fix lint errors 2026-05-13 23:39:27 +08:00
世界
b4c625543a
Fix tailscale crash at start 2026-05-13 16:28:49 +08:00
世界
2f139af2d1
Fix naive inbound close 2026-05-13 16:28:49 +08:00
世界
3312b8da50
Clean up DNS transports 2026-04-23 02:30:32 +08:00
世界
a80ef94f09
Fix tailscale endpoint early-start close panic 2026-04-19 21:15:54 +08:00
世界
53db1f178c
Fix tailscale crash 2026-04-10 14:09:03 +08:00
hdrover
d9b435fb62
Fix naive inbound padding bytes 2026-04-06 22:33:11 +08:00
世界
4fd2532b0a
Fix naive quic error message 2026-03-30 22:42:36 +08:00
世界
6913b11e0a
Reject removed legacy inbound fields instead of silently ignoring 2026-03-21 17:16:10 +08:00
世界
d2fa21d07b
Deprecate Socksaddr.IsFqdn: do not reject potentially valid domain names 2026-03-16 09:37:59 +08:00
世界
eb0f38544c
tailscale: Fix system interface rules 2026-03-14 21:38:38 +08:00
世界
0b04528803
tailscaile: Fix using TUN auto redirect with tailscale system interface 2026-03-10 22:04:11 +08:00
世界
65875e6dac
tailscale: Use system dialer for system interface
* Revert "Fix netstack TCP connections with system interface
2026-03-10 19:50:16 +08:00
世界
df0bf927e4
Fix missing with_gvisor build tag for tailscale 2026-03-09 20:18:28 +08:00
世界
9cd60c28c0
tailscale: Fix inbound UDP packet connection 2026-03-09 20:06:34 +08:00
世界
1803471e02
endpoint: Fix UDP resolved destination 2026-03-02 13:55:26 +08:00