• src/sbbs3/qtmonitor/mainwindow.cpp mainwindow.h mqttclient.cpp mqttcli

    From Deucе@VERT to Git commit to main/sbbs/master on Thursday, May 07, 2026 18:12:54
    https://gitlab.synchro.net/main/sbbs/-/commit/2a0e2559088c2d8033e668ed
    Modified Files:
    src/sbbs3/qtmonitor/mainwindow.cpp mainwindow.h mqttclient.cpp mqttclient.h
    Log Message:
    qtmonitor: show server version in status bar

    Subscribe to server version topic and display extracted version number
    (e.g. "3.20a") before the server state in the status bar. Debug builds
    show "-Dbg" suffix.

    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 Friday, May 08, 2026 21:16:54
    https://gitlab.synchro.net/main/sbbs/-/commit/4ccf80d2429dd3975c175198
    Modified Files:
    src/sbbs3/qtmonitor/mainwindow.cpp mainwindow.h mqttclient.cpp mqttclient.h
    Log Message:
    qtmonitor: add multi-host support with host selector

    Auto-discover hosts from incoming MQTT topics. Host selector dropdown
    in toolbar defaults to the first host seen (single-host), with "All
    Hosts" for broadcasting controls to every discovered host. All server
    control actions (recycle, pause, resume, clear) now target the
    selected host(s).

    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 Friday, May 08, 2026 21:16:54
    https://gitlab.synchro.net/main/sbbs/-/commit/8a435bcc2bcd4dff9e265357
    Modified Files:
    src/sbbs3/qtmonitor/mainwindow.cpp mainwindow.h mqttclient.cpp mqttclient.h
    Log Message:
    qtmonitor: filter all data by selected host, show hostname in multi-host mode

    All MQTT signals now include the source hostname. Data is filtered by
    the host selector — only matching data is displayed. When "All Hosts"
    is selected with multiple hosts discovered, log messages are prefixed
    with [hostname] for disambiguation.

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

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