• src/sbbs3/js_system.cpp

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Thu Feb 19 01:28:14 2026
    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 Windows 11)@VERT to Git commit to main/sbbs/master on Sun Apr 5 12:40:25 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/6e9c0f3a452bd9d76bc5da19
    Modified Files:
    src/sbbs3/js_system.cpp
    Log Message:
    system.get_telegram(0) now returns null, always

    previously, it would get any waiting telegrams waiting for user #1

    This would fail exec/tests/system/rtypes.js if there were any telegrams waiting for user #1.

    There's no good reason this function needs to promote argument values < 1 to 1.

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