• exec/ircmsg.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, May 27, 2021 03:40:28
    https://gitlab.synchro.net/main/sbbs/-/commit/7b4fd42c6de22eab48e7abe7
    Modified Files:
    exec/ircmsg.js
    Log Message:
    Send a PING line after message line(s), wait for response.

    Is this what you had in mind, Cyan?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, May 27, 2021 05:33:41
    https://gitlab.synchro.net/main/sbbs/-/commit/8cd6ca9c7216f5b94b558864
    Modified Files:
    exec/ircmsg.js
    Log Message:
    Wait for the correct PING reponse using a random token.

    One potential issue here is if you connect/send to irc.synchro.net,
    you'l going to get the PONG response back from a different hostname
    (e.g. vert.synchro.net), which won't match the expected PONG response.

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