- Feb 22, 2021
-
-
Rob Swindell authored
Caught by Coverity.
-
Rob Swindell authored
Check return value from read().
-
- Feb 21, 2021
-
-
Rob Swindell authored
-
Rob Swindell authored
Mostly in error-paths.
-
Rob Swindell authored
imapservice.js line 736: TypeError: line is null
-
Deucе authored
User when not specified is 'SYSOP' not 'Local User' Use lower-case, not upper-case by default. Lower case all filenames from scripts. When a label is defined multiple times, the *first* instance is used. Labels can have spaces in them. Allow passing label+file.ref on command-line.
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
By default, just use console.pause() (the "hit a key" prompt), but if [msglist] pause is set to a delay duration (in seconds, fractions supported), then delay instead. If pause is set to false, don't delay or pause. Do the delay/pause thing after posting messages too (not just email).
-
Rob Swindell authored
Update common.js See merge request !112
-
Michael J. Ryan authored
When the property was changed, it now blows up on any browser with the previous configuration schema, explicitly checking for the expected text value without parsing.
-
Rob Swindell authored
To address issue #226. Perhaps this should just be a "delay" instead? Posting may need something similar.
-
Rob Swindell authored
Add the "two or three lines" that Deuce said were needed to restore this functionality. Also got rid of some now unnecessary (void) protected_*int* return value ignoring warning-suppressors.
-
Rob Swindell authored
for better errors/warnings from the compiler when misued.
-
- Feb 20, 2021
-
-
Rob Swindell authored
Interesting, this is how this code worked back in 2005, but was changed without a good description of why: http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/sbbs3/xmodem.c?r1=1.15&r2=1.16 This addresses the anonymous SyncTERM bug report: https://sourceforge.net/p/syncterm/tickets/46/ Thanks, whoever that was. :-)
-
Deucе authored
Fixes last commit, which could cause infinite hangs on certain requests.
-
- Feb 19, 2021
-
-
Rob Swindell authored
mycroft doors See merge request !111
-
Kayz authored
-
Rob Swindell authored
Issue introduced in previous commit to this file. The name arg(s) comes before the address arg(s).
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
If the destination point node is not a linked node (does not exist in sbbsecho.ini), but the boss node is linked, automatically route to the boss node. The log entries look like this when this happens: "Routing packet (%s) to boss-node %s" "Routing NetMail (%s) to boss-node %s" For poindexter FORTRAN (REALITY) - test results appreciated. Incremented SBBSecho version to 3.13.
-
Rob Swindell authored
Previously, any DNS blacklist-exempt email addresses (in ctrl/dnsbl_exempt.cfg) had to be used in the mail-envelope (the "MAIL FROM:" address) - that doesn't work for all senders that use re-mailers or whatever where you end-up with some *bounce* address as the envelope-sender. So now, clear the DNSBL results when the From header field is parsed and the sender was in fact an exempt sender. Note: the Subject line will still contain the SPAM tag if the subject was parsed first (came earlier in the message header). May need to address this limitation in the future if it turns out to be a problem (!). Lowercase the [smtp|smtps]spy.txt log file.
-
echicken authored
-
echicken authored
-
- Feb 18, 2021
-
-
echicken authored
-
Deucе authored
protected_*_adjust() only adjusts now.
-
echicken authored
-
Rob Swindell authored
-
Rob Swindell authored
Deal with the resulting warnings (using (void)). Deal with the incorrect integer to protected_int* assignment in services.c (just don't support server.clients property reading in service scripts). Also, the strcpy()->SAFECOPY() change in ftpsrvr.c was wrong, caught by GCC warning - oops.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
Also, fix things that incorrectly reach into the protected_*_t to incorrectly access values.
-
Rob Swindell authored
This reverts commit ced63e12. Didn't work for .cpp files: stdatomic.h:40:9: error: ‘_Atomic’ does not name a type typedef _Atomic _Bool atomic_bool
-
Rob Swindell authored
-
Deucе authored
-
Rob Swindell authored
-
echicken authored
Synchronet's whims. Check for falsiness instead of NET_NONE. Just display to/from_net_addr without prefixing with to + @. Not sure why I was doing this, but if there was a reason, I'll need to make an per-net-type address formatting thing.
-