• src/sbbs3/userdat.c userdat.h

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Nov 3 20:19:41 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/cffd380eed5827ccf109521d
    Modified Files:
    src/sbbs3/userdat.c userdat.h
    Log Message:
    Add xtrn_is_running() function

    Helpful for easy determination if the specified external program is running (for a node) or not.

    ---
    þ 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 Wed Dec 17 21:37:22 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/48922a15c6cb43b450835340
    Modified Files:
    src/sbbs3/userdat.c userdat.h
    Log Message:
    logoutuserdat() uses new function fputuserdat() to reduce open/lock/r/w ops

    Reduces from 4 to 1 the open/lock/read/write/close operatons of the userbase (user.tab) file upon user log-off.

    There's more places in sbbs where we do a lot of putuser* calls that could be (now) optimized in a similar fashion, but logoutuserdat() is called often (especially by the web, ftp, mail and services servers), so this one was obvious place to reduce contention on the userbase file.

    ---
    þ 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 Sat Jun 20 18:19:32 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/659f80800707500752aa2c6f
    Modified Files:
    src/sbbs3/userdat.c userdat.h
    Log Message:
    Create user_can_access_xtrn() - unused as of yet

    I created this function in anticipation of using it to solve issue #1166, but it's more complicated than first thought (the JS system object where the node status is often retrieved does not know the identity of the user viewing it).

    I plan to use this function to help solve that issue later.

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