- 16 Aug, 2022 1 commit
-
-
Rob Swindell authored
-
- 14 Aug, 2022 1 commit
-
-
Rob Swindell authored
JSexec needs to be able to run upgrade_to_v320.js without main.ini already existing, but we need some cfg values (e.g. exec_dir) to find/execute scripts. Added -R option to jsexec to (re)require successful config file loaded, if/when needed by something.
-
- 10 Aug, 2022 2 commits
-
-
Rob Swindell authored
-
Rob Swindell authored
-
- 09 Aug, 2022 1 commit
-
-
Rob Swindell authored
-
- 05 Aug, 2022 1 commit
-
-
Rob Swindell authored
-
- 04 Aug, 2022 1 commit
-
-
Rob Swindell authored
-
- 03 Aug, 2022 2 commits
-
-
Rob Swindell authored
-
Rob Swindell authored
-
- 15 Jul, 2022 1 commit
-
-
Rob Swindell authored
-
- 14 Jul, 2022 2 commits
-
-
Rob Swindell authored
-
Rob Swindell authored
Replaces the old node.cnf usage
-
- 10 Jul, 2022 3 commits
-
-
Rob Swindell authored
Fixes issue #421
-
Rob Swindell authored
DDMsgReader: Mouse click support for the bottom help lines in scrollable mode (thanks to help from Nelgin) See merge request !202
-
Eric Oulashin authored
DDMsgReader: Mouse click support for the bottom help lines in scrollable mode (thanks to help from Nelgin)
-
- 08 Jul, 2022 5 commits
-
-
Rob Swindell authored
Accomplished by manually removing #define HAVE_BCRYPT_H 1 from config.h and rebuilding using MSVC/Visual Studio IDE. Try as I might I couldn't get the CMakeLists.txt changes (e.g. setting ENABLE_CNG to OFF) to take effect, but this seems to have worked. Why? Because Windows XP didn't include bcrypt.dll (a Microsoft DLL) and we don't really need it as we don't support password-protected ZIP files anyway. <shrug>
-
Rob Swindell authored
As reported by cadeon on Vertrauen, Synchronet v3.19 hasn't worked on Windows XP due to error: 'The procedure entry point inet_ntop could not be located in the dynamic link library WS2_32.dll'
-
Rob Swindell authored
SlyEdit.cfg: Changed the saveColorsAsANSI value to false. Synchronet does not word-wrap messages with ANSI. See merge request !200
-
Rob Swindell authored
DDMsgReader: Fixed a few errors (a couple related to "use strct", and a couple new errors related to deleting a message, upvoting, and viewing tallies). See merge request !201
-
Eric Oulashin authored
Fixed a few errors (a couple related to "use strct", and a couple new errors related to deleting a message, upvoting, and viewing tallies).
-
- 07 Jul, 2022 13 commits
-
-
Eric Oulashin authored
-
-
Rob Swindell authored
DDMsgReader: Fix for undeclared variable assignment when saving a message to the BBS machine See merge request !199
-
Eric Oulashin authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
DD file area chooser: Lightbar mode fix for not actually moving to the user's selected directory when directly choosing a directory in their library See merge request !198
-
Eric Oulashin authored
DD file area chooser: Lightbar mode fix for not actually moving to the user's selected directory when directly choosing a directory in their library
-
Rob Swindell authored
I think this is what nelgin/Keyop was asking for via IRC.
-
Rob Swindell authored
-
Rob Swindell authored
If we detect a client disconnection and terminate DOSXTRN.EXE, don't try to open DOSXTRN.RET and log an error when the file doesn't exist (as would be expected).
-
Rob Swindell authored
Broken in commit 082a9fce 3 years ago, the 'H' (highest ranked) message listing was showing the rank of the message (e.g. 1-20) instead of the message number itself.
-
- 06 Jul, 2022 5 commits
-
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
DDMsgReader: Fix for undefined bottomMsgIndex when going to a message in the lightbar list, and strict mode fixes See merge request !197
-
Eric Oulashin authored
DDMsgReader: Fix for undefined bottomMsgIndex when going to a message in the lightbar list, and strict mode fixes
-
- 05 Jul, 2022 2 commits
-
-
Rob Swindell authored
Note: this centering logic does not know the expanded-size of the @-code, so use a fixed-length @-code (e.g. with padding) or use the 'C' @-code format modifier instead. Fix issue #418
-
Rob Swindell authored
DDMsgReader: Scrolling ANSI and "use strict" improvements See merge request !195
-