• src/syncterm/bbslist.c

    From Deucе@VERT to Git commit to main/sbbs/master on Sun Apr 26 18:25:41 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/d866593ef590e0c4d4936495
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    SyncTERM: query the actual device for supported baud rates

    For CONN_TYPE_SERIAL/SERIAL_NORTS, briefly open item->addr and call comGetBaudRates() to populate the Comm Rate picker with rates the OS
    and hardware actually support. Falls back to the static rate_names[]
    list on any failure (open fails, query returns 0, etc.). TCP and modem connections continue to use the static list, since for them the field
    is an emulated display throttle, not a hardware rate.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sun Apr 26 20:05:06 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/66f5be1900528a0f2bd2c0b3
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    SyncTERM: show Wren scripts directory in File Locations

    Adds a "Wren Scripts Directory" entry to the File Locations help
    dialog so users can find where to drop *.wren overrides without
    hunting through the manual.

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

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sat May 9 23:13:15 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/e13e1469bc3b6e5d3c02c963
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    SyncTERM: list SBBS MQTT Spy in connection-type help

    bbslist's online help for the Connection Type field enumerated every
    other type but omitted the new MQTT spy one.

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

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