• src/sbbs3/scfg/scfgnet.c

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, April 04, 2021 15:13:58
    https://gitlab.synchro.net/main/sbbs/-/commit/94dbc39609605abbf16c1b91
    Modified Files:
    src/sbbs3/scfg/scfgnet.c
    Log Message:
    strcat() -> SAFECAT()

    CID 174491

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, March 01, 2022 22:43:08
    https://gitlab.synchro.net/main/sbbs/-/commit/be414d2b12291c56c0fe8a46
    Modified Files:
    src/sbbs3/scfg/scfgnet.c
    Log Message:
    Eliminate unnecessary save/restore

    resolved CID 350321

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, January 09, 2023 15:52:32
    https://gitlab.synchro.net/main/sbbs/-/commit/37f87e3f68ea41bed82fd22a
    Modified Files:
    src/sbbs3/scfg/scfgnet.c
    Log Message:
    Use more verbose MQTT version numers (e.g. 3.1.0 rather than 3.1)

    ---
    þ 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 Wednesday, November 22, 2023 15:30:20
    https://gitlab.synchro.net/main/sbbs/-/commit/45f1dee49a39bfdc7f183725
    Modified Files:
    src/sbbs3/scfg/scfgnet.c
    Log Message:
    Fix CID 174508

    And other safety improvements in getsub()

    ---
    þ 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, January 02, 2024 17:45:05
    https://gitlab.synchro.net/main/sbbs/-/commit/22ef26acc16f2cf6e98da30a
    Modified Files:
    src/sbbs3/scfg/scfgnet.c
    Log Message:
    Don't lose network config changes when hitting ESC at Save Changes prompt

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, May 09, 2026 19:38:52
    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 Linux)@VERT to Git commit to main/sbbs/master on Monday, May 25, 2026 01:31:31
    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 Linux)@VERT to Git commit to main/sbbs/master on Monday, May 25, 2026 01:31:31
    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