• src/syncterm/bbslist.c

    From Deuc¿@VERT to Git commit to main/sbbs/master on Friday, April 17, 2026 11:10:37
    https://gitlab.synchro.net/main/sbbs/-/commit/f5edee7f3a4a8201e2673b2c
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Don't sort NULL lists.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Friday, April 17, 2026 11:10:37
    https://gitlab.synchro.net/main/sbbs/-/commit/2cd859099186c46e106989fd
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Handle corrupted INI files better
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, April 19, 2026 01:13:13
    https://gitlab.synchro.net/main/sbbs/-/commit/9efee1ee3a08a1b42faa6874
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Clean up orphaned BBS cache directories

    del_bbs() now removes the cache dir alongside the INI section, the
    rename path in edit_name() renames the cache dir to match, and
    show_bbslist() sweeps orphaned cache dirs on startup (preserving syncterm-system-cache).

    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 Sunday, April 26, 2026 18:25:41
    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 Sunday, April 26, 2026 20:05:06
    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