- 15 Jul, 2020 2 commits
- 11 Jul, 2020 1 commit
-
-
nightfox authored
Version 1.37: Added mouse support to the scrollable reader interface. The integrated area changer functionality doesn't have mouse support yet.
-
- 30 Jun, 2020 1 commit
-
-
deuce authored
-
- 29 Jun, 2020 2 commits
- 27 Jun, 2020 5 commits
-
-
deuce authored
Also, since I used my work computer, it changed all tabs to four spaces... *sigh*
-
deuce authored
setting.
-
deuce authored
-
deuce authored
actually lives (heh).
-
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.
-
- 26 Jun, 2020 10 commits
-
-
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.
-
- 21 Jun, 2020 1 commit
-
-
rswindell authored
last_few_callers_msg, allowing sysop (Codefenix) to include a Ctrl-A" code to nest a display file in the list header.
-
- 12 Jun, 2020 2 commits
- 08 Jun, 2020 4 commits
-
-
rswindell authored
via NNTP.
-
rswindell authored
auto-detect UTF-8 body text and set the FTN charset header field accordingly.
-
rswindell authored
-
rswindell authored
considerably. This eliminates the need for the experimental -novotes option (always exclude votes from the message counts) and means that sbbs v3.18 or later is required to use this script now.
-
- 07 Jun, 2020 1 commit
-
-
rswindell authored
specify an access requirement string (ARS) which must be matched for font(s) to be loaded/activated. This allows a sysop to specify a subset of users that should have some/all fonts loaded based on whatever criteria they want (and is supported by ARS) - specific user numbers, security levels, flags, terminal attributes, etc.
-
- 06 Jun, 2020 1 commit
-
-
rswindell authored
-
- 04 Jun, 2020 4 commits
-
-
mcmlxxix authored
per old man bob swindle's updates to other games, dont throw an exception if server.ini isnt found - use localhost:10088
-
mcmlxxix authored
override log() function ai background script. wrap service methods in try/catch to avoid service stoppage.
-
mcmlxxix authored
remove backgroundlog reference. add try/catch blocks in service methods to prevent exceptions from stopping service
-
mcmlxxix authored
wrap update handlers in try/catch (to prevent crashing, and figure out why it's crashing). added additional logging. remove backgroundlog script reference.
-
- 02 Jun, 2020 3 commits
- 01 Jun, 2020 2 commits
- 28 May, 2020 1 commit
-
-
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)
-