• src/sbbs3/sbbs_ini.c websrvr.c websrvr.h

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Tue Feb 16 12:57:24 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/113a9a565d7beb4a967279ab
    Modified Files:
    src/sbbs3/sbbs_ini.c websrvr.c websrvr.h
    Log Message:
    Optional cap on TLS log message severity levelAre you tired of getting TLS-related error log messages that you can't do anything about? e.g.web 0139 TLS ERROR 'Received TLS alert message: Unexpected message' (-15) setting session activeThe new sbbs.ini [web] TLSErrorLevel option (defaults to 0 / "Emergency") allows the sysop to set a cap (maximum severity) on TLS-related log messages in the web server (e.g. TLSErrorLevel=Warning).
    --- 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 Mon Jan 31 18:37:56 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/a999e510d4b60f1ba617e76b
    Modified Files:
    src/sbbs3/sbbs_ini.c websrvr.c websrvr.h
    Log Message:
    By default, don't recognize filebase virtual path prefix for vhostsIf the request is to a virtual web host, don't recognize the filebase vpath prefix (FileVPathPrefix setting) unless FileVPathForVHosts is set to "true" (in the [web] section of sbbs.ini).This addresses another of Deuce's concerns about this feature.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)