- Mar 15, 2020
-
-
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.
-
rswindell authored
-
rswindell authored
list, e.g. from 'F'ind text). Fix a couple of typos/copy-paste errors in options: - preview_properties_maxlen - attr_sent
-
rswindell authored
-
- Mar 07, 2020
-
-
rswindell authored
to match the settings on the BBS-side (e.g. iCE colors enabled/disabled).
-
deuce authored
Reported by belthesar... thanks!
-
deuce authored
Avoid gratuitous xim reallocations (not a bug) Avoid gratuitous redraws (not a bug) Avoid posting and waiting on a semaphore from the same thread (ehhhh....) After blocking on XNextEvent(), drain all X events in the queue (not a bug)
-
deuce authored
Also not an issue.
-
deuce authored
This didn't cause problems, but it was confusing.
-
deuce authored
passed.
-
deuce authored
-
deuce authored
Fixed but I think DigitalMan reported where the count of entries isn't updated after and add/delete until you change to the settings menu and back.
-
deuce authored
If this option is set, it means that all content available via http:// is available at the same https:// URL. This will trigger to new behaviours: 1) If an HTTP request has the "Upgrade-Insecure-Requests: 1" header, the client will get a 307 redirect to the https:// URL. 2) For https:// responses, the following two headers will be added: Content-Security-Policy: block-all-mixed-content Strict-Transport-Security: max-age=10886400; preload
-