• exec/mqtt_spy.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thursday, August 17, 2023 22:21:59
    https://gitlab.synchro.net/main/sbbs/-/commit/85076da060105721ca53cd16
    Modified Files:
    exec/mqtt_spy.js
    Log Message:
    Use console.write() when available for outputting spied content

    Defeats local auto-screen-pausing

    Fixes issue #603 reported by Nelgin

    ---
    þ 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, 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