• exec/gopherservice.js

    From Rob Swindell (on Debian Linux)@VERT 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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thu Dec 21 18:01:23 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";

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sun Dec 31 21:14:36 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/45df5635defb2181470dae2f
    Modified Files:
    exec/gopherservice.js
    Log Message:
    Anticipate msgbase.get_all_msg_headers() returning null

    Fix issue #693

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