- Jul 24, 2019
-
-
rswindell authored
-
rswindell authored
Since sockwrap.h #Includes winsock2.h, let's #include it before any other header files (e.g. genwrap.h)
-
rswindell authored
Since sockwrap.h #Includes winsock2.h, let's #include it before any other header files (e.g. genwrap.h)
-
rswindell authored
-
rswindell authored
InterlockedCompareExchange() expects a long*, not a uint32_t*.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
genwrap.h, when needed.
-
rswindell authored
Only about 4 million more to go. :-)
-
- Jul 23, 2019
-
-
echicken authored
-
rswindell authored
-
rswindell authored
linked nodes: UseOutboxes (default: true) BinkIT will continue to outboxes even when this option is set to false, but SBBSecho won't place any mail files in the outboxes when this option is set to true. For PSI-Jack who was surprised that SBBSecho put mail files into outboxes. Since it appears BinkD supports both outboxes and normal outbound directories for linked nodes and BinkIT does as well, this shouldn't really make any difference - just a sysop preference.
-
deuce authored
characters as the buffer width terminated by a linefeed would cause an extra blank line to be inserted due to incorrect end-of-line detection. The number of lines to allocate was calculated correctly, so this resulted in writing past the last line in the screen buffer, corrupting memory after the allocation. Glibc detected this condition and crashed with a double- free or corruption message.
-
- Jul 22, 2019
- Jul 21, 2019
-
-
nightfox authored
-
nightfox authored
-
nightfox authored
Now supports changing the message subject (with Ctrl-S). Ctrl-S was previously for text search, which has now been changed to Ctrl-W (word/text serach). Updated the version to 1.67. Changing the subject requires a Synchronet development build from July 21, 2019 or newer (that build added support for RESULT.ED even for
-
nightfox authored
-
- Jul 20, 2019
-
-
echicken authored
Use GraphicsConverter to display files in 999-bullshit.xjs for now. Stop using bullshit.ssjs. Use settings in 999-bullshit.xjs.
-
rswindell authored
-
rswindell authored
editor even if the editor was configured for QuickBBS/MSGINF drop files. Don't use the subject line from RESULT.ED when the read-only subject mode is used.
-
deuce authored
-
echicken authored
particularly salvageable here. I have a work in progress to replace these, however this may not end up being necessary. Well, "necessary".
-
echicken authored
EventEmitter a la node.js, with an inheritance helper for adding it to your Object. Same API as in node except: - No concept of MaxListeners - No prependListener/prependOnceListener (These can be added later if they're needed. Too much hassle tonight.) Currently a legacy-style library and should maybe be updated for newer return-style load/require type use.
-
deuce authored
-
deuce authored
Ignore the _ though.
-
deuce authored
for ports where any incoming packet calls it.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
- Jul 19, 2019
-
-
deuce authored
Just a tree of objects and methods so far. Not all AGWPE commands are currently supported. Main TODOs: Connections and ports should have message queues. There should be a select() thing that grabs messages and sorts them into queues. The queues shoud likely be processed by a node.jsly set of callbacks.
-
rswindell authored
was just a an outline of the Window? Apparently I set the MainForm's DragKind = dkDock at some point, forever ago, and didn't realize it. I thought all this time it was C++Builder's fault. :-(
-
rswindell authored
-
rswindell authored
-
rswindell authored
than hard-code to 60 chars - better support for wide terminals. Write the newly-defined "3rd line" (editor details) to the result.ed file (this is used by latest sbbs for EDITOR msg header field). Always write the result.ed file when creating a message, even if the subject was not changed. "edit_top==5" is a strange way to determine that you're editing a message, but okay...
-