• gopher: leading / causes requests to fail.

    From Nigel Reed@VERT to GitLab issue in main/sbbs on Thu Dec 21 17:23:50 2023
    open https://gitlab.synchro.net/main/sbbs/-/issues/688

    Two windows client I tried will send a client request such as '/grp:local' and those will fail and not return anything. Client that send 'grp:local" succeed.

    I was able to confirm just by adding

    ```
    if(request==='/grp:local')
    request='grp:local';
    ```
    and this is fine. So it looks like the / needs to be stripped or handled.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab issue in main/sbbs on Thu Dec 21 17:50:17 2023
    close https://gitlab.synchro.net/main/sbbs/-/issues/688

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