• exec/load/user_info_promp

    From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Sat Jan 10 15:49:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/6d9a31337c87c50ed185c51d
    Added Files:
    exec/load/user_info_prompts.js
    Modified Files:
    exec/logon.js newuser_prompts.js
    Log Message:
    Share user info prompts between newuser and logon (missing property) checks

    Moved the majority of the content from newuser_prompts.js to load/user_info_prompts.js so it can now be reused in logon.js (needed now that we removed the checks from logon.cpp).

    - This also fixes a couple bugs: the "Invalid or duplicate handle" log message
    logged the user's name instead of handle.
    - If the sysop had the system configured to prmopt new users for their address
    but *not* their location, they would not be prompted for their city, state.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Sat Jan 10 21:01:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/d1ab10709550e1051351d02f
    Modified Files:
    exec/load/user_info_prompts.js exec/logon.js
    Log Message:
    A couple simple hacks for v3.20 compatibility

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Thu Jan 15 14:37:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/80ab72d9a1013509637cd221
    Modified Files:
    exec/load/user_info_prompts.js
    Log Message:
    Detect user abort (^C) and handle gracefully

    Use the kmode we defined for the keyboard input mode.

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