- Feb 25, 2022
-
-
Rob Swindell authored
-
Rob Swindell authored
genwrap.c(855): warning C4244: '=': conversion from 'LONGLONG' to 'uint32_t', possible loss of data
-
Rob Swindell authored
BCC error filewrap.h 77: Multiple declaration for 'mode_t' Introduced in commit 898175e2
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
Remove cryptlib's -march=native to avoid SIGILL on x86_64 systems, where SBBS... Closes #324 See merge request !144
-
Deucе authored
Not sure why this isn't defined from inttypes.h, but blah.
-
Rob Swindell authored
- InternetMailReceived - InternetMailForwarded - FidoNetMailReceived - WithAttachment - FidoEchoMailReceived The first string (suppressed with %.0s) is an optional date/time stamp.
-
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
DDMsgReader v1.45: Fixed message scanning & searching issues introduced in the previous version. Closes #344 See merge request !145
-
Eric Oulashin authored
-
Deon George authored
Remove cryptlib's -march=native to avoid SIGILL on x86_64 systems, where SBBS is compiled on a differnt host to where it is run. This should fix issue #324
-
Rob Swindell authored
Addresses issue #350. Also fixed up the alignment of the header/columns.
-
- Feb 24, 2022
-
-
Rob Swindell authored
CID 349724
-
echicken authored
Probably resolves the "Invalid page" problem reported by W6RAY.
-
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).
-
Rob Swindell authored
CID 319142
-
Rob Swindell authored
CID 319001
-
Rob Swindell authored
CID 330961
-
Rob Swindell authored
CID 319101 Beautified another lprintf() statement while at it.
-
Rob Swindell authored
-
Rob Swindell authored
Also updated the default colors of the existing DownloadUserMsg string to have a little more variety.
-
Rob Swindell authored
Tired of being reminded that you were "awarded 0 credits" for free downloads? I know I am, so I created another text.dat string (reusing Unused300), for notification of free-download files where no credits are awarded to the uploader. Also updated the default colors of the existing DownloadUserMsg string to have a little more variety. Not sure why ftpsrvr.c isn't using user_downloaded_file(). That copy/pasta should be eliminated later.
-
Rob Swindell authored
postfile.js still should be used for adding a single file to a filebase, but when updating a single file, this seemed like a simple enhancement. It also allows filtering of files to be added by wildcard (e.g. *.zip), so potentially useful for adding files too. Address enhancement request #348
-
- Feb 23, 2022
-
-
Rob Swindell authored
-
Deucе authored
-
Rob Swindell authored
TARDIS (Quarkware BBS, the Ruby BBS), uses just \n for QWK message line deliniation, but we were expected \r\n terminated lines here. Also, apparently there was trailing white-space on the "json-end" line, so handle that case too.
-
Rob Swindell authored
And a couple of projects didn't have the encode directory in their include path.
-
Rob Swindell authored
When no file description was provided (e.g. blind/batch file uploads), I noticed that the short file description (summary) could be set to "(null)". This problem was introduced in commit 4bd6f5f6 with the sbbsfile.des creation and post-processing support. I also noticed that the extended description processing in sbbs_t::uploadfile() was not entirely consistent with other methods of adding/uploading files. Let prep_file_desc() do its just of processing the extended description into a suitable short description/summary (including truncation).
-
Rob Swindell authored
If the extended description is UTF-8, first convert it to CP437.
-