• exec/addfiles.js

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Wed Feb 23 18:03:26 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/7723edad5c5233228599228b
    Modified Files:
    exec/addfiles.js
    Log Message:
    Add -file=name|pattern option to specify files to add/updatepostfile.js still should be used for adding a single file to a filebase,but when updating a single file, this seemed like a simple enhancement.It also allows filtering of files to be added by wildcard (e.g. *.zip),so potentially useful for adding files too.Address enhancement request #348
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Fri Sep 16 18:56:12 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/baa41e238a8f79325f4e3ea9
    Modified Files:
    exec/addfiles.js
    Log Message:
    Document -auto option
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sun Mar 5 13:58:08 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/88e013a0a21a7fde9bca1af6
    Modified Files:
    exec/addfiles.js
    Log Message:
    Add support for an optional description character offset (number) argIf all descriptions start a fixed offset and the default parsinglogic (regex) isn't working for the sysop, they can specify the exacterror offset to use for the beginning of each file's description. Thisoffset is only used for the initial line of the description, not thecontinuation lines, but perhaps that could be done if needed.This is an attempt to address issue #530I first attempted to use "Lookbehind Assertions" in the regex, butdidn't have any success and decided the brute force method that theold addfiles utility used might be as simpler solution and provide aneffective work-around for more potential issues with auto-detectingthe beginning of the useful file description.I also added descriptions of the optional arguments to the help output.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sun Mar 5 19:12:14 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/2d3a68a87956163e160df6a3
    Modified Files:
    exec/addfiles.js
    Log Message:
    Fix typo in help output
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 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
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Fri Nov 10 20:38:02 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.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Tue Feb 13 21:11:50 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/de9bb77a2b1b13a9a99913bc
    Modified Files:
    exec/addfiles.js
    Log Message:
    Fix typo in help text
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Fri Mar 22 12:25:52 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)
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sat Mar 23 22:05:10 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.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)