- Jun 27, 2020
-
-
deuce authored
There are a number of conio changes in here too... too many to list. Check the diffs if you actually want to know what changed.
-
- Jun 26, 2020
-
-
deuce authored
-
deuce authored
-
rswindell authored
Change the Get/Set FlowControl function to control both tx and rx flow control and accept/return a bit-field so multiple flow control methods can be enabled concurrently.
-
deuce authored
-
rswindell authored
Change the return value and arguments to Get/SetTxFlowControl functions to support multiple types of flow control, not just RTS/CTS, but also DTR/DSR and XON/OFF (and obviously, none). TODO: consider how the dcb.fRtsControl member might need to be adjusted by the comSetTxFlowControl function (for Win32).
-
deuce authored
-
rswindell authored
-
deuce authored
-
rswindell authored
Need *nix implementations now.
-
rswindell authored
Need a *nix implementation now.
-
- Jun 12, 2020
- Jun 02, 2020
- Jun 01, 2020
-
-
rswindell authored
SEND using auto-detected DNS server address: 2001:4860:4860:: !SEND INVALID DNS server address: 2001:4860:4860:: Fix off-by-one buffer overflow while at it.
-
- May 28, 2020
-
-
deuce authored
large uploads remained an issue as if there's no data received on the connection for over a second, the input thread would abort due to timeout. Fixes bug https://sf.net/p/syncterm/tickets/21/ This is serious enough to trigger a new RC I believe (sigh)
-
- May 27, 2020
- May 26, 2020
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
If sbbs_t::menu() is called with a menu file/code that includes wildcard characters (? or *), do the random menu thing. This is true for Baja MENU function and JS bbs.menu() as well as MENU/CONDMENU @-codes, so no longer need a bbs.random_menu() function (removed).
-
rswindell authored
Create sbbs_t::random_menu() (JS bbs.random_menu()) - to make the display of a randomly-chosen menu file from text/menu, very easy.
-
rswindell authored
Fix strListDedupe() - if a string is removed (cause it was a dupe), don't increment the second loop counter or you'll skip past the NULL-terminator.
-
rswindell authored
has type 'long int'
-
rswindell authored
warning: ‘subs’ directive writing 4 bytes into a region of size between 1 and 64
-
rswindell authored
Improve send-file performance on Windows (over Gb Ethernet LAN) from about 1 MBytes/second to 25+ MBytes/second by increasing the size of the ringbuffer (from 20 -> 256 KBytes) and the size of the file-read buffer in sock_sendfile(). Also log the through-put (in cps) when a file is sent.
-
rswindell authored
Address warning: ‘__builtin___sprintf_chk’ writing a terminating nul past the end of the destination reported by Nelgin via irc.
-
- May 25, 2020
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
that support large file offsets (e.g. 64-bit Linux). Considered returning ssize_t (like sendfile does), but opted for off_t. Could be convinced otherwise.
-
rswindell authored
(64-bit off_t), e.g. 64-bit Linux. Issue reported by plt via irc.
-
rswindell authored
Switch to strncpy().
-
rswindell authored
Include a replied-to message's to field to be selected in the post-to history (arrow-up to choose strings from history).
-
rswindell authored
-
rswindell authored
Add/use functions to convert the 3 msg attribute fields to strings of comma-separated attribute names.
-
- May 24, 2020
-
-
rswindell authored
Fix heap corruption resulting from use of internal message editor "/E" (edit line) command when extended a line of text to a length longer than what was allocated.
-
rswindell authored
Rename CON_MOUSE_REPORT to CON_MOUSE_SCROLL (since that is all it is used for).
-
rswindell authored
-