- Mar 02, 2022
-
-
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
Feature request by 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
-
- Feb 26, 2022
-
-
Rob Swindell authored
Inspired by jsdoor's equivalent change.
-
Rob Swindell authored
For DesotoFireflite (VALHALLA)
-
Rob Swindell authored
-
- Feb 25, 2022
-
-
Rob Swindell authored
-
Rob Swindell authored
- InternetMailReceived - InternetMailForwarded - FidoNetMailReceived - WithAttachment - FidoEchoMailReceived For The Millionaire, closing issue #254 The first string (suppressed with %.0s) is an optional date/time stamp. This also deprecates (removes support for) the [mail] NewMailNotice and ForwardNotice keys from sbbs.ini.
-
Rob Swindell authored
Addresses issue #350. Also fixed up the alignment of the header/columns.
-
- Feb 24, 2022
-
-
Rob Swindell authored
CID 349724
-
Rob Swindell authored
-
Rob Swindell authored
CID 319034
-
Rob Swindell authored
CID 174261
-
Rob Swindell authored
CID 174223 CID 174227 CID 174461 CID 174519 CID 229602 CID 319040 CID 319137 CID 319159
-
Rob Swindell authored
CID 33213
-
Rob Swindell authored
CID 33212
-
Rob Swindell authored
CID 33210 CID 33211
-
Rob Swindell authored
CID 33207 CID 33208 CID 33209
-
Rob Swindell authored
CID 33205
-
Rob Swindell authored
CID 174474
-
Rob Swindell authored
CID 319135 Fix the return value of js_socket_sendfilesocket() while we're here (off_t instead of int).
-