• exec/gopherservice.js

    From echicken@1:103/705 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; themeaning of each directory entry was unclear. (These usethe non-standard but commonly-used item type 'i'.)Should satisfy issue #67.https://gitlab.synchro.net/sbbs/sbbs/-/issues/67This one's for all you folks who have QWK bulletins on yoursystems and want people to be able to read them via Gopher.
    --- SBBSecho 3.11-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 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: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";
    --- 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 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
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)