- Dec 27, 2022
-
-
Deucе authored
-b/path/to/bbslist specifies a user BBS list file -n/path/to/inifile specifies a config file Remove undocumented -insert option. This may make nelgin sad, not sure.
-
- Dec 26, 2022
-
-
Deucе authored
-
- Dec 25, 2022
-
-
Deucе authored
Previously, b64_decode was being asked to decode past the end of the application string.
-
Deucе authored
Fix off-by-one error with b64 cache store buffer size.
-
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
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
-
- Dec 21, 2022
-
-
Deucе authored
Previously, a file transfer would unconditionally enable RIP.
-
- Nov 15, 2022
-
-
Deucе authored
This is for weird embedded systems where RTS is not supported by the communications channel, but is actually controlling something else (TX, Bootloader update mode, etc).
-
- Oct 08, 2022
-
-
Deucе authored
New Medium impact and a low impact issue still needs to be triaged.
-
- Jul 07, 2022
-
-
Rob Swindell authored
I think this is what nelgin/Keyop was asking for via IRC.
-
- Jun 17, 2022
-
-
Rob Swindell authored
-
- May 10, 2022
-
-
Rob Swindell authored
-
- Jun 03, 2021
-
-
Deucе authored
1) setfont() after loading fonts 2) In X11 mode, don't translate ASCII characters from unicode... this was causing non-ASCII characters to be translated twice.
-
- Jun 01, 2021
-
-
Deucе authored
Fixes sourceforce issue number 60. Reported by WitNik (Thanks!)
-
- May 23, 2021
-
-
Deucе authored
Any screen mode where the description and the enum value were not identical (ie: ones with spaces or parenthesis) would not be used at startup correctly. Reported by DigitalMan via Discord
-
- May 22, 2021
-
-
Deucе authored
Setting the scaling and size before changing modes does weird things. Those things should be fixed, but at least this makes the problem go away in SyncTERM for now.
-
Deucе authored
-
Deucе authored
He's old, and should keep his blood pressure down. Do not walk on his lawn.
-
Deucе authored
-
- May 21, 2021
- May 20, 2021
-
-
Deucе authored
-
Deucе authored
It will be used in the future, so the code shouldn't be deleted, but not using it causes a warning.
-
Deucе authored
While we're doing that, actually use it in SyncTERM so the offline scrollback retains fonts. Also, fix an issue where the current mode would be updated with the custom parameters when you changed them. Finally, remove some unused variables.
-
Deucе authored
It seems that at least LORD has upper-case in the ZIPs and lower-case in the queries.
-
Deucе authored
The biggest issue with SkyPix is the fact that it's *not* a character cell mode. The cursor is pretty much impossible to position correctly, and all the text "stuff" basically needs to be bypassed.
-
Deucе authored
-
- May 19, 2021