• src/syncterm/bbslist.c

    From deuce@VERT to CVS commit on Tue Apr 17 16:54:00 2018
    src/syncterm bbslist.c 1.212 1.213
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv17584

    Modified Files:
    bbslist.c
    Log Message:
    Pass a bar pointer to screen mode list to allow showing below end of first screen of rows.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Oct 22 15:40:00 2018
    src/syncterm bbslist.c 1.213 1.214
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv2206

    Modified Files:
    bbslist.c
    Log Message:
    Removed WIN_HLP from mode flags passed to uifc.list() function:
    This mode flag is only for use with ufic.showbuf(). Previously (before
    revision 1.226 of uifc32.c), this would result in a NOOP, but when I
    added "Cut" (to clipboard) support, I introduced WIN_CUT and used the
    same bit value as WIN_HLP (since it wasn't used in uifc.list).

    I noticed a new "Shift-DEL Cut" menu option appeared in SyncTERM (with
    no corresponding way to paste) and this reuse of the WIN_HLP flag was the reason why.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Wed May 29 19:08:11 2019
    src/syncterm bbslist.c 1.214 1.215
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv8423

    Modified Files:
    bbslist.c
    Log Message:
    Dynamically allocate the BBS list.

    May fix OS X stack clobbering issue.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Wed May 29 19:09:15 2019
    src/syncterm bbslist.c 1.215 1.216
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv8683

    Modified Files:
    bbslist.c
    Log Message:
    We don't need BBSLIST_ENTRIES




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Wed May 29 19:09:51 2019
    src/syncterm bbslist.c 1.216 1.217
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv8777

    Modified Files:
    bbslist.c
    Log Message:
    And make sure the malloc succeeds.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Wed May 29 19:20:12 2019
    src/syncterm bbslist.c 1.217 1.218
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv10582

    Modified Files:
    bbslist.c
    Log Message:
    Heh, we don't need THAT much memory.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Wed Jul 10 08:46:45 2019
    src/syncterm bbslist.c 1.218 1.219
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv6048/syncterm

    Modified Files:
    bbslist.c
    Log Message:
    Various minor issues found by Coverity.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Fri Jul 12 11:02:30 2019
    src/syncterm bbslist.c 1.222 1.223
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv11328

    Modified Files:
    bbslist.c
    Log Message:
    Put the number of directory items in the title.
    Requested by mortifis.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Fri Jul 12 11:35:51 2019
    src/syncterm bbslist.c 1.223 1.224
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv15403

    Modified Files:
    bbslist.c
    Log Message:
    If a vmode can't be found, use 80x24 terminal size.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Fri Jul 12 11:38:08 2019
    src/syncterm bbslist.c 1.224 1.225
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv15685

    Modified Files:
    bbslist.c
    Log Message:
    Missing semicolon.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Tue Sep 10 08:57:32 2019
    src/syncterm bbslist.c 1.227 1.228
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv21703/syncterm

    Modified Files:
    bbslist.c
    Log Message:
    Minor changes to allow building jsdoor with mingw32.
    Hopfully this doesn't break the Borland or Watcom (?!) builds.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun Dec 22 08:14:51 2019
    src/syncterm bbslist.c 1.228 1.229
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/home/rswindell/sbbs/src/syncterm

    Modified Files:
    bbslist.c
    Log Message:
    Address warning:
    bbslist.c: In function 'get_emulation_str':
    bbslist.c:2105:1: warning: control reaches end of non-void function



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Wed Mar 4 14:17:13 2020
    src/syncterm bbslist.c 1.229 1.230
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv18976

    Modified Files:
    bbslist.c
    Log Message:
    Big TODO item. Dynamically change the current view when the current mode
    is Custom, and you modify the custom mode.

    This uses global pointers to automatic variables... and other insane things.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Fri Mar 6 13:00:02 2020
    src/syncterm bbslist.c 1.230 1.231
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv11242

    Modified Files:
    bbslist.c
    Log Message:
    Update title string each time through the menu loop.

    Fixed but I think DigitalMan reported where the count of entries isn't
    updated after and add/delete until you change to the settings menu and back.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Mar 21 11:18:34 2020
    src/syncterm bbslist.c 1.231 1.232
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv13458

    Modified Files:
    bbslist.c
    Log Message:
    Address warnings In function 'change_settings' (using SAFEPRINTF): bbslist.c:1336:44: warning: '%s' directive writing up to 1024 bytes into a region of size 536 [-Wformat-overflow=]
    bbslist.c:1336:3: note: 'sprintf' output between 25 and 1049 bytes into a destination of size 560
    bbslist.c:1342:44: warning: '%s' directive writing up to 1023 bytes into a region of size 376 [-Wformat-overflow=]
    bbslist.c:1342:3: note: 'sprintf' output between 25 and 1048 bytes into a destination of size 400
    bbslist.c:1343:44: warning: '%s' directive writing up to 1023 bytes into a region of size 296 [-Wformat-overflow=]
    bbslist.c:1343:3: note: 'sprintf' output between 25 and 1048 bytes into a destination of size 320
    bbslist.c:1344:44: warning: '%s' directive writing up to 4096 bytes into a region of size 216 [-Wformat-overflow=]
    bbslist.c:1344:3: note: 'sprintf' output between 25 and 4121 bytes into a destination of size 240
    bbslist.c:1345:45: warning: '%s' directive writing up to 1024 bytes into a region of size 136 [-Wformat-overflow=]
    bbslist.c:1345:3: note: 'sprintf' output between 25 and 1049 bytes into a destination of size 160




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Tue Apr 14 01:00:23 2020
    src/syncterm bbslist.c 1.233 1.234
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv2148

    Modified Files:
    bbslist.c
    Log Message:
    Fix impossibug found by Coverity.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Wed Apr 15 06:48:32 2020
    src/syncterm bbslist.c 1.234 1.235
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv32224

    Modified Files:
    bbslist.c
    Log Message:
    Fix another impossibug found by Coverity.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Apr 23 12:26:40 2020
    src/syncterm bbslist.c 1.237 1.238
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv3430

    Modified Files:
    bbslist.c
    Log Message:
    Fix typo in ANSI music help.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Sun May 3 12:01:01 2020
    src/syncterm bbslist.c 1.239 1.240
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv14707

    Modified Files:
    bbslist.c
    Log Message:
    Setup the shadow palette and fonts in offline scrollback.

    Fixes https://sourceforge.net/p/syncterm/tickets/10/ as well as various color corruption issues in offline scrollback that date back to the sixel "stuff"




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Mon May 4 08:33:46 2020
    src/syncterm bbslist.c 1.241 1.242
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv17434

    Modified Files:
    bbslist.c
    Log Message:
    Add conio and uifc keys to listing help.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Thu May 7 07:16:16 2020
    src/syncterm bbslist.c 1.242 1.243
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv24104

    Modified Files:
    bbslist.c
    Log Message:
    Support scrollwheel in offline scrollback.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Thu May 7 07:17:51 2020
    src/syncterm bbslist.c 1.243 1.244
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv24390

    Modified Files:
    bbslist.c
    Log Message:
    Show mouse pointer in offline scrollback mode.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Mar 14 22:42:16 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/67469416d7681e6b377855a2
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Change default connection type from RLogin to SSH because it's 2021 dammit.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Mar 14 23:43:01 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/fe33deb7d7abdf8253c2a09e
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Make log level selection a menu like every other non-binary option.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Mar 15 08:02:27 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/6325bf4596f749354b0e0c2c
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Move log options into a separate menu and fix overflows

    There are too many options now to fit in an 80x25 screen, so group
    all the log options into a separate sub-menu.

    While we're here, notice that we're writing paths up to MAX_PATH
    into an 80-character buffer and fix that.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Mar 18 06:19:49 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/4fd1f9cf53d86689b44a108e
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Fix menu draw when returning to dialing list from comment

    Also note the spectacularily poorly named WIN_REDRAW and WIN_NODRAW
    flags. WIN_REDRAW indicates that this *is* a redraw of the menu,
    which indicates that you don't need to redraw the menu (because it's
    already correct on screen). Weird, but not insane... WIN_NODRAW on
    the other hand indicates this is *not* a redraw, and that the window
    is incorrect on screen and you therefore *must* redraw the menu.

    That is to say:
    WIN_REDRAW prevents the window from being redrawn
    WIN_NODRAW forces the window to be redrawn

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Mar 29 12:55:44 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/9a4d3cd683daaab55ebf799d
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Fix issue with redrawing BBS list from settings menu

    Sometimes the comment wasn't redrawn.
    Also, remove configurable mouse actions stuff, not implemented in
    13 years, I suspect I'll never do it.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Fri May 14 12:40:25 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/c389e6a5233e3c0e7fedda27
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Don't pass -1 as cur or bar.

    Sheesh.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon May 17 14:42:29 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/f688ecceef4dd492558a6eeb
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Passing a NULL bar prevents *cur from being off the first screen.

    Instead, just set bar to the end and let ulist() sort it out. It
    sucks, but it sucks less.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon May 17 14:56:22 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/2167cb772586afbc83b010eb
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Fix off-by-one error in program settings.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed May 19 14:27:55 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/b8aa20b38db8b8d6823fe84b
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Recalculate list height before showing after mode change

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Fri May 21 14:35:04 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/baa471f6b1fb527849667b6a
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Fix custom mode font size picker

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Fri May 21 22:38:59 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/9231ac9baf5f509364c3c548
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Set mode by macro, not number

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue May 10 20:37:31 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/34cc10c1309dfb95b710ac42
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Explain that TAB is used to edit the entry comment in online help

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Fri Dec 23 18:23:49 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/216c8c737ecc6f59f6503fb9
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Add a "File Locations" menu item in the settings menu.

    This doesn't actually contain things you can modify, but rather
    answers the most FAQ "Where are the files stored?"

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Fri Dec 23 18:25:35 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/75b19e1ecc01157778805caa
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    We don't need these braces.

    ---
    þ 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 Wed Mar 29 12:40:18 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/4e78d51696a7414781a3d9f7
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Help text updates

    Direct users to Program Settings->Startup Screen Mode for initial/default screen mode.

    Wording update for Startup Screen Mode help.

    Indent the File Locations less as these paths are usually much longer on Windows and is ugly when wrapped here.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sun Apr 16 13:05:51 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/1c6aa05e3413aeb9bbfeca2c
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    If ":<port>" suffix is included in an added TCP address, parse/use it

    When adding a BBS entry with a TCP connection, if a ":port" suffix is included (e.g. "vert.synchro.net:23"), parse and use that port number for the new entry automatically and remove the suffix from the adddress itself.
    This is just a time saver when adding new BBS entries.

    Care was taken to not treat the following addresses in this manner:
    ":<port>" - would have resulted in a blank address
    "a::<port>" - possible IPv6 address
    "a:<port>b" - possible IPv6 address or ... ?
    "a:<invalid-port>"

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon May 1 13:59:10 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/969c3bb0ad1181654d62cc11
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Call kbwait() before wany uifc.list() we care about the return value of

    Fixes high CPU utilization at menus.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon May 1 20:22:52 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/baa1408944428d7301e5375d
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Fix to high CPU utilization fix.

    We don't just want the kbwait() problem back, only wait after WIN_DYN
    if there was no input.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Jun 8 21:37:47 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/c32f057a323fe2778ff84911
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Add missing break.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Mon Jul 3 20:26:18 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/f335e4e5b5a7f6b3e6de7d7a
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Fix missing NULL terminator for rip_versions string list

    Caught be GCC ASan.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 19 06:52:45 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/aa50abec0c00298b55611876
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    There is something horribly wrong with what sscanf(x, "%2hhx", &cptr)
    does when compiled with mingw32.

    Use "anything else" to convert hex to char.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 20 05:22:23 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/cc333821a7a952f4f6e4212f
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Use new iniGetSString() for syncterm.lst

    Prevents buffer overlow with manually edited or corrupted files.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Feb 22 06:50:40 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6e11c699449acdff1e6796b3
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Use SAFECOPY() for no reason.

    Since old is a strdup() of list->comment, it's known that it will
    fit, but Coverity doesn't know that.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Mar 7 19:42:00 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/3c25c4071928fe82a907eec0
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Default SFTP Public Key to false.

    It causes connections to Mystic BBSs to fail, and assumes the
    server is running OpenSSH (or Synchronet, which is purposefully
    compatible with OpenSSH).

    I love the feature, but it's not good enough for on-by-default.

    After 1.2 is released, and I do a proper sftp client, I'll likely
    remove the option anyway, and just have a way to upload it on
    demand.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Mar 14 10:29:34 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f6e70c6ecd89582f4a6de0ba
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Show SSH keys file path as well.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Mar 14 16:35:33 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/efd9208ed0c5d2df8941e656
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Don't double-space between file locations.

    Don't want to have to scroll here.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Mar 28 06:28:53 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/adb7818df382e835ac5dbeef
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Update help for connected BBS list editing.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Mar 28 06:28:53 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/e98e7de365d072b887cb3846
    Modified Files:
    src/syncterm/bbslist.c
    Log Message:
    Fix help text.

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