• exec/gopherservice.js

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Thu Dec 21 17:50:16 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/8112a144ce4d39cbe4f3e9ea
    Modified Files:
    exec/gopherservice.js
    Log Message:
    Strip leading slash for gopher requests

    Apparently some Gopher clients prepend a slash to all requests

    Fix issue #688
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Thu Dec 21 18:01:22 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/8c291e906bb87368d2b826b5
    Modified Files:
    exec/gopherservice.js
    Log Message:
    Dramatically speed up response to message base (sub) message list queries

    Using MsgBase.get_all_msg_headers() which didn't exist when this module was originally written.

    Also, include "use strict";
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)