- Mar 02, 2022
-
-
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
-
Rob Swindell authored
-
- Feb 27, 2022
-
-
Rob Swindell authored
Fixed copy paste error for the installation section Closes #353 See merge request !150
-
Eric Oulashin authored
Changed "Installing into a command shell" to say section 3 ("Installation & Setup") instead. This resolves issue #353
-
Rob Swindell authored
-
Rob Swindell authored
Fixes issue #355 reported by Andre
-
Rob Swindell authored
-
Rob Swindell authored
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
e.g. foodfite.com will match FOODFITE.COM or FoodFite.COM (the MD5 sum is insuring it's the right file anyway).
-
Deucе authored
-
- Feb 26, 2022
-
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
Inspired by jsdoor's equivalent change.
-