• src/sbbs3/qtmonitor/logwidget.cpp logwidget.h mainwindow.cpp

    From Deuc¿@VERT to Git commit to main/sbbs/master on Friday, May 08, 2026 08:46:47
    https://gitlab.synchro.net/main/sbbs/-/commit/fa35499091104cccedf9b14f
    Modified Files:
    src/sbbs3/qtmonitor/logwidget.cpp logwidget.h mainwindow.cpp
    Log Message:
    qtmonitor: add server/system control dropdowns to log panes

    Per-server log panes get a "Server" dropdown with Recycle, Pause, and
    Resume for that server. BBS aggregate pane gets a "System" dropdown
    wired to the host-level Recycle All, Pause All, Resume All actions.

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Monday, May 11, 2026 08:05:50
    https://gitlab.synchro.net/main/sbbs/-/commit/401ebb1a3b4eab86419f01f1
    Modified Files:
    src/sbbs3/qtmonitor/logwidget.cpp logwidget.h mainwindow.cpp
    Log Message:
    qtmonitor: filter log panes by selected host without discarding messages

    Log messages are no longer dropped when they don't match the selected
    host. Instead, all messages are retained and the host combo controls
    display visibility via the existing block filter mechanism.

    Each log block stores its source host in LogBlockData. Changing the
    host combo triggers a re-filter across all log panes, hiding/showing
    blocks based on their host. Lines with no host (broker logs) are
    always visible.

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net