1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 9 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Functions that use FILE* functions cannot be DLL-exported. More... about 23 years ago
Bugfix in find_section. Functions that use FILE* functions cannot be DLL-exported. More... about 23 years ago
Added typecasts to solve bcc warnings. More... about 23 years ago
Re-ordered #includes so conio.h doesn't redefine BLINK (on Win32). More... about 23 years ago
Added command-line option ("ni") to disable reading settings from .ini file. More... about 23 years ago
Mail server "max recipients" value is now configurable (default: 100). More... about 23 years ago
Made mail server "msg text lines per yield" value configurable (default: 100) Fixed a couple of misnamed keys. More... about 23 years ago
Made mail server "msg text lines per yield" value configurable (default: 100) More... about 23 years ago
Added #includes for prototypes.
rob
More... about 23 years ago
Added files necessary for sbbs.ini parsing in sbbscon.c.
rob
More... about 23 years ago
Sample sbbs.ini file (preliminary, exported from sbbsctrl with a few mods). More... about 23 years ago
Now includes gen_defs.h (instead of windows.h) for WORD/DWORD defs. More... about 23 years ago
Adding necessary #includes that we used to get from sbbs.h.
rob
More... about 23 years ago
Added JAVASCRIPT definition (necessary for services calls in sbbscon.c). Added required files for parsing sbbs.ini. More... about 23 years ago
New run_bbs BOOL allows you to *not* run the BBS threads. Eliminated dependency on sbbs.h. Now optionally parses an sbbs.ini file for startup options. More... about 23 years ago
New module that reads-from (and eventually will write-to) an sbbs.ini file. More... about 23 years ago
Generic interface for parsing (and eventually, creating) .ini files. More... about 23 years ago
fexistcase() now returns first match (from sorted glob results). More... about 23 years ago
Changed fexistcase() references to glob_t.gl_matchc to gl_pathc. More... about 23 years ago
Deuce's fexistcase() which uses glob() to match ALL case perversions rather than just all-upper or all-lower case filenames. More... about 23 years ago
Changed lastchar() to return a pointer to the last char in the string. More... about 23 years ago
Unix fexist() uses new lastchar() function. More... about 23 years ago
Created lastchar() utility function (returns last character in string). More... about 23 years ago
Updated function prototypes to use const char* to indicate read-only strings. More... about 23 years ago
dirwrap.o is now dependant on genwrap.o
rob
More... about 23 years ago
#includes genwrap.h for strupr/strlwr prototypes. More... about 23 years ago
Introduced new fexistcase() function to fix user-supplied (DOS) filename case. More... about 23 years ago
Configurable blacklisted mail header tag (e.g. "X-DNSBL" or "X-RBL"). New option: MAIL_OPT_DNSBL_BADUSER - reject mail from blacklisted servers. More... about 23 years ago
Created fexistcase() function that checks for file existence, like fexist(), but fixes filenames for all upper/lower DOS filename compatibility. More... about 23 years ago
Removed "forking pty" lprintf statement. More... about 23 years ago