- Mar 19, 2020
-
-
rswindell authored
these are printf-style functions for inserting or appending a string into a string list.
-
- Mar 18, 2020
-
-
rswindell authored
Newly posted replies (by the current user) did not appear in the message list. The message list was never re-loaded: I added a Ctrl-R command key to reload the message list manually and it's also automatically reloaded when replying via a public-posted message (email replies don't force a reload). The sub-board's last-read pointer is also updated whenever the current msg selection is moved, even if the message isn't read or previewed. This paves the way for the internal message reader to possibly track to the current message selected in the msglist module upon exit. Included in here is a work-around for the (just-fixed) MsgBase.get_index/ get_all_msg_headers() bug where the msgbase status header was not re-read before determining the max number of messages to load. That work-around will be removed eventually.
-
rswindell authored
The number of messages loaded was limited by the number of messages that were in the status header the last time the status header was read (i.e. when the msgbase was opened or when any of its status header properties were referenced). Also fixed a couple of weird/useless uses of the WHERE macro in error messages.
-
- 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).
-