• src/sbbs3/upload.cpp

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Mon Jan 31 18:37:56 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/099c5fa5f8a810cc8721ba6e
    Modified Files:
    src/sbbs3/upload.cpp
    Log Message:
    Fix "Testable Files" file extension comparisonIssue introduced in v3.19: Testable Files (a.k.a. upload processors) with a specified file extension/type (e.g. "ZIP" and not "*") would never run because the file extension comparison logic was "off by one". Testable Files with an extension of "*" (all files/types) would still run however.This fixes issue #331 reported by Nightfox.
    --- 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 Wed Feb 23 00:19:22 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/baccf391632add816547ecce
    Modified Files:
    src/sbbs3/upload.cpp
    Log Message:
    Fix issue with blind/batch uploaded file descriptionsWhen no file description was provided (e.g. blind/batch file uploads), I noticed that the short file description (summary) could be set to "(null)". This problem was introduced in commit bc7030d33b264058c4 with the sbbsfile.des creation and post-processing support.I also noticed that the extended description processing in sbbs_t::uploadfile() was not entirely consistent with other methods of adding/uploading files. Let prep_file_desc() do its just of processing the extended description into a suitable short description/summary (including truncation).
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (in GitKraken)@1:103/705 to Git commit to main/sbbs/master on Fri Mar 3 17:45:10 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/7d5a43c21a817b9db73988ff
    Modified Files:
    src/sbbs3/upload.cpp
    Log Message:
    Since protocol() now calculates elapsed time, use that
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)