• exec/bullseye.js

    From rswindell@VERT to CVS commit on Thu Oct 25 12:05:00 2018
    exec bullseye.js 1.4 1.5
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv24242

    Modified Files:
    bullseye.js
    Log Message:
    Use bbs.menu() instead of console.printfile() to display the bullseye menu
    file (text/bullseye.*), so you can use terminal-custom screen files.
    Thanks, Nelgin!



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Oct 25 12:45:00 2018
    exec bullseye.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv28322

    Modified Files:
    bullseye.js
    Log Message:
    Enhancement: if the bulletin file in the bullseye.cfg file is "name.*",
    it'll use the bbs.menu() function to display it - with automatic file type/extension selection based on current terminal. Since the bbs.menu() function looks for files in text/menu, you'll need to change the path
    e.g. from "../text/system.msg" to just "../system.*" to display text/system.*



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Oct 25 15:12:00 2018
    exec bullseye.js 1.6 1.7
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv11376

    Modified Files:
    bullseye.js
    Log Message:
    Shortened the prompt to fit nicely on 40-column display.
    Also, using mnemonics() for better dumb terminal support.



    ---
    þ 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 Tue Jul 2 12:26:37 2024
    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 Tue Jul 2 12:40:06 2024
    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 Tue Jul 2 12:40:06 2024
    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
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sun Oct 13 02:26:14 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/27ac33026cf6ce9b52479e81
    Modified Files:
    exec/bullseye.js
    Log Message:
    Pass P_NOERROR to bbs.menu()

    ... to not log an error when the bullseye.asc file doesn't exist.

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