• exec/newuser_prompts.js

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sat Dec 27 01:19:25 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/2bf2347141f80da947b79c40
    Added Files:
    exec/newuser_prompts.js
    Log Message:
    A first-pass "New user prompts" module that reproduces the bulk of newuser.cpp

    Issue #563
    --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Tue Dec 30 00:14:12 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/d6a470005d8b4718cd2306a1
    Modified Files:
    exec/newuser_prompts.js
    Log Message:
    Fix RLogin support

    Remove redundant duplicate alias check - handled in newuser.cpp
    --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Tue Dec 30 16:42:53 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/356792f2f8ccb7d491d6cdeb
    Modified Files:
    exec/newuser_prompts.js
    Log Message:
    Remove unnecessary copy of rlogin_name

    This is done in sbbs_t::newuser() before this mod is invoked
    --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Wed Dec 31 21:37:57 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/3a5149166c03469508c87325
    Modified Files:
    exec/newuser_prompts.js
    Log Message:
    Don't log an error if users disconnects before entering a valid user name/alias --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Thu Jan 1 03:32:04 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/6a430c12060cfdebb0828f1e
    Modified Files:
    exec/newuser_prompts.js
    Log Message:
    The User property is 'gender', not 'sex'

    Retore the "ERROR" log level for the blank user alias since we now check for disconnection before checking the alias.
    --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Thu Jan 15 14:37:56 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/e15dc9fb96a02ffd5ec8db80
    Modified Files:
    exec/newuser_prompts.js
    Log Message:
    Default to No/Yes prompts when options are off by default or were turned off

    ... by the user in a previous iteration of the prompt loop.

    Give the user more opportunities to cancel gracefully with ^C or by answering "No" to "Info correct?" prompt.
    --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)