• exec/user_settings.js

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Fri Oct 11 19:38:32 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/122fec62e5950f649e966fb2
    Modified Files:
    exec/user_settings.js
    Log Message:
    Clean up the default transfer protocol selection

    was printing "None (auto-hangup)" in some cases. Wasn't very pretty or clear
    to the user what was being asked (e.g. if they accidentically entered this selection/prompt).

    Setup for localization using gettext.js.

    Using console.newline() in place of (now deprecate) console.crlf().
    --- SBBSecho 3.20-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 Fri Oct 25 14:50:52 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/566a09f509b60d9ffa8fe378
    Modified Files:
    exec/user_settings.js
    Log Message:
    Update the node*/terminal.ini for every iteration of this menu

    (as is/was done in useredit.cpp)

    Fix the default download protocol columning display (missing final
    newline in many cases).
    --- SBBSecho 3.20-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 Sun Oct 27 22:44:48 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/84cfdbe4524e8e247821bbac
    Modified Files:
    exec/user_settings.js
    Log Message:
    Use the new bbs.xfer_prot_menu() method

    In place of the copy/pasted/ported from C++ version of the same logic
    --- SBBSecho 3.20-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 Jan 1 23:47:28 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/928d7a652dc07608b758cc55
    Modified Files:
    exec/user_settings.js
    Log Message:
    Don't change user settings when the user hits Ctrl-C to abort

    ... or at least, try really hard not to
    --- SBBSecho 3.23-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 23 23:32:16 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/4a18c2c691037fcc96f179b2
    Modified Files:
    exec/user_settings.js
    Log Message:
    Use Archive.suopported_formats, if defined, instead of hard-coded list of file types

    Remove an apparent nnecessary reset of console.aborted flag
    --- SBBSecho 3.23-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 Sat Feb 1 15:00:36 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/2af72560df16d9bf45c29de6
    Modified Files:
    exec/user_settings.js
    Log Message:
    Default "Foward email to netmail" answer to the current setting

    As much as possible, ENTER should mean "no change".
    --- SBBSecho 3.23-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 9 15:23:40 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/f372ab3ccdeb1114c8e05cd6
    Modified Files:
    exec/user_settings.js
    Log Message:
    Use new CON_PASSWORD console bit-flag (not legacy CON_L/R_ECHOX)
    --- SBBSecho 3.32-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 Sat Dec 27 01:28:16 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/0dfb142e2b305a69bffd5bf7
    Modified Files:
    exec/user_settings.js
    Log Message:
    Retain the last attribute set in the prompt string

    console.putmsg() saves/restores the attributes 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 Sat Jan 3 00:16:44 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/987eb6e3c6bdbf6caab1abb5
    Modified Files:
    exec/user_settings.js
    Log Message:
    Use bbs.select_shell() and select_editor() functions
    --- 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 Sat Jan 3 03:07:28 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/ac73681210b264342f82eec0
    Modified Files:
    exec/user_settings.js
    Log Message:
    Update the comment header block (sbbs v3.21 is required)
    --- 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 Sat Jan 3 17:22:56 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/53612dd2efd46d63c7b0c55b
    Modified Files:
    exec/user_settings.js
    Log Message:
    Use local 'User' instance (instead of global 'user') if user not logged-on yet

    i.e. user is still going through new user registration

    This fixes a regression in v3.21 whereby a new user turns off auto-terminal detection in the new user default/settings screen, but it's not shown as such (still says "Auto"). I'm pretty sure this is due to the differences of the in-memory 'useron' versus the new User class instance, but it got pretty
    deep in the weeds of the New Terminal Abstraction flags() stuff, so I just
    went with this hack.
    --- 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 Sat Jan 3 22:16:20 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/c132b9167e5b8508995961cb
    Modified Files:
    exec/user_settings.js
    Log Message:
    Fix issue with selecting language during new user registration

    Wasn't taking immediate effect
    --- 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 22 22:12:10 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/c748069f67d92f0ce8fd4bad
    Modified Files:
    exec/user_settings.js
    Log Message:
    Provide keys to gettext() for easier customization/localization of strings

    - no_external_editors
    - choose_protocol_or_none
    --- SBBSecho 3.35-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 Mon Feb 16 13:39:46 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/26628eb508fc527f44fe8766
    Modified Files:
    exec/user_settings.js
    Log Message:
    More customizeable text via modopts
    --- SBBSecho 3.37-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 Mon Feb 16 16:29:28 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/2e5b692882996e082c774915
    Modified Files:
    exec/user_settings.js
    Log Message:
    Revert "More customizeable text via modopts"

    This reverts commit 26628eb508fc527f44fe8766caf5ca1a785b81e8.
    --- SBBSecho 3.37-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 Mon Feb 16 22:59:48 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/fb91acbcb9cf3ae4a3d4ed42
    Modified Files:
    exec/user_settings.js
    Log Message:
    Allow [user_settings] prompt = something in modopts

    And other minor fix-ups
    --- SBBSecho 3.37-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 Mon Feb 16 23:00:40 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/244674fdbde99da4427577c0
    Modified Files:
    exec/user_settings.js
    Log Message:
    Fix copy/paste error
    --- SBBSecho 3.37-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 Mon Feb 16 23:07:10 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/065fdb0f0f738781fd82b05c
    Modified Files:
    exec/user_settings.js
    Log Message:
    Fix formatting issues only (no functional change)
    --- SBBSecho 3.37-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 Feb 18 17:01:34 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/b1bb2d2c1bd085078699a142
    Modified Files:
    exec/user_settings.js
    Log Message:
    When changing from no-external editor to an external editor...

    default to the configured new user external editor
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)