• exec/mqtt_spy.js

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sun Feb 11 16:54:50 2024
    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.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sun Nov 17 03:11:30 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/0eb5b55160785f3b2bd31091
    Modified Files:
    exec/mqtt_spy.js
    Log Message:
    Add backup Ctrl-C input checking, just incase console.aborted isn't working

    Telnet BINARY_TX mode from the client disables CTRL-C input checking in all versions of SBBS (before now). This change shouldn't be necessary now, but
    it worked-around the BINARY_TX issue when I was having it (couldn't abort
    mqtt spy).
    --- SBBSecho 3.22-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sun Feb 9 14:43:58 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/5cf45e51382d7a45ed71f3d6
    Modified Files:
    exec/mqtt_spy.js
    Log Message:
    Parse/print the node_aux from the node status topic

    Fix for issue #870
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)