- Apr 25, 2020
-
-
rswindell authored
-
rswindell authored
Loadable Modules for these (nodelist and privatemsg) configured by default in SCFG->Sysstem->Loadable Modules. Disable FIDOIN and FIDOOUT timed events by default. Disable NEWSLINK and LISTSRVR timed events by default. Added ftn-setup.js and xtrn-setup.js to the Operator xtrn menu.
-
deuce authored
-
deuce authored
-
rswindell authored
Added "-export" for F. Krueger (2:333/808.1) which exports every message from the specified message base into a separate text file (in the sbbs/temp dir). e.g. "jsexec <msgbase-code> -export" Uses RFC-822 style header syntax. No dot-stuffing. Strips Ctrl-A codes. Uses CRLF-terminated lines. All these things could be configurable with options easily enough if someone wants different behavior.
-
- Apr 24, 2020
-
-
rswindell authored
in adjustuserrec() - as reported by Nelgin, the finder and reporter of bugs. 32-bit fields were protected, but not 16-bit fields, so they could/would "wrap around" (e.g. after exceed 65535). I did not add protection for 8-bit integer wrap as there's only one (leech) and that's not relevant/used these days.
-
deuce authored
Apparently, SyncTERM is doing tabs differently than XTerm, and there's some get graphics attribute weirdness in XTerm as well.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
- MAXCALLS (maximum logons per day for user's security level) - MAXPOSTS (maximum posted msgs per day for user's security level) - MAXMAILS (maximum email messages sent per day for user's security level) - MAXLINES (maximum number of lines per messages allowed for user's sec level)
-
rswindell authored
-
rswindell authored
- TTOTAL (time in minutes from all previous logons, in HH:MM) - TTODAY (time in used from previous logons today, in H:MM) - MTOTAL (time in minutes from all previous logons) - MTODAY (time in minutes from previous logons today) - MPERC (minutes allowed per call, alias to TIMELIMIT) - MPERD (minutes allowed per day) - TEXTRA (extra time earned in HH:MM) - MEXTRA (extra time earned in minutes) - TBANKED (banked time, in HH:MM) - MBANKED (banked time, in minutes)
-
deuce authored
-
rswindell authored
- TTOTAL (time in minutes from all previous logons, in HH:MM:SS) - TTODAY (time in used from previous logons today, in H:MM:SS) - MTOTAL (time in minutes from all previous logons) - MTODAY (time in minutes from previous logons today) - MPERC (minutes allowed per call, alias to TIMELIMIT) - MPERD (minutes allowed per day)
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
expressions
-
rswindell authored
Disable the "clear-to-eol on CR" console feature as that truncates getstr() re-displayed strings if the cursor is not at the end of the string. Hopefully we don't actually need this hack anymore.
-
rswindell authored
-
rswindell authored
now accept multiple comma-separated addresses. Include the problematic NetMail address in the InvalidNetMailAddr string.
-
rswindell authored
Added multiple Internet email recipient support. I'll look into multiple FidoNet netmail support later as that code needs an even greater overhaul in that process.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
mode flag, an EOF @-code would not stop the output since it calls putmsg() for *each* line of the file and was not checking the return value of putmsg() for an abnormal/early-termination indicator.
-
rswindell authored
header field) when saving a message using the MsgBase class. A similar problem existed with REPLYTOLIST/RFC822REPLYTO, but was not actually observed. Since the following header fields were not populated in the msg header "field_list", if they existed in a message header that was modified using the MsgBase class, they would be lost: - RFC822TO - RFC822CC - RFC822ORG - RFC822REPLYTO - RFC822SUBJECT
-
rswindell authored
MIME-decoded header fields not to be handled appropriately in the mail server.
-
rswindell authored
- EMAILS - FBACKS - ETODAY - PTODAY - LTODAY - TTODAY - TLAST - TEXTRA
-
rswindell authored
- FIRSTON (date and time user first logged on) - FIRSTDATEON (same as SINCE) - FIRSTTIMEON (time of day of user's first logon)
-
- Apr 23, 2020