- Mar 17, 2020
-
-
rswindell authored
Allows sysop to select the .js file from the exec directory, but does not yet allow them to specify/add any command-line options.
-
rswindell authored
Soutch the ctrl/recycle semaphore after making all config changes. No longer touch the data/fidoout.now semaphore after creating netmail message (unnecessary as the MsgBase.save_msg() call already does this).
-
rswindell authored
run by a point-and-click sysop. :-) I have the beginnings of a run-any-JS-mod sub-menu item, but still need to work on the prompt/selection of the filename to exec. Native sbbs cmdline utils could be invoked via this menu option too (in the future). First COVID-19 deaths reported today in my home county. :-(
-
- Mar 16, 2020
-
-
rswindell authored
-
- Mar 15, 2020
-
-
deuce authored
-
rswindell authored
(executing echocfg.exe).
-
rswindell authored
stack. Use the heap instead.
-
rswindell authored
-
rswindell authored
addresses configured in SCFG. Added "Poll" sub-menu item to the Fidonet menu for convenient method of forcing the BINKPOLL timed event to run.
-
rswindell authored
-
rswindell authored
-
rswindell authored
- echocfg (executing) - binkstats.ini (viewing) - echostats.ini (viewing) - sbbsecho.log (viewing) - sbbsecho.ini (editing) - badareas.lst (viewing) - areas.bbs (editing)
-
rswindell authored
-
rswindell authored
I don't recall why I added this or what usefulness it has, but I'm gonna play with it.
-
rswindell authored
name in the created AreaFix netmail message.
-
rswindell authored
-
rswindell authored
of being terminated (e.g. user hitting Ctrl-C in jsexec) - don't open and truncate the .cnf file if we're going to exit with an exception anyway and likely leave a 0-byte .cnf file behind.
-
rswindell authored
-
rswindell authored
calls exit() when exits the parent script when called from a load()'d module. :-( Touch the fidoout.now sem file after creating the AreaFix netmail message.
-
rswindell authored
-
rswindell authored
-
rswindell authored
When importing an area list using the -import=<filename> option, if any error occurred, scfg would segfault while trying to display the error message because it was trying to use uifc.msg() which was a NULL pointer.
-
deuce authored
-
rswindell authored
As a result of a making a "how-to" video for YouTube, I realized the initial FidoNet setup for a new sysop/node is harder than it should be. This script prompts the sysop for a bunch of details and automates pretty much all of the initial setup for FidoNet support in Synchronet. You're welcome. :-)
-
rswindell authored
-
rswindell authored
-
rswindell authored
they were already created/configured: - fidoin - fidoout - binkout - binkpoll
-
- Mar 14, 2020
- Mar 12, 2020
-
-
rswindell authored
(rather than leaving the default disabled BINKP service configuration in tact)
-
- Mar 11, 2020
-
-
deuce authored
ie: Does not return if the path was made or not.
-
rswindell authored
-
rswindell authored
to before the actual export, so that if an area has no downlinks, you won't actually see this errorneous but harmless log message. Also include the "export-to" address in the message.
-
deuce authored
mutexes are undefined in children.
-
deuce authored
it before redirecting stdout to the pipe. Likely fixes CGI errors seen by alterego (and has been broken for almost fifteen years).
-
- Mar 10, 2020
- Mar 08, 2020
-
-
rswindell authored
- update_msg_attr() was disabled (just returned true), apparenly from a previous debugging session - the DEL key while listing msgs didn't call update_msg_attr() There is still a bug whereby viewing a message does not display its current /updated attributes. Still need to resolve that one.
-