• src/sexpots/sexpots.c

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Friday, November 08, 2024 20:40:04
    https://gitlab.synchro.net/main/sbbs/-/commit/dd287bf2e64f5eafbb2e138f

    Modified Files:
    src/sexpots/sexpots.c
    Log Message:
    Enable signal (e.g. Ctrl-C) handling / ignoring

    Gracefully terminate with SIGQUIT, SIGINT, and SIGTERM

    Ignore SIGHUP and SIGPIPE.

    ---
    þ 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 Saturday, March 15, 2025 14:32:11
    https://gitlab.synchro.net/main/sbbs/-/commit/546725fc5a79ae67d5cf0c28

    Modified Files:
    src/sexpots/sexpots.c
    Log Message:
    Increase buffer size from 4096 to 10000 in handle_call()

    Log errors if/when comWriteBuf() fails.

    This is to hopefully help to root-cause or even possibly resolve the issue
    reported in #synchronet by PyRoDrAkE:
    "It all works well until the Dialup connection runs slower than 4800 baud
    using SexPots. I connect from my XT at either 1200 baud or 2400 baud and it
    would just stop drawing midway."

    There shouldn't be any write timeout in comWriteBuf(), so I don't know why
    this would help, but it's worth a try. Logging any comWriteBuf() errors is
    also a good idea in general.

    ---
    þ 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 Saturday, March 22, 2025 16:47:33
    https://gitlab.synchro.net/main/sbbs/-/commit/d2ec372c5881a2ff011e4dc3

    Modified Files:
    src/sexpots/sexpots.c
    Log Message:
    Log modem status value, helpful when debugging serial line/modem issues

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