• src/sbbs3/upload.cpp

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Mar 13 23:33:54 2022
    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 Sun Mar 13 23:39:14 2022
    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 Sun Mar 13 23:43:25 2022
    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 Fri Mar 3 17:45:11 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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Fri Aug 1 15:25:45 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/39f65ac365e7212a9ec30ef2
    Modified Files:
    src/sbbs3/upload.cpp
    Log Message:
    Send notification messages to recipients of files sent via Terminal server

    Using the UserSentYouFile text.dat string

    user-to-user file transfers used to do this, but that was lost during the newfilebase refactor (originally removed the user-to-user xfer feature altogether, but then restored it, but without the notification feature) - so that text.dat string has gone unused for years now.

    Uploads to the sysop directory will notify the sysop using the full notification scheme, which includes an email notification. This may be an
    "over notification", but let's see how sysops (i.e. Nelgin) like it.

    This doesn't do anything about notifying recipients of files uploaded via
    other means (e.g. FTP).

    Fixes issue #955

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