• exec/lbshell.js

    From Deuc¿@VERT to Git commit to main/sbbs/master on Fri Mar 8 21:38:21 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/60bde349f49d5a3d5c7ddd12
    Modified Files:
    exec/lbshell.js
    Log Message:
    Fix longstanding TODO to get files in a directory.

    This is likely also broken classic_shell.js, but nobody should ever
    open that file anymore.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Jan 12 17:56:18 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/ecf197806fb0275318bbe1b2
    Modified Files:
    exec/lbshell.js
    Log Message:
    Since datestr() now can return "Never" avoid calling datestr with 0.

    "Scan for New Files since Never" is gibberish.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Jan 12 17:57:26 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/6433049e1c0c1c9a5e49e902
    Modified Files:
    exec/lbshell.js
    Log Message:
    Remove stutter.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Oct 23 01:14:50 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/dac5c3e275b99e55b8459304
    Modified Files:
    exec/lbshell.js
    Log Message:
    Add support for JPEG XL backgrounds

    Just drop 640x400 *.jxl files in text/backgrounds and one will be
    chosen randomly.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Oct 23 09:57:15 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/51bf3fe88e5276b794553a8a
    Modified Files:
    exec/lbshell.js
    Log Message:
    Fix mouse suport

    This has been broken since 80a30d178... which is ironic, since this
    is the reason mouse_getkey.js was created. :D

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Oct 23 14:49:42 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/702d6933fb25b093941582ae
    Modified Files:
    exec/lbshell.js
    Log Message:
    Update for JXL backgrounds

    Cache all of them at startup, then choose a new random one each time
    the buffer is re-created (ie: every time you return to the shell)

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