1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial GNU support (now requires sbbsinet.h and smbwrap.c from sbbs3 project). More... over 24 years ago
Initial GNU support. More... over 24 years ago
Initial GNU makefile (works with CygWin/MinGW32 so far). More... over 24 years ago
Changed main() to return int (to make gcc happy). Intended body of main(). More... over 24 years ago
Added field for "date last exported". More... over 24 years ago
Added number of bytes to SMTP "End of message" output. More... over 24 years ago
Added missing crc32.c to MAILSRVR.DLL build rule. More... over 24 years ago
Removed errorneous "message transfer complete" byte count. More... over 24 years ago
Added blank line after message text. More... over 24 years ago
Changed form position to default rather than designed. More... over 24 years ago
Created form for sending short messages to user(s) online. More... over 24 years ago
Beautified some of the lprintf statements. More... over 24 years ago
Fixed link for Author Info (author.htm to author.html) More... over 24 years ago
Fixed link in Footer for Author Info (author.htm to author.html) More... over 24 years ago
First Draft of Contributing Guidlines More... over 24 years ago
Added option (xxx_OPT_LOCAL_TIMEZONE) to use local timzone instead of forcing UCT/GMT. More... over 24 years ago
Fixed the URL for Logo Image More... over 24 years ago
Replaced the URL for Include Pages to "_borders/" from "_../borders/" More... over 24 years ago
Added code to ignore "Broken Pipe" signal on Unix. More... over 24 years ago
Updated for new images location (docs/images instead of docs/html/images) More... over 24 years ago
Moved from html subdir to docs dir. More... over 24 years ago
Updated links to reference html files in current directory (instead of html subdir). More... over 24 years ago
Moved from docs/html/images to docs/images More... over 24 years ago
Created sub index.html for http servers that default to index.html (instead of .htm) More... over 24 years ago
Fixed %s* command lines to use ALLFILES macro (*.* on DOS-based platforms). More... over 24 years ago
Reverted back to "*.*" for Win32 targets, using macro (ALLFILES) to match all files ("*") on Unix. Pkzip/unzip required *.* to add/extract all files in a directory. <sigh> More... over 24 years ago
Defined SHUT_RDWR, if not predefined (usually in socket.h), for all platforms. More... over 24 years ago
Renamed from INDEX.HTML for FP2000 (New Web) Compatibility More... over 24 years ago
Removed and Renamed to INDEX.HTM for FP2000 (New Web) Compatibility More... over 24 years ago
Changed *.* (all files) patterns to * (for Unix compatibility). More... over 24 years ago