• src/syncterm/bbslist.c bbslist.h syncterm.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Jun 8 21:51:36 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/6ab97913e29853f6bfa0d450
    Modified Files:
    src/syncterm/bbslist.c bbslist.h syncterm.c
    Log Message:
    Add "Yellow Is Yellow" option.This allows the ANSI yellow colour to be yellow instead of thebrown used in IBM CGA monitors.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat Mar 1 17:07:18 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
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat Sep 27 19:20:20 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/f0af0e45033423949fe55fc3
    Modified Files:
    src/syncterm/bbslist.c bbslist.h syncterm.c
    Log Message:
    Use the new ini*Parsed*() interface to speed up dialing directory

    When using many online lists for a total of thousands of entries,
    the INI file interface is notiably slow (up to two seconds in my
    tests). With the new interface, this is down as low as 0.25 seconds.

    Still noticable, not not nearly as irritating.
    --- SBBSecho 3.29-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)