• src/sbbs3/ver.cpp

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sat Dec 12 13:06:46 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/9c068965d51a8dcd075c9e66
    Modified Files:
    src/sbbs3/ver.cpp
    Log Message:
    When #included in jsdoor.c (!) this is compiled as C, not C++
    --- SBBSecho 3.11-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 Sun Dec 13 02:00:30 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/0b8dfdf06e037f9d8a2514d4
    Modified Files:
    src/sbbs3/ver.cpp
    Log Message:
    Use a slash to separate git branch and commit hash, to be consistent
    --- SBBSecho 3.11-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 Jan 29 21:07:37 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/b2909f89aee3f1238eb5922b
    Modified Files:
    src/sbbs3/ver.cpp
    Log Message:
    Remove extra spaces from the cryptlib version detailsThe extra spaces caused the centering of the cryptlib version to be offset (not exactly centered).
    --- SBBSecho 3.12-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 Jan 29 21:25:10 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/b59819544f921fad3326d21b
    Modified Files:
    src/sbbs3/ver.cpp
    Log Message:
    Put back the (apparently necessary) work-arounds for the cryptLib warnings.
    --- SBBSecho 3.12-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 Thu Mar 7 00:06:57 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/4f363e4169cca15404eed468
    Modified Files:
    src/sbbs3/ver.cpp
    Log Message:
    Restore the additional space before the SMBLIB version
    --- 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 21:01:26 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/3a6734588ee40753354de916
    Modified Files:
    src/sbbs3/ver.cpp
    Log Message:
    Fix typo in http URL (colon, not semicolon)
    --- 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 Dec 1 20:17:35 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/a2d23c40beff3ece9c7e0e85
    Modified Files:
    src/sbbs3/ver.cpp
    Log Message:
    Fix strlcpy() usage
    --- SBBSecho 3.23-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 Jan 25 16:37:32 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/8ed4a9b875f405965148330d
    Modified Files:
    src/sbbs3/ver.cpp
    Log Message:
    Display the libarchive version details along with the other libs we use
    --- SBBSecho 3.23-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 Jan 25 17:34:40 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/6242a529717683a36310727b
    Modified Files:
    src/sbbs3/ver.cpp
    Log Message:
    archive.h is a system header, use the right #include syntax

    should fix MSVC build error:
    ver.cpp(29): fatal error C1083: Cannot open include file: 'archive.h': No such file or directory
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)