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

    From rswindell@VERT to CVS commit on Saturday, January 12, 2019 16:04:43
    src/sbbs3 sbbs_ini.c 1.165 1.166 websrvr.c 1.676 1.677 websrvr.h 1.53 1.54 Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv21794

    Modified Files:
    sbbs_ini.c websrvr.c websrvr.h
    Log Message:
    Cruft removal: EmbeddedJavaScriptExt (web_startup.js_ext) settings
    this idea (web-server parsed html files with embedded JS) was never implemented and made obsolete by web handlers (e.g. xjs).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, February 16, 2021 12:57:24
    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 Monday, January 31, 2022 18:37:56
    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