From 162d7412405e78198ede361a8fbae8dc8b82278a Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Fri, 13 Mar 2026 22:30:32 +0100 Subject: Made CPR optional, html generated at build time (#840) - Fix potential crash on startup caused by logging macros being invoked before the logging system is initialized (null logger dereference in `ZenServerState::Sweep()`). `LoggerRef::ShouldLog` now guards against a null logger pointer. - Make CPR an optional dependency (`--zencpr` build option, enabled by default) so builds can proceed without it - Make zenvfs Windows-only (platform-specific target) - Generate the frontend zip at build time from source HTML files instead of checking in a binary blob which would accumulate with every single update --- src/zenserver/frontend/html.zip | Bin 431365 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/zenserver/frontend/html.zip (limited to 'src/zenserver/frontend/html.zip') diff --git a/src/zenserver/frontend/html.zip b/src/zenserver/frontend/html.zip deleted file mode 100644 index 58778a592..000000000 Binary files a/src/zenserver/frontend/html.zip and /dev/null differ -- cgit v1.2.3