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

    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
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, November 11, 2025 13:20:23
    https://gitlab.synchro.net/main/sbbs/-/commit/7712fdfa3ed04e3c58dc4c73
    Modified Files:
    src/sbbs3/sbbs_ini.c websrvr.c websrvr.h
    Log Message:
    Add a RemoteIPHeader [web] config option

    If set to the name of an HTTP header, the value of that header will
    be copied into the host_ip member of the session structure, replacing
    the current value.

    Requested on IRC by Keyop, hope this doesn't break everything.

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