• exec/gopherservice.js

    From echicken@VERT to Git commit to sbbs/master on Tue Sep 29 22:31:57 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/1595754aaff314f33bce64fd
    Modified Files:
    exec/gopherservice.js
    Log Message:
    Added QWK list/download to the Gopher service.
    Added section headers to the main directory listing; the
    meaning of each directory entry was unclear. (These use
    the non-standard but commonly-used item type 'i'.)
    Should satisfy issue #67.
    https://gitlab.synchro.net/sbbs/sbbs/-/issues/67
    This one's for all you folks who have QWK bulletins on your
    systems and want people to be able to read them via Gopher.
    ---
    þ 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 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