- May 01, 2020
-
-
rswindell authored
Set the KILLSENT network attribute for created Internet email messages when enabled in SCFG->Networks->Internet (new option). Do the same for FidoNet NetMail messages routed via SMTP. Only auto-delete sent Internet mail messges when either the KILLSENT network attribute flag is set or there was no SENDEREXT (from_ext) on the sent message.
-
rswindell authored
Set the "LOCAL" network-attribute on locally-created Internet email messages (no use currently, but seems prudent). Set the KILLSENT network attribute for created Internet email messages when enabled in SCFG->Networks->Internet (new option).
-
rswindell authored
Always delete exported netmail if there's no SENDEREXT (from_ext) as this could result in orphaned sent-mail otherwise.
-
- Apr 30, 2020
-
-
deuce authored
-
deuce authored
-
deuce authored
Make sure the chat window is in the same place as the waiting window Fix chat window not in taskbar issue
-
rswindell authored
just immediately return 0.
-
deuce authored
-
rswindell authored
Eventually, would love to get this entire project divorced from sbbs.h, but that's a rabbit hole I don't want to go down right now.
-
rswindell authored
-
rswindell authored
ctrl/*.cpp includes this file and does not use/include libjs.
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
FIDOCHARSET header field appropriately. Detect UTF-8 in any of the viewable header fields and set the appropriate aux attribute flag.
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Exclude these messages from non-debug builds too.
-
deuce authored
-
rswindell authored
but no tear line, I noticed that the initial space before "* Origin" was absent from the tail. It turns out the missing space character was being appended to the end of the body text. While investigating why that was, I was dismayed at the cruftiness of code but totally suprised that there was 80-column word-wrap logic in here (!). Removed that word-wrap logic <blush> and fixed the origin thing. More clean-up coming up next.
-
deuce authored
which is ⌥ and which is ⌘...
-
deuce authored
it itself)
-
rswindell authored
the name of a scalar property in either the current scope (by default) or the scope of the object passed to: - bbs.menu() - console.putmsg() - console.printfile() - console.printtail() The 'name' cannot be an array element (e.g. myprop[0]) or a nested object reference (e.g. myobj.myprop): just a single property name that can be converted to a string. Also, bbs.menu() now accepts an optional print-mode argument (default: P_NONE).
-
deuce authored
SDL audio should work from any thread, and on the platforms that care, SDL video is coddled appropriately. The only question is around SDL_Quit() in an audio-only build, but we can punt on that since the default builds will never do that... the only thing I'm aware of that could be broken that way is tone, which nobody likes anyway.
-
- Apr 29, 2020
-
-
deuce authored
"Passed" results.
-
deuce authored
Fixes issue with Pablo 24-bit colour ANSIs.
-
deuce authored
-
deuce authored
on the next byte.
-
deuce authored
-
deuce authored
Reset mouse state on terminal reset
-
rswindell authored
-
deuce authored
Fixes errors connecting to newer OpenSSH systems.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-