• exec/load/user_info_promp

    From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Saturday, January 10, 2026 15:49:00
    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 Saturday, January 10, 2026 21:01:00
    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 Thursday, January 15, 2026 14:37:00
    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
  • From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Monday, January 19, 2026 00:54:00
    https://gitlab.synchro.net/main/sbbs/-/commit/48dbc07468b08f274f94f08c
    Modified Files:
    exec/load/user_info_prompts.js exec/logon.js newuser_prompts.js
    Log Message:
    Move terminal related prompts from newuser_prompts.js to user_info_prompts.js

    this allows us to reuse the logic in logon.js for Guest logons

    to control which terminal-related questions are asked of Guests, you can now control those with the [logon:guest_prompts] section of ctrl/modopts.ini
    and many of the same options are available that are from newuser_prompts:
    - lang
    - backspace
    - mouse
    - exascii
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net