1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created a msg_misc variable (in scfg_t) to store global message-related toggle options (that don't fit in sys_misc), first bit used is MM_REALNAME to control receipt of e-mail (Internet and local) based on user's real name. More... almost 23 years ago
Created a msg_misc variable (in scfg_t) to store global message-related toggle options (that don't fit in sys_misc). More... almost 23 years ago
Created function: user_rec_len, returns length of specified user record field. More... almost 23 years ago
Fixed case sensitivity problem with opening message base on Unix. More... almost 23 years ago
Doesn't test rlogin_socket with FD_ISSET if it is an invalid socket. More... almost 23 years ago
Doesn't test pop3_socket with FD_ISSET if it is an invalid socket. More... almost 23 years ago
Un-bound service sockets (e.g. that failed to bind) are no longer tested with FD_ISSET - causes segfault on Linux. More... almost 23 years ago
Added function: keyhit() to be used in place of kbhit(). More... almost 23 years ago
Removed calls to kbhit and getch (don't work if there's no local console). More... almost 23 years ago
Eliminated warnings when building as C++ (for GoldEd+ project). More... almost 23 years ago
__FLAT__ is *always* defined (for smb_fread/write). More... almost 23 years ago
Definition of __FLAT__ unnecessary. More... almost 23 years ago
Eliminated some unused macro definitions (from sbbs v2). More... almost 23 years ago
Now uses protocall name ("finger") instead of port number (70). More... almost 23 years ago
Default import pointer is 0xffffffff (import none). More... almost 23 years ago
Removed Pony's customizations (whoops). More... almost 23 years ago
New makefile for GNU/Unix builds. More... almost 23 years ago
No longer converts filenames (in file list) to uppercase before importing. More... almost 23 years ago
Fixed case of mail message base (for Unix builds). More... almost 23 years ago
<code>.lst files (alternative to FILES.BBS) only worked if in the current dir. Fixed more file case issues with FILES.BBS. More... almost 23 years ago
Log entry when a user pages the sysop. More... almost 23 years ago
Line feeds are ignored when converting non-ASCII chars for ASCII-only subs. More... almost 23 years ago
socket open callback is called immediately after accepting() incoming (TCP) connection, fixes double decrement of socket counter when rejecting connections from blocked IP addresses. More... almost 23 years ago
Generated MSGID's should now use correct message index info (message number and time). More... almost 23 years ago
Added Xnews comment. More... almost 23 years ago
New user module used on Vertrauen (asks about QWK networking, etc). More... almost 23 years ago
Re-Fixed non-blocking sockets in ODComWaitEvent(). More... almost 23 years ago
Fix for non-blocking sockets in ODComWaitEvent(). More... almost 23 years ago
Using new smb_tzutc() function to generate TZUTC kludge line. More... almost 23 years ago
Created function: smb_tzutc(), returns timezone offset from UTC/GMT - used by SBBSecho for generating TZUTC kludge line. More... almost 23 years ago