• exec/newuser_prompts.js

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Friday, January 02, 2026 21:03:21
    https://gitlab.synchro.net/main/sbbs/-/commit/9d48b246cde66b2f35c1d251
    Modified Files:
    exec/newuser_prompts.js
    Log Message:
    Use new method bbs.matchuserdata() instead of system.matchuserdata()

    ... to get process indication and match old newuser.cpp hard-coded behavior. --- 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 Saturday, January 03, 2026 00:16:44
    https://gitlab.synchro.net/main/sbbs/-/commit/c38efa2a4c3eced4df264706
    Modified Files:
    exec/newuser_prompts.js
    Log Message:
    Fix PETSCII terminal support

    Also, use system.check_birthdate() now for given birthdate validity checking --- 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 Saturday, January 03, 2026 01:41:32
    https://gitlab.synchro.net/main/sbbs/-/commit/715d9eeffbcb00397d200711
    Modified Files:
    exec/newuser_prompts.js
    Log Message:
    Cosmetic improvements and an important bug fix

    Whoa, can't use strchr() here, this ain't C or C++!

    Don't need to set SS_NEWUSER here since it's now always set in sbbs_t::newuser().

    Use gettext() - so less use of text.dat strings (e.g. ContinueQ which now has no uses!).

    More prompting to cancel the new user registration process and more details about rejecting user strings/values and when restarting the prompt loop.
    --- 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 Saturday, January 03, 2026 03:06:56
    https://gitlab.synchro.net/main/sbbs/-/commit/a48dc807a571369fcf069b1d
    Modified Files:
    exec/newuser_prompts.js
    Log Message:
    Turn off autoterm along with color

    the COLOR bit is automatically set in autoterm when pretty much any terminal
    is auto-detected, so we need to disable autoterm to disable COLOR.

    The COLOR flag should probably be deprecated for a MONO flag that's only set
    by the user (and never in auto-term) at some point.

    For now, this works.
    --- 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 Saturday, January 03, 2026 04:47:19
    https://gitlab.synchro.net/main/sbbs/-/commit/ef57836282eb2d930488e7cd
    Modified Files:
    exec/newuser_prompts.js
    Log Message:
    Clear the console.aborted flag before printing any errors

    This handles Ctrl-C aborted input a little better.

    Truncate whitespace off the end of the (copied and possibly truncated) handle value.
    --- 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 Saturday, January 03, 2026 22:16:21
    https://gitlab.synchro.net/main/sbbs/-/commit/0df35f3da749e2942d2403b9
    Modified Files:
    exec/newuser_prompts.js
    Log Message:
    Add support for modopts (to enable/disable some of the prompts not in SCFG)

    Fix a typo in key_defs.js naming.

    Eliminate implicit dependency on text.js

    Add support for optionally prompting for alternate language (disabled by default)
    --- 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 Sunday, January 04, 2026 02:35:53
    https://gitlab.synchro.net/main/sbbs/-/commit/ed089b9bd032f00666b0b9e9
    Modified Files:
    exec/newuser_prompts.js
    Log Message:
    Add conditional line break (for 40col terminals) in language prompt
    --- 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 Thursday, January 15, 2026 14:37:56
    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)