- Mar 11, 2020
-
-
deuce authored
ie: Does not return if the path was made or not.
-
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 08, 2020
-
-
rswindell authored
-
- Mar 07, 2020
-
-
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
-
- Mar 05, 2020
-
-
rswindell authored
Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007fb3be8ce071 in do_cgi_stuff (session=0x7fb2fbfaac40, cgi=0x7fb2fbfaa850, orig_keep=1) at websrvr.c:4376 4376 SKIP_WHITESPACE(value);
-
deuce authored
is Custom, and you modify the custom mode. This uses global pointers to automatic variables... and other insane things.
-
deuce authored
-
deuce authored
-
- Mar 02, 2020
-
-
rswindell authored
-
- Mar 01, 2020
-
-
rswindell authored
now accept an optional print-mode (a.k.a. pmode) argument to provide more control over the printing that happens in these functions/methods. The immediate use is for P_NOCRLF to stop the newline from being printed after a yes or no response (e.g. in a full-screen UI), but there could be other uses.
-
rswindell authored
Could sear I'd already done this.
-
rswindell authored
checking for non-NULL value.
-
rswindell authored
to an object with JSVAL_TO_OBJECT(). Go figure.
-
rswindell authored
JS) which will be executed when a users uses the the (L)ist msgs command from the "Reading" sub or "Reading E-mail" prompt. The arguments passed to the module are: <sub-code> [which] [usernum] [lm_mode] The additional optional arguments are the same values as would be passed to a readmail_mod, if one were to be used instead.
-
rswindell authored
src\sbbs3\js_global.c(3703): warning C4018: '<': signed/unsigned mismatch src\sbbs3\js_global.c(3761): warning C4018: '<': signed/unsigned mismatch src\sbbs3\js_global.c(3779): warning C4018: '<': signed/unsigned mismatch
-
rswindell authored
-
rswindell authored
MsgBase.get_msg_header or get_all_msg_headers), the message header object's private data (used internally in these C source functions) would be freed and NULL'd, apparenty as a form of optimization. This would cause some methods which can accept a msg header object as an argument (e.g. MsgBase.put_msg_header, bbs.show_msg/show_msg_header) to fail or behave in strange ways. Instead of freeing/NULLing the private data (and depending on that as an indication that the header has been enuemrated), just set a member variable indicating that the header has been enumerated (once) already. This is the bug that has been tripping me up with my message lister JS mod (see YouTube video). I can finally get that committed to CVS for testing now. :-)
-
- Feb 22, 2020
- Feb 04, 2020
-
-
rswindell authored
As reported by Ragnarok (DOCKSUD)
-
- Feb 02, 2020
-
-
rswindell authored
(said port 0) since the port had not been bound yet. So fix the display order of that msg (after listen() is called) and lower the log level to debug.
-
- Jan 24, 2020
-
-
deuce authored
We don't need PCI DSS compliance I hope, we just want people doing things.
-
- Jan 23, 2020
-
-
deuce authored
only (you can still use them from JS etc).
-
rswindell authored
Areafix requests to unlink a node from an area would corrupt the list of linked nodes: the *last* listed node would always be removed. If this was not the node that submitted the areafix request, then 2 nodes would be removed from the list of linked-nodes for an echo. To simplify this, we're just going to not write the removed node back to the area file, but leave it in the in-memory list. So technically, the node won't be unlinked until the next run of SBBSecho when the area file is re-parsed. If that's a problem, we can always add run-time removal from the in-memory list later. Reported by Alterego (ALTERANT).
-
- Jan 20, 2020
-
-
rswindell authored
*.msg).
-
- Jan 10, 2020
-
-
rswindell authored
-
- Jan 09, 2020
-
-
rswindell authored
non-deleted and active user records. Renamed the old "User List" menu option: "List All User Records" The online help probably needs fixing now: TODO
-
- Jan 05, 2020
-
-
rswindell authored
-
- Jan 04, 2020
-
-
rswindell authored
-
- Jan 03, 2020