- Feb 01, 2021
-
-
Rob Swindell authored
Back in the day, some sysops used to use multiple SBBSecho configuration files. Nobody seems to do that these days, but its certainly a viable solution (or should be) for multiple FTNs on a single BBS. Anyway, this enhancement allows BinkIT to use an alternate SBBSecho configuration file (though it must still be located in the ctrl dir).
-
- Jan 31, 2021
-
-
Rob Swindell authored
-
Rob Swindell authored
Also change the wording of the -D option to be more descriptive.
-
Rob Swindell authored
The "EchoLists" help menu only worked when you first enter the sub-menu and would get wiped out by subsequent child-menu help text. Filled out the "Configuring an EchoList" help text. Fixed issue seen where deleting an EchoList's Required Key didn't set the "dirty config" flag, so saving of changes was not prompted when exiting (if that was the only change made).
-
Rob Swindell authored
To locate all message or file areas that contain a specific word in their name or description type: ;find word Also, only display transfer-area commands when the current node action is/was NODE_XFER.
-
- Jan 30, 2021
-
-
Rob Swindell authored
Similarly, if the tickit config file has an 'echocfg' key, that can point to a custom SBBSecho config (ini) filename. These filenames are just the name-portion, the path is still assumed to be the ctrl directory. For Dream Master.
-
Rob Swindell authored
Also, it's not technically an option, so remove from the option list.
-
Rob Swindell authored
Fixes the Win32 build.
-
Deucе authored
Done.
-
Rob Swindell authored
-
Rob Swindell authored
At Tracker1's request/suggestion. jsexec -Itrue ... Result (boolean): true More elaborate expressions can be evaluated and white-space included by quoting the "-I expression". Also, send all cmd-line usage errors to stderr and syntax help to stdout, always (Deuce's request).
-
Rob Swindell authored
Stop lying. Programming is hard enough already.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
The extra spaces caused the centering of the cryptlib version to be offset (not exactly centered).
-
- Jan 29, 2021
-
-
Deucе authored
Now the default bar is INT_MAX, so it always gets corrected when left as default. This is good.
-
Deucе authored
Instead of setting bar to zero when possible, set it to the number of displayed options, putting the lightbar at the bottom of the displayed list instead of at the top.
-
Deucе authored
-
Deucе authored
-
Deucе authored
So here's what we're doing now... we set bar so that the first item shown in the menu is the lowest index possible that still shows cur. bar is therefore calculated as the displayed item count minus the distance from cur to the end of the list. Yeah, that's the easiest way to explain it.
-
Deucе authored
-
Deucе authored
-
Deucе authored
scrn, showbuf, timedisplay, bottomline, getstrxy
-
-
-
echicken authored
-
Rob Swindell authored
-
Michael Long authored
-
- Jan 28, 2021
-
-
Kayz authored
-
echicken authored
-
echicken authored
-
echicken authored
Require authentication for unread-counts; guests don't need this.
-
echicken authored
-
echicken authored
-
echicken authored
for every sub in a group or every group (that the user has access to). Avoids sending a long list of sub/group codes in the query string for no good reason, which is a problem if you like to carry an insane number of dead echoes or whatever.
-
echicken authored
-
echicken authored
-
echicken authored
-
Rob Swindell authored
iniGetNamedStringList() was returning NULL when attempting to get the list of keys in the "root" (unnamed) section and the file is actually empty/blank. If there were *any* characters in the file, it would return an empty list (not NULL). Now, always return the empty list, even when the file is blank.
-
- Jan 27, 2021
-
-
Kayz authored
-