- Apr 24, 2020
-
-
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
-
-
rswindell authored
-
deuce authored
music can be configured. Reported by DigitalMan. Twice.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
to eliminate a lot of copy-pasta.
-
rswindell authored
The Fido "Stored Message" (*.msg) stuff is gonna get ripped out of these functions (soon?) anyway.
-
rswindell authored
itself now).
-
rswindell authored
exec_bin'ing hard-coded module names now that we have the configurable loadable modules for these features integrated into SBBS.
-
rswindell authored
- external programs section (default: "xtrn_sec") - logon list (default: "logonlist")
-
rswindell authored
- external programs section (default: "xtrn_sec") - logon list (default: "logonlist") This ties the Baja XTRN_SECTION and USERLIST_LOGONS functions and the JS bbs.xtrn_sec() and bbs.list_logons() methods to the loadable modules (if configured) automatically without the exec_bin hackery in *.src. Also, allow the xtrn section argument to be passed to the JS/C++ method to go directly to a specific xtrn program section. The bbs.list_logons() can also accept an argument to pass to the module (e.g. "-y" for yesterday's logons).
-
rswindell authored
-
rswindell authored
text.dat strings to do it) by default. Set "clear_screen = false" in [xtrn_sec] of modopts.ini to disable.
-
rswindell authored
key values (the defaults of which mostly come from text.dat).
-
- Apr 22, 2020
-
-
deuce authored
-