1
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed default values a bit. Added comments documenting which options are supported. More... about 23 years ago
Created xtrn_term field in bbs_startup_t for Unix external term type. More... about 23 years ago
Improved use of fgets(), but still not echoing.
rob
More... about 23 years ago
itoa() is not portable - switched to ultoa (implemented in xpdev/genwrap.c). More... about 23 years ago
Windows build now #includes <share.h> More... about 23 years ago
sbbscon.c needed WRAPPER_EXPORTS definition. More... about 23 years ago
Implemented node list/control from console prompt. - required reading of cfg files (using load_cfg). More... about 23 years ago
Moved pack/unpackchatpass functions here from chat.cpp. Copied printnodedat() function from node.c (with mod to print user names). More... about 23 years ago
Added scfg_t* arg to printnodedat() - necessary for printing username. More... about 23 years ago
Moved pack/unpackchatpass functions to userdat.c. Added printnodedat function to userdat.c. More... about 23 years ago
Moved pack/unpackchatpass functions to userdat.c/h. More... about 23 years ago
Updated for xpdev. More... about 23 years ago
Don't decrement savnum if it's 0. More... about 23 years ago
Updated comments where extra (sbbscon-specific) ini keys should be read in. More... about 23 years ago
Added necessary WinSock calls to get local hostname during initialization. More... about 23 years ago
Fixed typo (LastNode). More... about 23 years ago
Uess ctrl/hostname.ini instead of ctrl/sbbs.ini by default (if file exists). More... about 23 years ago
Ingores ini filename in second pass through command-line parms. More... about 23 years ago
Fixed missing colon in last commit (blush). More... about 23 years ago
Second command-line switch parse loop ignores "ni" switch. More... about 23 years ago
sbbs.ini file is read in *before* processing command-line options. Default values are now set in sbbs_read_ini(), so this function is called even if there is no sbbs.ini file. More... about 23 years ago
Default values are now set here (instead of in sbbscon.c for example). More... about 23 years ago
Reading blank numeric keys return default values (excluding BitFields). More... about 23 years ago
All iniRead functions return default value if passed a NULL FILE pointer. More... about 23 years ago
Created lock_input() method to lock/unlock the input_thread allowing direct client.socket read calls from scripts. More... about 23 years ago
Replaced use of SMBDLL with SMB_EXPORTS or SMB_IMPORTS. More... about 23 years ago
Fixes for building DLLs. More... about 23 years ago
Eliminatd SMBDLL and WRAPPER_DLL definitions (no longer used). More... about 23 years ago
Eliminatd SMBDLL usage, define SMB_IMPORTS or SMB_EXPORTS instead. More... about 23 years ago
Eliminatd WRAPPER_DLL usage, define WRAPPER_IMPORTS or WRAPPER_EXPORTS instead. More... about 23 years ago