- Dec 25, 2022
-
-
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
-
Rob Swindell authored
Display error if user can't read requested sub See merge request !223
-
- Nov 29, 2022
-
-
Rob Swindell authored
This bug was introduced in commit 9c91d32a 2 years ago and would result in votes and poll message being erroneously filtered. e.g. !Filtering QWK message from (null) due to age: 19321 days The filter criteria was either a zero-initialized msg or the previously parsed/imported msg from the QWK or REP packet. A solution for filtering vote/poll messages is needed, but this isn't it.
-
- Nov 28, 2022
-
-
Rob Swindell authored
This is the real fix for infinite-wait on send() problem that was attempted in commit f0127e9d, but caused other issues. Thanks Deuce.
-