- Dec 25, 2022
-
-
Deucе authored
-
Deucе authored
This allows ensuring we don't expand CRLF into CRLFLF. This is usually harmless, but there's no real need to put up with it in a program with a single thread using the expand function.
-
Deucе authored
This is what was breaking uploads via telnet. Not only was it sending the unexpanded buffer, it was also sending the length of the expanded buffer out of it (wandering into gibberish or at worst, outside of the buffer).
-
Deucе authored
-
- Dec 24, 2022
-
-
Deucе authored
-
Deucе authored
Fixes icon displays in RIPs that don't use the .ICN extension.
-
Deucе authored
It seems Linux has deprecated siginterrupt(), and they've been aggressive about removing deprecated C functions lately.
-
Deucе authored
already in binary mode. Should fix Sourceforge issue 91
-
Deucе authored
Fixes SyncTERM SF bug 93
-
Deucе authored
The changes for Ghost support broke URL parsing.
-
Deucе authored
-
Deucе authored
This doesn't actually contain things you can modify, but rather answers the most FAQ "Where are the files stored?"
-
Deucе authored
Before this change, dynamic parent windows wouldn't be redrawn as active after showbuf() returns.
-
Deucе authored
-
- Dec 23, 2022
-
-
Rob Swindell authored
Just in case there's some clock wrap around issue causing issue #468. Seems unlikely with a 64-bit clock, but there are a lot of conditions in the xp_timer64() implementation that could evaluate differently on different versions of Windows or on different computers.
-
Deucе authored
This is the issue behind CVE-2022-24130 in xterm. Reported against SyncTERM by Autumn Lamonte (Thanks!) Discussion here: https://gitlab.com/klamonte/jexer/-/issues/105 Closes SyncTERM bug 79.
-
- Dec 21, 2022
- Dec 17, 2022
-
-
Rob Swindell authored
Quote line wrapping for DDMsgReader and SlyEdit See merge request !235
-
-
Rob Swindell authored
This conversion was done automatically via git clone because of the latest .gitattributes settings for these file types.
-
Rob Swindell authored
Fixes issue #463
-
- Dec 14, 2022
-
-
Rob Swindell authored
DDMsgreader: Fix for "assignment to undeclared variable" error See merge request !234
-
-
Rob Swindell authored
GT Trivia v1.02: If the JSON server can't be reached, scores can be written to a message sub-board (or more than one if needed) See merge request !233
-
GT Trivia v1.02: If the JSON server can't be reached, scores can be written to a message sub-board (or more than one if needed)
-
- Dec 08, 2022
-
-
Rob Swindell authored
DD Msg Reader: Fixed typo (console.putmst -> console.putmsg) See merge request !232
-
-
- Dec 05, 2022
-
-
Rob Swindell authored
DD file lister: lfexpand() seems to do what I wrote my own function for in the last commit See merge request !231
-
Eric Oulashin authored
-
Rob Swindell authored
Needed a version of strListSplit() that doesn't treat consecutive delimiters (e.g. "\r\n\r\n") as a single delimiter: so introducing strListDivide(). Like strListSplit(), strListDivide() modifies the input string (replacing first occurrences of delimiter with NUL). Since we don't want "\r\n" to be counted as 2 lines, we need to just split/divide on '\n' and then truncate any line endings (i.e. '\r') chars off the ends of the split strings. Reported by phigan in #synchronet
-
- Dec 03, 2022
-
-
Rob Swindell authored
DD File lister: Extended file info update (# times DL'd, last DL, description fix for some cases) See merge request !229
-
-
Rob Swindell authored
Ree/games fixes See merge request !230
-
-
Rob Swindell authored
DDMsgReader v1.57: @-code expansion only when sender is a sysop (and only when reading personal email) See merge request !228
-
DDMsgReader v1.57: @-code expansion only when sender is a sysop (and only when reading personal email)
-
- Dec 02, 2022
-
-
Rob Swindell authored
SlyEdit v1.82: Added some safety checks when reading the configuration file (that section of code was refactored recently). See merge request !227
-
SlyEdit v1.82: Added some safety checks when reading the configuration file (that section of code was refactored recently).
-
- Dec 01, 2022
-
-
Rob Swindell authored
Resize fTelnet for msweeper to support level 5 See merge request !225
-