Commit graph

7 commits

Author SHA1 Message Date
世界
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
世界
9db1cc53a5
Add sing-box API service 2026-06-12 19:45:37 +08:00
世界
d4cd859377
platform: Add OOM Report & Crash Report 2026-06-08 08:51:34 +08:00
世界
ca76c56377
daemon: Fix registry leak 2026-04-19 20:39:38 +08:00
世界
cf4791f1ad
platform: Improve iOS OOM killer 2026-02-26 14:13:32 +08:00
世界
172a9d5e4e
Standardize gomobile usages 2026-02-07 15:52:26 +08:00
世界
5bc0dfa9dd
platform: Refactoring libbox to use gRPC-based protocol 2026-01-17 05:47:32 +08:00