- Jan 10, 2025
-
-
Rob Swindell authored
... and download events. The "Native Program List" was a hack left over from the transition from MS-DOS to OS/2 and now with extensible configuration files, like we have now, there's no reason not to add more fields and make it easier to specify which of these programs (most/all of them nowadays) are actually native to the host OS. The defaults (e.g. when creating a new file type) are unchanged for now.
-
Rob Swindell authored
Shorten the native_opt from "Native Executable/Script" to just "Native Executable" to make it usable in opt lists with narrower option name columns.
-
- Jan 09, 2025
-
-
Rob Swindell authored
... sometimes the generated command-line is different depenending on the external() mode flags (e.g. EX_NATIVE).
-
Rob Swindell authored
-
Rob Swindell authored
No need to load/modify messages that already have DELETE attribute flag set
-
Rob Swindell authored
Log a debug-level message after loading messages upon POP3 login.
-
Rob Swindell authored
Optimization: No need to read and re-write headers that already have the DELETE attribute. Fix: Forced permanent removal of deleted messages (e.g. when creating a new user that's reusing an existing user number), didn't work unless SCFG->Message Options->Purge Delete E-mail was set to "Immediately" (not the default).
-
Rob Swindell authored
slyedcfg.js bug fix: Now successfully saves settings if SlyEdit.cfg is nonexistent (not in sbbs/ctrl or sbbs/mods) See merge request !490
-
Eric Oulashin authored
slyedcfg.js bug fix: Now successfully saves settings if SlyEdit.cfg is nonexistent (not in sbbs/ctrl or sbbs/mods)
-
Deucе authored
We don't want our assertions asserting.
-
Deucе authored
-
Deucе authored
Previous commit capped it too early.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Deucе authored
The lock is recursive.
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
Add/use new print mode flag: P_ATCODES for use with trusted format params Renamed text.dat strings (to better support translation/localization): - Deleted -> DeletedUser - Inactive -> InactiveUser New text.dat strings: - Deleting - DoneDeleting - Deleted - DeletedNumberItems - E_Mail - E_Mails
-
Deucе authored
Maybe Borland is also using pre-vista headers?
-
Deucе authored
Borland hates WINVER
-
Deucе authored
-
Deucе authored
It's basically CLOCK_REALTIME with tv_nsec set to zero.
-
Deucе authored
-
Deucе authored
-
Deucе authored
Like xp_timer64(), except it gets the worst clock, not the best one. Mostly useful for places where you're using deltas between time(NULL) to approximate a time, not for if you need to convert to a date or if you need any kind of precision.
-
Rob Swindell authored
Change internal code of "xtrn-setup" from XSETUP to XTRN-SETUP (we have plenty of chars available for internal codes now).
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
As reported by Accession in #synchronet at irc.synchro.net
-
Rob Swindell authored
-
Rob Swindell authored
If this menu file exists, it'll be used to display file information (e.g. when using 'E'xtended info or 'D'ownload commands) instead of the Fi* text.dat strings. Allowing more customization options for file information displays.
-
Rob Swindell authored
datestr() will return this string when passed a time_t value of 0.
-
Rob Swindell authored
FILE_DESC didn't handle blank/no file description correctly The @-codes that need file size or date needed to call the proper filedat functions to get those values or else risk them being 0.
-
Rob Swindell authored
-
Rob Swindell authored
I received 6853 duplicate FastCGI error emails today (sent in a 2 minute time span). I wish I already had this in place. :-(
-
Rob Swindell authored
Caught by Coverity: CID 529977: Incorrect expression (SIZEOF_MISMATCH)
-
Rob Swindell authored
Converting the path to UPPER case and then comparing against a lowercase string would never work. Bug introduced in commit 6edc0270, reported by xbit (XBITBBS)
-