• exec/mqtt_spy.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sunday, February 11, 2024 16:54:51
    https://gitlab.synchro.net/main/sbbs/-/commit/e8f9ad602d27d8e9c4db481f
    Modified Files:
    exec/mqtt_spy.js
    Log Message:
    Support spying node being a UTF-8 terminal

    console.write() converts CP437->UTF-8, so use write_raw() instead since
    we're already doing the CP437->UTF-8 conversion here.

    As reported by Keyop.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Monday, March 09, 2026 21:03:25
    https://gitlab.synchro.net/main/sbbs/-/commit/da7b51a1a2362296e89a8762
    Modified Files:
    exec/mqtt_spy.js
    Log Message:
    Output the MQTT spy banner earlier so it's more clear that's what you're using

    ... to make it more clear when this is being using by the ;spy command and there are any issues connecting to the MQTT broker

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sunday, April 12, 2026 02:49:56
    https://gitlab.synchro.net/main/sbbs/-/commit/63fb04f5429d069b57ed9071
    Modified Files:
    exec/mqtt_spy.js
    Log Message:
    Fix the node number display in the MQTT Spy banner

    i.e. "*** Synchronet MQTT Spy on Node undefined: Ctrl-C to Abort ***"

    broken in commit 4fe0bb1983aa734

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