• exec/load/json-client.js

    From Rob Swindell@VERT to Git commit to sbbs/master on Saturday, September 05, 2020 14:06:27
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/de455e84c892008b4b9bfbdf
    Modified Files:
    exec/load/json-client.js
    Log Message:
    Log better connect failure error messages.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Saturday, September 26, 2020 14:25:06
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/271dca08f4a3b490006e0adb
    Modified Files:
    exec/load/json-client.js
    Log Message:
    Throw an Error instance (as an exception) instead of a string.

    This enables much easier debugging of logged exceptions/errors.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Saturday, September 26, 2020 17:13:08
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/c78059a3c037cef849880cf7
    Modified Files:
    exec/load/json-client.js
    Log Message:
    Store the socket error description before closing the socket.

    Also, don't include "error" in the Error message.
    Also, socket error strings can be quite long on Windows (e.g. >128 chars)
    so place at the end of the Error message.

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