• src/sbbs3/sbbs.h

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Dec 2 00:09:17 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/cfc6b9249dfc534de9a6c872
    Modified Files:
    src/sbbs3/sbbs.h
    Log Message:
    Comment clean-up and remove invalid function prototype.

    I don't think the function xtrn_access() *ever* existed, but this prototype seems to have been around forever.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Apr 4 04:10:36 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/789a254311484098ea0062e4
    Modified Files:
    src/sbbs3/sbbs.h
    Log Message:
    Specify default kmode values for getkey() and inkey()

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Thu Nov 14 22:43:20 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/3e82eb94c86e2d87c8570e77
    Modified Files:
    src/sbbs3/sbbs.h
    Log Message:
    sbbs_t::fremove() will now, by default, ignore (not log) ENOENT errors

    ENOENT = "No such file or directory"

    Passing 'true' for the optional 'log_all_errors' parameter overrides this
    (logs all errors, including ENOENT).

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