• exec/mqtt_spy.js

    From Rob Swindell (on Debian Linux)@VERT 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).

    ---
    þ 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 Fri Jan 31 18:19:32 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/9817d145f8ae7646ff99f966
    Modified Files:
    exec/mqtt_spy.js
    Log Message:
    Catch and print exceptions

    Because of the way this script is invoked from str_cmds.js (using js.exec)
    any exceptions were just silent failures, making debugging issues
    (e.g. the recent regression with the global ascii() function) difficult.

    ---
    þ 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 Sun Feb 9 14:43:59 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

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