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

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Feb 16 20: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 level

    Are 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 active

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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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 vhosts

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

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