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
SMTP MAIL command now resets recipient list (rather than DATA cmd) per RFC 821. Unified SEND commands with MAIL command logic. More... over 23 years ago
SMTP server resets recipient list after message data received. Reduced maximum SMTP recipients from 1000 to 100 (RFC minimum). Improved tracking of number of recipients and enforcement of maximum. Logs maximum recipients reached error in spam.log. More... over 23 years ago
smb_putmsghdr() now sets msg.hdr.id to SHD<^Z>. More... over 23 years ago
smb_putmsghdr() now forces msg.hdr.id to SHD<^Z>. Created macros for message base header and message header IDs. More... over 23 years ago
Created macros for message base header and message header IDs. More... over 23 years ago
These files were moved to the src/xpdev directory. More... over 23 years ago
The unique temp directory (per instance) idea didn't work. More... over 23 years ago
WRAPPER_EXPORTS is now used to determine if functions are DLL-exported. More... over 23 years ago
Changed corrupt header error messages in smb_open() and smb_getmsghdr(). More... over 23 years ago
smb_putmsghdr() now checks msg->idx.offset for invalid values. smb_addmsghdr() no longer updates status header if smb_putmsghdr() fails. More... over 23 years ago
Using time(NULL) instead of clock() for random number seed. More... over 23 years ago
Unique data/temp sub-directory names to avoid multi-instance FTP-QWK pack/unpack conflicts. More... over 23 years ago
Fixed bug using SAFECOPY for the arguments to a Baja mod. More... over 23 years ago
Created os_version function (from sbbs3/ver.cpp). More... over 23 years ago
Removed unnecessary macro definitions: RMDIR, PUTENV, and GETCWD. More... over 23 years ago
Added test for FULLPATH. More... over 23 years ago
stdlib.h needed for _fullpath prototype on Win32. More... over 23 years ago
Updated kbhit() test for Unix. More... over 23 years ago
Added support for new targets.mk include file. More... over 23 years ago
xp_random is now built for all compilers (even Borland), now self-seeding. More... over 23 years ago
Moved DLLCALL and DLLEXPORT definitions to wrapdll.h. More... over 23 years ago
Added support for Microsoft C++ command-line compilers. More... over 23 years ago
Added xp_random() and getfreediskspace() tests. More... over 23 years ago
New make include file to define all and clean targets for wraptest. More... over 23 years ago
New header file to consolodate DLLCALL and DLLEXPORT definitions for xpdev wrapper functions. More... over 23 years ago
Eliminated Win32 version of sem_getvalue (didn't work correctly). Switched from #ifdef to #if defined. More... over 23 years ago
Eliminated Win32 version of sem_getvalue (didn't work correctly). More... over 23 years ago
Switched from #ifdef to #if defined. More... over 23 years ago
Made global variables static. Switched from #ifdef to #if defined. More... over 23 years ago
#includes unistd.h for _POSIX_THREADS definition (on Unix). More... over 23 years ago