From 9cb9b746d88f4ba8423258eed5ae79e04d7b6a56 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 19 Oct 2025 10:26:09 -0400 Subject: [PATCH] v0.7.33 - Refactor monitoring system to use subscription-based activation with ephemeral events - fixes recursive crash bug --- api/index.html | 5 +- api/index.js | 141 +++++++------------------------------ relay.pid | 2 +- src/api.c | 139 ++++++++++-------------------------- src/api.h | 4 -- src/config.c | 24 ++----- src/embedded_web_content.c | 8 +-- src/main.c | 10 +-- src/main.h | 4 +- src/subscriptions.c | 32 +++++++++ src/subscriptions.h | 3 + 11 files changed, 112 insertions(+), 260 deletions(-) diff --git a/api/index.html b/api/index.html index 11d78b8..f086a1b 100644 --- a/api/index.html +++ b/api/index.html @@ -54,9 +54,8 @@