• src/sbbs3/scfg/scfgnet.c

    From Rob Swindell (on ChromeOS@VERT to Git commit to main/sbbs/m on Saturday, July 12, 2025 19:00:00
    https://gitlab.synchro.net/main/sbbs/-/commit/123f2d28ab59f0c6f3bbff95
    Modified Files:
    src/sbbs3/scfg/scfgnet.c scfgsrvr.c scfgxfr1.c
    Log Message:
    Make list titles more consistent

    e.g. SCFG->File Options opened a window titled "File Transfer Configuration".

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Thursday, October 16, 2025 20:27:00
    https://gitlab.synchro.net/main/sbbs/-/commit/e9cba88dae176b9bee14c616
    Modified Files:
    src/sbbs3/scfg/scfgnet.c scfgxtrn.c
    Log Message:
    Force correct 24-hour time of day input format

    Display an error if the user enters the time in the wrong format (e.g. "0500" instead of "05:00" or "5:00").

    Resolve issue #988

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Saturday, May 09, 2026 19:38:00
    https://gitlab.synchro.net/main/sbbs/-/commit/4b2c9fe3372c3aea6f4ec943
    Modified Files:
    src/sbbs3/scfg/scfgnet.c
    Log Message:
    scfg: auto-configure MQTT fields when Internal Broker is toggled on

    Sets broker_addr=127.0.0.1, broker_port=8883 (if was 1883),
    tls_mode=SBBS, protocol_version=5 so jsexec and other external MQTT
    clients can connect to the internal broker. Shows editable port
    field when internal broker is selected.

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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Monday, May 25, 2026 01:31:00
    https://gitlab.synchro.net/main/sbbs/-/commit/4474156473c0bebd46d99190
    Modified Files:
    src/sbbs3/scfg/scfgnet.c
    Log Message:
    scfg: rich helpbuf for Networks > FidoNet EchoMail and NetMail menu

    Replace the three-line stub with per-option help for all 13-14 options
    (System Addresses, Default Origin Line, NetMail/EchoMail semaphores,
    NetMail Directory, Allow Sending, File Attachments, Send Using Alias, Crash/Direct/Hold defaults, Kill After Sent, Cost, Choose Source
    Address). Names BinkIT (mailer) and SBBSecho (tosser) as the bundled Synchronet pairing on the message-base/tosser distinction.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Monday, May 25, 2026 01:31:00
    https://gitlab.synchro.net/main/sbbs/-/commit/5ac5b53977cff5dab277781e
    Modified Files:
    src/sbbs3/scfg/scfgnet.c
    Log Message:
    scfg: rich helpbuf for Network Configuration (Networks) root menu

    Replace the one-line stub with a per-sub-menu summary of all four
    entries (Internet E-mail, QWK Packet Networks, FidoNet EchoMail and
    NetMail, MQTT), each pointing the sysop at the right sub-menu for
    the network they care about and cross-referencing the related
    server-side configuration where applicable.

    This wraps up the Tier-1 SCFG helpbuf fill-out: every user-facing
    section intro now has per-entry orientation instead of a "this menu
    contains options" stub.

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