• exec/bullseye.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Tuesday, July 02, 2024 12:26:37
    https://gitlab.synchro.net/main/sbbs/-/commit/06884399ad0888fcd6046b52
    Modified Files:
    exec/bullseye.js
    Log Message:
    Refactor, make bullseye menu file (e.g. bullseye.asc) optional

    Use console.uselect() to list the bulletin files, if the menu file
    (e.g. bullseye.asc) doesn't exist. For Amessyroom.

    Don't replace the Pause (hit a key) prompt, since that messes up
    localizaton support (reverts to the text.dat Pause prompt, instead of the text.*.ini translated Pause prompt). The replace/revert text buffers should really be a stack for a full fix for this.

    Missing bulletin files are automatically excluded from the bulletin list.

    The rest is just clean-up from the conversion from Baja.

    This is still a very old/basic script, but at least it's not quite as hideous and outdated as before.

    Increment the version to 3.00.

    ---
    þ 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 Tuesday, July 02, 2024 12:40:06
    https://gitlab.synchro.net/main/sbbs/-/commit/b0b0dce808517fb7a65c78de
    Modified Files:
    exec/bullseye.js
    Log Message:
    Don't exclude the missing bulletin files from the list (change in last commit)

    ... since that messes up the bulletin->file numbering which is often
    hard-coded in bullseye.asc

    ---
    þ 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 Tuesday, July 02, 2024 12:40:06
    https://gitlab.synchro.net/main/sbbs/-/commit/048f43204ec44f8ed695b8f3
    Modified Files:
    exec/bullseye.js
    Log Message:
    Log bulletin file view success/failure more accurately

    Also updated log output format, avoid redundancy

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