• src/sbbs3/js_system.cpp

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Friday, January 09, 2026 22:41:25
    https://gitlab.synchro.net/main/sbbs/-/commit/cb5d631a442ea2e043097905
    Modified Files:
    src/sbbs3/js_system.cpp
    Log Message:
    Fix invalid JSDOCS string

    It's a nice thing some of the runners build for JSDOCS

    ---
    þ 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 Thursday, February 19, 2026 01:28:14
    https://gitlab.synchro.net/main/sbbs/-/commit/5ce8af6f019643be0cc47f86
    Modified Files:
    src/sbbs3/js_system.cpp
    Log Message:
    Add system.undel_user() method - the counterpart to system.del_user()

    This is the "correct" way to undelete a previously-deleted user account/record.

    ---
    þ 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 Wednesday, May 06, 2026 22:36:57
    https://gitlab.synchro.net/main/sbbs/-/commit/bd294a6c23647cbcf9799cb1
    Modified Files:
    src/sbbs3/js_system.cpp
    Log Message:
    js_system: use UINT_TO_JSVAL for node.extaux to avoid signed overflow (CID 530515)

    node.extaux is uint32_t; the cast to (int) for INT_TO_JSVAL could yield
    a negative value for extaux > INT_MAX. Use UINT_TO_JSVAL like the rest
    of the codebase already does for this field (e.g., js_system.cpp:2717).

    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

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