- Apr 25, 2020
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
for the json-service.ini "dir" key. The code that parses that value is not very tolerant of the absence of a trailing slash.
-
deuce authored
-
rswindell authored
-
deuce authored
Add CSI I support. Fix CSI SP d support.
-
rswindell authored
-
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
-