- Jun 26, 2020
-
-
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 21, 2020
-
-
rswindell authored
last_few_callers_msg, allowing sysop (Codefenix) to include a Ctrl-A" code to nest a display file in the list header.
-
- Jun 12, 2020
- Jun 08, 2020
-
-
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.
-
- Jun 07, 2020
-
-
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.
-
- Jun 06, 2020
-
-
rswindell authored
-
- Jun 04, 2020
-
-
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.
-
- Jun 02, 2020
- Jun 01, 2020
- 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
";!" will repeat the last (non-blank) ";string" command.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
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
-