• exec/mqtt_spy.js

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Fri Aug 4 20:25:01 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/483e3f07a3cdff863b81e9eb
    Modified Files:
    exec/mqtt_spy.js
    Log Message:
    Add character set translation (CP437 <> UTF-8)... for when your terminal and the node client terminal don't use the samecharacter set. Only CP437 and UTF-8 addressed in this commit, not PETSCIIor plain ASCII.This was never possible before MQTT.
    --- 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 Fri Aug 4 21:07:52 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/70a6a7df7cff9506c346ed84
    Modified Files:
    exec/mqtt_spy.js
    Log Message:
    Don't publish "null" node input topicget_ansi_seq() here can return null, don't
    pass that value to mqtt.publish()which gets converted to a string.
    --- 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 Thu Aug 17 22:21:59 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/85076da060105721ca53cd16
    Modified Files:
    exec/mqtt_spy.js
    Log Message:
    Use console.write() when available for outputting spied contentDefeats local auto-screen-pausingFixes issue #603 reported by Nelgin
    --- 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 Feb 11 16:54:51 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)