NapCatQQ/packages/napcat-onebot/network
手瓜一十雪 7cd0e5b2a4 Add isActive property to plugin adapters
Introduces an isActive getter to OB11PluginAdapter and OB11PluginMangerAdapter, which returns true only if the adapter is enabled and has loaded plugins. Updates event emission logic to use isActive instead of isEnable, ensuring events are only sent to active adapters.
2026-01-14 13:18:37 +08:00
..
adapter.ts Refactor network adapter activation and message handling 2026-01-14 13:11:17 +08:00
http-client.ts refactor: 整体重构 (#1381) 2025-11-13 15:39:42 +08:00
http-server-sse.ts Refactor network adapter activation and message handling 2026-01-14 13:11:17 +08:00
http-server.ts Refactor network adapter activation and message handling 2026-01-14 13:11:17 +08:00
index.ts Add isActive property to plugin adapters 2026-01-14 13:18:37 +08:00
plugin-manger.ts Add isActive property to plugin adapters 2026-01-14 13:18:37 +08:00
plugin.ts Add isActive property to plugin adapters 2026-01-14 13:18:37 +08:00
websocket-client.ts Refactor network adapter activation and message handling 2026-01-14 13:11:17 +08:00
websocket-server.ts Refactor network adapter activation and message handling 2026-01-14 13:11:17 +08:00