• src/syncterm/bbslist.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat Mar 21 17:44:34 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/153ec64873f7fe654a0c73c7
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Fix ticket 231

    Menu was being redrawn for no reason.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Fri Apr 17 11:10:36 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/f5edee7f3a4a8201e2673b2c
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Don't sort NULL lists.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Apr 19 01:13:12 2026
    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>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Apr 26 18:25:40 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.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 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>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)