• src/sbbs3/upload.cpp

    From rswindell@VERT to CVS commit on Thursday, August 27, 2015 19:04:33
    src/sbbs3 upload.cpp 1.59 1.60
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv32767

    Modified Files:
    upload.cpp
    Log Message:
    Fix: sbbs_t::bulkupload(), e.g. initiated with the :UPLOAD sysop command would set the "extended description" flag for all subsequently added files if one of the files uploaded/added contained an embedded description (FILE_ID.DIZ) causing garbage extended description display when viewing extended information on files that did not in fact have an embedded description.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, November 11, 2021 19:03:53
    https://gitlab.synchro.net/main/sbbs/-/commit/7ff0e5c882f0159ed7c2d9a7
    Modified Files:
    src/sbbs3/upload.cpp
    Log Message:
    Fix sbbsfile.nam contents: contained file's description instead of name

    Found during review of previous commit.
    Introduced as part of the new file base branch merge (commit fcf58640).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, January 31, 2022 18:37:57
    https://gitlab.synchro.net/main/sbbs/-/commit/099c5fa5f8a810cc8721ba6e
    Modified Files:
    src/sbbs3/upload.cpp
    Log Message:
    Fix "Testable Files" file extension comparison

    Issue 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, February 23, 2022 00:19:23
    https://gitlab.synchro.net/main/sbbs/-/commit/baccf391632add816547ecce
    Modified Files:
    src/sbbs3/upload.cpp
    Log Message:
    Fix issue with blind/batch uploaded file descriptions

    When 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).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, March 13, 2022 23:33:54
    https://gitlab.synchro.net/main/sbbs/-/commit/c524eca2e9f3b2653f2fb95d
    Modified Files:
    src/sbbs3/upload.cpp
    Log Message:
    Use new Hashing/HashedFile text.dat strings, better > 4GB file support

    Resolve issues displaying file sizes > 4GB and calculating credit values.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, March 13, 2022 23:39:14
    https://gitlab.synchro.net/main/sbbs/-/commit/f9fe854e06f6bb16ed9b5662
    Modified Files:
    src/sbbs3/upload.cpp
    Log Message:
    Fix issues with std::min() again...

    std::min() requires both arguments be of same type too.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, March 13, 2022 23:43:25
    https://gitlab.synchro.net/main/sbbs/-/commit/0c9985d428ca75bbf46fb1fa
    Modified Files:
    src/sbbs3/upload.cpp
    Log Message:
    MSVC didn't like that use of std::min(), so just go back to a macro

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (in GitKraken)@VERT to Git commit to main/sbbs/master on Friday, March 03, 2023 17:45:11
    https://gitlab.synchro.net/main/sbbs/-/commit/7d5a43c21a817b9db73988ff
    Modified Files:
    src/sbbs3/upload.cpp
    Log Message:
    Since protocol() now calculates elapsed time, use that

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