• exec/gopherservice.js

    From echicken to Git commit to sbbs/master on Tuesday, September 29, 2020 22:31:57
    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.
  • From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Thursday, December 21, 2023 17:50:16
    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
  • From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Thursday, December 21, 2023 18:01:23
    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";
  • From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Sunday, December 31, 2023 21:14:36
    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