• exec/load/user_info_prompts.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thursday, January 15, 2026 14:37:56
    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 Nigel Reed@VERT to Git commit to main/sbbs/master on Monday, February 16, 2026 13:20:51
    https://gitlab.synchro.net/main/sbbs/-/commit/27a47afda1bfc82faf75c5e4
    Modified Files:
    exec/load/user_info_prompts.js
    Log Message:
    Fix missing _ in const definition.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, February 16, 2026 13:20:51
    https://gitlab.synchro.net/main/sbbs/-/commit/76cad3c7337dc92df9beeef2
    Modified Files:
    exec/load/user_info_prompts.js
    Log Message:
    Merge branch 'user_info_prompt_typo_fix' into 'master'

    Fix missing _ in const definition.

    Closes #1072

    See merge request main/sbbs!626

    ---
    ■ 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 Friday, February 20, 2026 20:25:14
    https://gitlab.synchro.net/main/sbbs/-/commit/eac872790a22732fb75f6cc6
    Modified Files:
    exec/load/user_info_prompts.js
    Log Message:
    Prompt to forward netmail when unchanged and executed from user_settings.js

    Fix for issue #1076

    ---
    ■ 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 Tuesday, February 24, 2026 16:20:50
    https://gitlab.synchro.net/main/sbbs/-/commit/53ff87e4109e03e442334eaf
    Modified Files:
    exec/load/user_info_prompts.js
    Log Message:
    Give user chance to correct netmail address when attempt to turn on forwarding

    ---
    ■ 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 Friday, August 07, 2026 01:53:38
    https://gitlab.synchro.net/main/sbbs/-/commit/0c9b8ef78befaa410bda5d96
    Modified Files:
    exec/load/user_info_prompts.js
    Log Message:
    Fix reversed bbs.trashcan() arguments in the user info prompts

    bbs.trashcan() takes (base_filename, search_string), but get_handle(), get_phone() and get_netmail() passed the user's input as the filename and
    the trashcan's name as the search string. Each check therefore searched a nonexistent text/<input>.can and always returned false, making the
    name.can, phone.can and email.can filters no-ops during new user
    registration and user settings.

    A new user could enter a handle that name.can forbids (e.g. one containing
    '@', which stock name.can rejects) and never be told: the prompt accepted
    it, and the check in newuser.cpp then aborted the entire registration with
    "New user handle (invalid or duplicate)" after every question had been answered. With the arguments in the documented order, the prompt re-asks instead.

    The handle and netmail checks were introduced with the module in
    2bf2347141 (2025-12-27), the phone check in 48dbc07468 (2026-01-19).

    Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

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