• src/sbbs3/ver.cpp

    From rswindell@1:103/705 to CVS commit on Wed Jan 17 17:12:19 2018
    src/sbbs3 ver.cpp 1.27 1.28
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv32240

    Modified Files:
    ver.cpp
    Log Message:
    Include cryptlib run-time and build-time version numbers in version detail output.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Wed Jan 17 17:21:59 2018
    src/sbbs3 ver.cpp 1.28 1.29
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    ver.cpp
    Log Message:
    Fix GCC warnings about not checking return value of cryptlib calls.


    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Mon Oct 7 19:07:26 2019
    src/sbbs3 ver.cpp 1.30 1.31
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv25716

    Modified Files:
    ver.cpp
    Log Message:
    Remove the socket library from the version info - not too relevant or interesting and on many platforms, unavailable anyway.

    --- SBBSecho 3.10-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 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)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sat Feb 8 22:56:35 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/3f303124917647d03881dc2b
    Modified Files:
    src/sbbs3/ver.cpp
    Log Message:
    Display the libmosquitto version number too (which applicable)
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)