• xtrn/mrc/mrc-client.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, March 23, 2025 18:51:45
    https://gitlab.synchro.net/main/sbbs/-/commit/6044f84090356193464413c3
    Modified Files:
    xtrn/mrc/mrc-client.js
    Log Message:
    Print a helpful error and exit if can't open mrc-client.ini file

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, March 23, 2025 19:14:58
    https://gitlab.synchro.net/main/sbbs/-/commit/c0c1565dafe213f8f2cd6919
    Modified Files:
    xtrn/mrc/mrc-client.js
    Log Message:
    Check the node "interrupt flag" every 10 seconds

    Since this script isn't normally calling bbs.nodesync() (e.g. to display
    any pending inter-node messages/telegrams), we have to check the NODE_INTR
    flag manually. Calling bbs.nodesync() directly here to get a more immediate notice and disconnection message sent to the user.

    This check is necessary so that a sysop or the event thread can gracefully terminate/disconnect a user that's running this script (e.g. when an
    exclusive timed event is scheduled to run and thus being prevented to run). This should help Keyop's reported issue with his weekly msgmaint timed event having to ungracefully disconnect his user session because he's running this script.

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