• src/syncterm/bbslist.c ssh.c syncterm.c

    From Deucе@VERT to Git commit to main/sbbs/master on Thursday, October 23, 2025 07:09:56
    https://gitlab.synchro.net/main/sbbs/-/commit/6644024240eca77974a4110b
    Modified Files:
    src/syncterm/bbslist.c ssh.c syncterm.c
    Log Message:
    Fix issues with encrypted lists

    On systems that have a separate text mode for files, the ini file
    needs to be opened in binary mode.

    When setting the SSH fingerprint, it needs to use the read wrapper
    function.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Saturday, March 21, 2026 08:00:57
    https://gitlab.synchro.net/main/sbbs/-/commit/05f0fd96cc2c80da6a30c4f4
    Modified Files:
    src/syncterm/bbslist.c ssh.c syncterm.c
    Log Message:
    Guard remaining file writes with safe_mode checks

    Four write paths were not guarded by safe_mode:
    - write_sort_profiles() writing sort order to syncterm.ini
    - LastConnected/TotalCalls update to the BBS list on connect
    - Connection logfile open
    - SSH fingerprint update to the BBS list

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

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