- Mar 02, 2022
-
-
Rob Swindell authored
-
Rob Swindell authored
CID 319091
-
Rob Swindell authored
CID 319110
-
Rob Swindell authored
CID 319140
-
Rob Swindell authored
-
Rob Swindell authored
CID 319135
-
Rob Swindell authored
CID 319142
-
Rob Swindell authored
CID 350353
-
Rob Swindell authored
CID 327965
-
Rob Swindell authored
CID 229603
-
Rob Swindell authored
CID 350276
-
Rob Swindell authored
CID 350279
-
Rob Swindell authored
CID 350294
-
Rob Swindell authored
Addresses CID 350312
-
Rob Swindell authored
Addresses CID 350316
-
Rob Swindell authored
Addresses CID 350318
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
But good practice anyway
-
Rob Swindell authored
with lseek() argument types, ftell() return type, etc. Likely none of these would be actual issues with files < 2GiB in size.
-
Rob Swindell authored
resolved CID 350321
-
Rob Swindell authored
Before the "new filebase" merge of 2021, a user's batch download queue would be cleared when a QWK packet was successfully packed for them via the event thread (i.e. triggered via semaphore file). That was lost in the new filebase change (the batch download queue would not be cleared) - caught by Coverity (CID 350336). It appears pre-packed QWK packets never cleared the batch download queue (does anyone actually use this feature in this day and age?) - fixed.
-
Rob Swindell authored
Could use more long->off_t conversions, but this is a start.
-
Rob Swindell authored
Reported by Coverity
-
Rob Swindell authored
Caught by Coverity-scan (use of uninitialized variable, 'str') :-)
-
- Mar 01, 2022
-
-
Deucе authored
Weird early failure return on TLS sends. Most noticible on local (ie: fast) connections, but clearly stupid all around when you look at the code. Fixed, but some day, I should go back and look how we eneded up in this mess.
-
- Feb 28, 2022
-
-
Rob Swindell authored
DD file lister: For terminals over 25 rows tall, the file info window will now be up to 45 rows tall. See merge request !151
-
DD file lister: For terminals over 25 rows tall, the file info window will now be up to 45 rows tall.
-
Rob Swindell authored
Feature request by Ray Quinn (1:214/23)
-
Rob Swindell authored
Needed for echocfg option to sort linked nodes upon reading/writing sbbsecho.ini, for Ray Quinn (1:214/23).
-
Rob Swindell authored
from NOTICE to INFO, per Nelgin
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
We only support platforms where slash is a legal path separator.
-
Deucе authored
SpiderMokey is now built with ctypes, but the object is only being created in jsdoor for now.
-
Rob Swindell authored
Needed for text.dat support in SBBSecho load_cfg really should be made either a static library or an exported function from libsbbs.so that everything reuses. Kind of silly to be recompiling and linking these files with every app now.
-
Rob Swindell authored
Thanks to Dan_C for the head's up that SBBSecho stopped (very recently) successfully sending notices to users about received netmail or echomail.
-
Rob Swindell authored
-