• src/sbbs3/addfiles.c

    From rswindell@VERT to CVS commit on Mon May 11 22:28:42 2020
    src/sbbs3 addfiles.c 1.61 1.62
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv27538

    Modified Files:
    addfiles.c
    Log Message:
    Experimental change for Nelgin:
    this should allow the import of a bare filename list (no descriptions or white-space after each filename required).

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Dec 2 20:51:05 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/415c9d79a829fa342a649e5a
    Modified Files:
    src/sbbs3/addfiles.c
    Log Message:
    When adding one file at a time, the description is now optional.

    If no description is given, just make the default/short description, literally, "No description given" - rather than refusing to add the file.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Fri Apr 16 12:32:40 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/492457499648f1c5cd14b4ad
    Modified Files:
    src/sbbs3/addfiles.c
    Log Message:
    Fix some crashes on multi-line description import stuff

    Even though this is going to be removed / deprecated.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Fri Apr 16 18:49:39 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/921c349f57428409777ea258
    Modified Files:
    src/sbbs3/addfiles.c
    Log Message:
    Fix the file update support a bit.

    This is still broken (errors when updating existing files) and is still planned for deprecation.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Apr 25 19:36:21 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/057b737eca56dbbe55f2d6b0
    Modified Files:
    src/sbbs3/addfiles.c
    Log Message:
    Close stream on error.

    Fixes CID 33498
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Jan 12 19:11:24 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/0562a5ac7f52b061ed56872f
    Modified Files:
    src/sbbs3/addfiles.c
    Log Message:
    Remove remnants of alternate file path support

    Wouldn't work with the new filebase if you tried to use it anyway. Just noticed while watching the v3.19b new feature video that the [.alt_path] was still listed as a command-line option.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Jan 12 19:34:05 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/4e3e63efa690cc2855d7e085
    Modified Files:
    src/sbbs3/addfiles.c
    Log Message:
    Address GCC warning: `%s' directive writing up to 4096 bytes...

    warning: `%s' directive writing up to 4096 bytes into a region of size between 4034 and 4097
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Jan 12 19:40:24 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/f7c6b4b368537952b77bb5a7
    Modified Files:
    src/sbbs3/addfiles.c
    Log Message:
    A couple more sprintf->SAFEPRINTF conversions

    Not sure why, as this utility has been deprecated. :-/
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Mar 3 16:45:56 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/3ab210cbd551966d6828ddb9
    Modified Files:
    src/sbbs3/addfiles.c
    Log Message:
    Fix a few issues around single-file add argument parsing

    Triggered by CID 33630: Unbounded source buffer
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net