- 26 Feb, 2022 2 commits
-
-
Eric Oulashin authored
-
Rob Swindell authored
Thank you Andre!
-
- 25 Feb, 2022 15 commits
-
-
Rob Swindell authored
Fixed message list time colors for wide terminals (above 80 columns) Closes #351 See merge request !146
-
-
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 e4adeee8
-
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.
-
- 24 Feb, 2022 21 commits
-
-
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
-
- 23 Feb, 2022 2 commits
-
-
Rob Swindell authored
-
Deucе authored
-