• src/syncterm/bbslist.c bb

    From Deuc¿@VERT to Git commit to main/sbbs/m on Tue Jan 28 08:58:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/526169c820a3e3e5457f01f6
    Modified Files:
    src/syncterm/bbslist.c bbslist.h conn_telnet.c conn_telnet.h telnets.c Log Message:
    Add option to defer telnet negotiation.

    Some BBSs (ms.bsrealm.net) have a mailer running on the initial
    socket, and telnet negotiations with that disconnect. Other
    systems could potentially perform the negotiation then fail to
    pass the telnet state to the next program.

    With the new "Defer Negotiate" telnet option, SyncTERM won't send
    any telnet negotiations until it receives a telnet command from
    the remote first.
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Sat Mar 1 17:07:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/b349eda58925700b2bec0c71
    Modified Files:
    src/syncterm/bbslist.c bbslist.h syncterm.c
    Log Message:
    Allow specifying a palette in a list entry.

    A palette must be decimal integers separated by commas.
    The integer represents the RRGGBB value (8-bits per channel) of
    the desired colour.

    Someday I'll do a proper picker here, but not for 1.x