- Mar 07, 2020
-
-
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 04, 2020
-
-
nightfox authored
For cross-posting, to make sure the user can post in a sub-board, SlyEdit now checks the can_post property of the sub-board rather than checking the ARS. The can_post property covers more cases (such as whether the sub-board is a networked sub and the user has the N restriction).
-
nightfox authored
Incremented the version to 1.72 and date to 2020-03-04 to be up to date with today's release of SlyEdit.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
nightfox authored
Added support for a new option in SlyEdit.cfg: allowSpellCheck, which specifies whether or not the spell check feature is allowed. Valid values are true and false; it defaults to true if not specified. You might want to disable spell check if, for instance, the spell check feature causes an "out of memory" error on your system.
-
nightfox authored
-
nightfox authored
New configuration option: allowSpellCheck. This specifies whether the spell check feature is allowed or not. It defaults to true if not specified. You might want to disable spell check if, for instance, the spell check feature causes an "out of memory" error on your system.
-
nightfox authored
Re-indented some functions to be more consistent with other code in SlyEdit. No change in behavior.
-
nightfox authored
The postMsgToSubBoard() function now checks to ensure the user has posting access to the sub-board before posting the message. For cross-posting, SlyEdit already does not allow the user to select sub-boards they can't post in, but I figured it wouldn't hurt to have this function check for that before posting the message.
-
- Mar 02, 2020
- 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
-
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. :-)
-
rswindell authored
base "status" matches the associated sub-board configuration values (e.g. from SCFG). Specifically for the properties: max_crcs, max_msgs, and max_age
-
- Feb 24, 2020
-
-
deuce authored
-
- Feb 22, 2020
- Feb 17, 2020
-
-
deuce authored
here, and it's not really needed.
-
deuce authored
The block sizes for TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 and TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 were incorrect in the suite definitions. This is the root cause befind the old cl-suites.patch which disabled TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (no great loss). This patch also fixes the TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 suite, which may be what new Apple phones were negotiating for pop3s connections.
-
- Feb 14, 2020