• src/syncterm/bbslist.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Jun 8 14:54:13 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/db76c6f979a1ebd14dc518f3
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Deferred has two 'R's.

    I don't want to reformat the whole menu though, so change the
    option to "Defer Negotiate".
    --- SBBSecho 3.27-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Jun 9 10:27:47 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/62aebc1a7c9aca76516b8e8b
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Fix missed correction
    --- SBBSecho 3.27-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 12:22:13 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/a66f4347741a5767c8d5d563
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Put the URLs for the SyncTERM hosted lists in the help

    SyncTERM hosts a copy of the Synchronet BBS list at: http://syncterm.bbsdev.net/syncterm.lst
    and a copy of the Telnet BBS Guide list at: http://syncterm.bbsdev.net/telnetbbsguide.lst
    --- SBBSecho 3.29-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 Sep 28 21:52:34 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/f46fbef1a7668258ce3802d1
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    More BBS list loading optimizations

    When loading the BBS list, keep the list sorted and use bsearch()
    to check for duplicates. Previously, they were unsorted and a case
    insensitive string compare was performed between the new item and
    every other item in the list.

    After the last round of optimizations here, there was as much time
    being spent checking for duplicates as was being spent loading and
    parsing the data.

    Now the bulk of the time is once more spent in the iniGet* functions,
    and it's not my fault if it's slow.
    --- SBBSecho 3.29-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Oct 1 16:43:06 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/650f27e31a06e3af0e395357
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Right, no VLAs. Thanks Microsoft.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Oct 1 16:43:06 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/25c264aeae2067ff4c741d09
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Another VLA we can't have.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Oct 1 19:27:29 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/bab2ba5381a9d36b98ce01be
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Left-align RGB values when inactive too.

    It's a bit distraction to have them shuffle around as they get
    selected.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Oct 1 19:53:49 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/8da908c22853163120f01e52
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Make the mouse work and pad so it fits in

    Also, use MACROS because we can't use VLAs.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Oct 1 19:56:48 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/5d801b7485f7eb4c1f275ad0
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    And a little bit more help
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Oct 1 19:58:40 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/c2a229e62ee10ccbd63b60cf
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Touch up the help formatting
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Oct 1 20:04:35 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/35ca9161a683639f27524712
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Whoops, we always want min_palette_sz
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Oct 1 20:13:14 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/d913a0be11daa757f38a2f97
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Only show mouse buttons when mouse is enabled
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Oct 2 08:46:12 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/5252ed4355b4d996237a978d
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Put palette back to normal after editing a colour.

    Shouldn't make a difference since green and red aren't used by
    SyncTERM, but it's pretty bad for to leave them.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Oct 2 08:52:46 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/cb634c232190f9bf7bcfaa19
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Fix impossible Coverity issue

    Assumes UIFC will return MSK_INS to add a 17th item.
    Harmless to fix it though.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Oct 2 08:52:46 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/1bfd9c735dd93767cb8adbc9
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Another impossible Coverity issues

    Assumes field can become something other than 0, 1, or 2.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Oct 2 11:48:37 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/bb41d5a4a01dc011cb95bc13
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    MSK_* are not bits

    Fixes F2 deleting entries.
    Also, make F2 take the same action as Enter
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Oct 2 11:48:37 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/527ab87a66e066c22119a732
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Have '%' reset the colour to the default palette value
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Oct 2 13:09:05 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/cd686f0857189cc4b7592792
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Make edit_colour() more generic

    Pass the reset colour in rather than looking it up ourself.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Oct 2 13:09:05 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/41180c0f7964934c63bcce7f
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    More palette editing changes

    Have up/down show other colours in the current palette, not the
    default CGA palette.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Oct 2 13:09:05 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/a6112f59a64e6c1b267cced0
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Default DAC entry for attribute 1 is 4, not 1.
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)