• src/sbbs3/scfg/scfgsys.c

    From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Monday, January 13, 2025 21:10:37
    https://gitlab.synchro.net/main/sbbs/-/commit/f007ae23f3b8394571836cf3
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Closing brace on its own line (style change only)

    ---
    � 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 Monday, January 20, 2025 18:28:01
    https://gitlab.synchro.net/main/sbbs/-/commit/0b9f4622643b8847491f2a1c
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Update online help to describe deldays options accounting for DELDATE

    User records (aka slots) will be preserved this many days since the user was deleted (if the DELDATE field is non-zero) otherwise, days since last user activity.

    ---
    � 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, July 11, 2025 17:44:00
    https://gitlab.synchro.net/main/sbbs/-/commit/dd33047251b4a818a7d27671
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Fix typos

    ---
    � 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 Saturday, August 09, 2025 14:55:27
    https://gitlab.synchro.net/main/sbbs/-/commit/4e60588b9e88e642c4ccfd43
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Setting max_getkey_inactivity to 0 does not disable user inactivity detection

    0 or < 1 is not a "sentinel value" for this setting in sbbs; there is no "Unlimited" value for this setting, so don't report it as such in SCFG->System ->Advanced->Maximum User Inactivity. Setting this to 0 would just create a near-immediate user input timeout (and not something a sysop should do).

    This fixes issue #957

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Saturday, October 25, 2025 19:33:58
    https://gitlab.synchro.net/main/sbbs/-/commit/b36b380af7319d4cb1dca147
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Allow arbitrary numeric and verbal date field separator char configurability

    The wizard no longer includes the ability to change the numeric date field separating character.

    The verbal field separator is configurable only/after the verbal date output
    is selected. This is a little backwards since the example output is displayed in the numeric/verbal selection dialog, but I figured that was better than (always) prompting for a separator character that may not actually ever be used.

    The numeric date format is always displayed in the System config menu now
    (even when verbabl output format is chosen) since users can only *input* dates in numeric format.

    ---
    � 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 Tuesday, December 02, 2025 15:29:38
    https://gitlab.synchro.net/main/sbbs/-/commit/8e5cb3144c4a9e875a3ccbf6
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Fix stack corruption in edit_sys_vdate_sep (debug build exception on Windows)

    Add note in help text that user real names are required to consist of more
    than one word.

    ---
    � 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 Saturday, January 03, 2026 04:45:04
    https://gitlab.synchro.net/main/sbbs/-/commit/1cc184fab2489b1166c6e204
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    More than one word is not always required in real names now.

    ---
    � 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 Thursday, January 15, 2026 14:19:27
    https://gitlab.synchro.net/main/sbbs/-/commit/22eb32334a30d02e3aab4ba8
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Replace "Hot Keys" with "Mouse-enabled Terminal" in new user default toggles

    Disabling Hot Keys (so-called "cold keys") isn't really supported any more.
    I'm now wanting mouse terminal support to default to "off" rather than "on"
    for new users (basically reversing the default choice from Yes/No to No/Yes)
    in newuser_prompts.js, but now sysops have the option of changing that default here back to On/Yes if they prefer.

    ---
    � 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 Thursday, January 15, 2026 21:43:21
    https://gitlab.synchro.net/main/sbbs/-/commit/0fdcb4cc53b94880be1deaf2
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Make the multi-loadable module configuraton more user friendly

    ---
    � 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 Thursday, January 15, 2026 22:45:40
    https://gitlab.synchro.net/main/sbbs/-/commit/732b184b7771d520caac53ec
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Resolve MSVC warning with typecast

    ---
    � 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 Saturday, February 21, 2026 21:00:14
    https://gitlab.synchro.net/main/sbbs/-/commit/95272d2d9f18b055d98ea91b
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Add copy/cut and paste support to the loadable module configurations

    ---
    � 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 Monday, February 23, 2026 21:00:19
    https://gitlab.synchro.net/main/sbbs/-/commit/88108ba78ae51ab863f94b44
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Add help text about multiple module precedence via ARS (first match wins)

    ---
    � 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 Monday, February 23, 2026 23:42:12
    https://gitlab.synchro.net/main/sbbs/-/commit/95ace58892f9ad00e3d30a85
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Remove the extra "Save changes" prompt when editing a loadable module

    The sysop has an opportunity when exiting the "System" menu to abandon changes if they want.

    ---
    � 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 Monday, May 25, 2026 01:31:31
    https://gitlab.synchro.net/main/sbbs/-/commit/96849aa91d17719a0053f7fc
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    scfg: rich helpbuf for System Configuration (System) root menu

    Replace the two-line stub with per-option/sub-menu descriptions for
    all 13 entries (BBS Name, Location, Local Time Zone, Short Date Format, Operator, Notifications, Toggle Options, New User Values, New User
    Prompts, Security Options, Advanced Options, Loadable Modules, Extra
    Attribute Codes), framing each sub-menu so a sysop can pick the right
    one without trial-and-error.

    ---
    � 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 Monday, May 25, 2026 01:31:31
    https://gitlab.synchro.net/main/sbbs/-/commit/b4a8e3385a8977071c28c480
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    scfg: rich helpbuf for System Advanced Options menu

    Replace the one-line "care should be taken" stub with a per-option
    breakdown for all 23 options (Magic Word, directory paths, SIF files, credit/minute conversion rates, backups, log rotation, inactivity
    limits, control-key pass-through, statistics interval, filter-file
    cache). Press-F1-for-detail callout points sysops at the existing
    rich per-option helpbufs for full content.

    Notable corrections vs. the legacy stubs:

    - "Maximum Number of Minutes" reframed as the minute-bank cap
    (these are banked minutes a user accumulates, not session time).
    - "Credits Per Dollar" drops the misleading "use powers of 2"
    shorthand: credits are a byte-denominated download budget and the
    100 KiB conversion block isn't itself a power of 2, so any value
    works -- binary-aligned values (1M / 2M / 4M) are just convention.

    ---
    � 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 Monday, May 25, 2026 01:31:31
    https://gitlab.synchro.net/main/sbbs/-/commit/e8c0f692f4b407a66101c985
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    scfg: rich helpbuf for System > New User Values menu

    Replace the four-line stub with per-option/sub-menu descriptions for
    all 17 entries (Level, Flag Sets, Exemptions, Restrictions, Expiration
    Days, Credits, Minutes, Editor, Command Shell, Download Protocol, Days
    of New Messages, Gender Options, Default Toggles, QWK Packet Settings), including:

    - "Minutes" framed as the minute-bank starting balance, distinct
    from session time-per-call.
    - "Command Shell" notes shells can be Baja or JavaScript.
    - Restriction example uses 'C' (no chat) rather than the
    confusingly-overloaded 'O' (use alias only).

    Also fixes a "thes" -> "these" typo carried over from the original
    stub.

    ---
    � 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 Monday, May 25, 2026 01:31:31
    https://gitlab.synchro.net/main/sbbs/-/commit/134aa341cc577c78c60f3b9e
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    scfg: rich helpbuf for System > Security Options menu

    Replace the three-line stub with per-option help for all 17 entries
    (System Password, password-prompt timing, sysop access, login methods,
    password policy, deletion grace, inactivity auto-delete, registration
    gate, TLS self-signing, and pointers to the three security-values
    sub-menus).

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