• docs/slyedit_readme.txt exec/SlyEdit.js SlyEdit_Misc.js slyedcfg.js

    From Eric Oulashin@VERT to Git commit to main/sbbs/master on Tue Apr 30 12:53:12 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6614794d7aa3af9007b7b936
    Modified Files:
    exec/addfiles.js
    Log Message:
    Better support for CD-ROM filenaming (no dashes in ISO 9660 filenames!)

    Though the FILES.BBS might have filenames with dashes, the filenames actually have underscores. Consider converting any other valid DOS filename charact
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Apr 30 12:53:12 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6614794d7aa3af9007b7b936
    Modified Files:
    exec/addfiles.js
    Log Message:
    Better support for CD-ROM filenaming (no dashes in ISO 9660 filenames!)

    Though the FILES.BBS might have filenames with dashes, the filenames actually have underscores. Consider converting any other valid DOS filename characters that are not allowed in ISO 9660 filenames as well (but to what?).

    More logging of mi