• exec/addfiles.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sun Sep 24 13:18:26 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/c98a9c7b25259f0985219fbc
    Modified Files:
    exec/addfiles.js
    Log Message:
    Add -readd option to mark any updated existing files as newly-uploaded

    ---
    þ 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 Fri Nov 10 20:38:03 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/1d42983602e49fa66d9a32d4
    Modified Files:
    exec/addfiles.js
    Log Message:
    Don't use 'undefined' for missing file descriptions

    Just a blank string instead.

    ---
    þ 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 Feb 13 21:11:51 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/de9bb77a2b1b13a9a99913bc
    Modified Files:
    exec/addfiles.js
    Log Message:
    Fix typo in help text

    ---
    þ 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 Fri Mar 22 12:25:53 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/67354173a674638c85b20054
    Modified Files:
    exec/addfiles.js
    Log Message:
    Add better error reporting when listfile can't be found on disk

    For Dumas Walker (CAPCITY2)

    ---
    þ 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 Sat Mar 23 22:05:11 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/aec57bee6c6190c5aa8ff826
    Modified Files:
    exec/addfiles.js
    Log Message:
    Auto-detect/correct filename case from file lists

    Addresses issue reported by Dumas Walker (CAPCITY2) and kk4qbn (KK4QBN)
    whereby the list contains filenames in the wrong case.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Mon Apr 8 20:24:24 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/60ed45998a08be0299afee3d
    Modified Files:
    exec/addfiles.js
    Log Message:
    Remove extra closing-parens pointed out by Apam

    Oops

    ---
    þ 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 Apr 30 18:05:01 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 missing and renamed files (e.g. fixed case, dashes replaced with underscores).

    ---
    þ 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 Nov 3 05:17:31 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/774127e34c43e620e3779ca5
    Modified Files:
    exec/addfiles.js
    Log Message:
    Use a different variable name (libname) to not clobber the lib variable

    Fix to Nelgin's reported error:
    line 199: TypeError: lib.parse is not a function

    ---
    þ 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 Nov 3 05:20:21 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/d9c5f963f0575eb9ebcbc9e3
    Modified Files:
    exec/addfiles.js
    Log Message:
    Use var keyword for good form (no functional change)

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