1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed sbbs_t::fnopen to straight c and moved it from main.cpp to misc.c. More... over 24 years ago
User is now informed of event-shortened time before disconnect. More... over 24 years ago
node.exb wasn't being opened with create flag. (whoops) More... over 24 years ago
lprintf output beautification and unification. More... over 24 years ago
Added crc32.c (code that was move from crc32.h). More... over 24 years ago
Added copyright statement (whoa). Added "via telnet" when connection == 0xffff. Added display of [C] when node has Local Chat (NODE_LCHAT) bit set. More... over 24 years ago
Added crc32.c to baja build rule. More... over 24 years ago
Added crc32.c to smbutil build rule. More... over 24 years ago
Added crc32.c to sbbs project. More... over 24 years ago
Now sets user's modem/connection type in database to "FTP". More... over 24 years ago
date_str.c functions (unixtodstr, etc) are now exported (for use in SBBSCTRL). More... over 24 years ago
Now includes scfgdefs.h (for scfg_t definition). More... over 24 years ago
Changed case of user/name.dat path. More... over 24 years ago
Created new UserListForm to display a sortable list of all users in the database. Added Local Login (telnet://localhost) command. More... over 24 years ago
Created new UserListForm to display a sortable list of all users in the database. More... over 24 years ago
Added crc32.o to sbbs.dll object list. More... over 24 years ago
Added mail server to sbbsmono build. More... over 24 years ago
Created macro for MSVC snprintf name (prepended underscore). More... over 24 years ago
Separated code from crc32.h into crc32.c (to allow combination of mailsrvr and sbbs into single module). More... over 24 years ago
Renamed open/close_socket to mail_open/close_socket to eliminate conflict with main.cpp. More... over 24 years ago
Temporary hack: converts directory paths to lowercase for Unix compatibility. More... over 24 years ago
Eliminated use of NUL (/dev/null) filename (unnecessary). More... over 24 years ago
Added FTP server defaults: index file and allow QWK xfers. More... over 24 years ago
Moved target platform macro from sbbsdefs.h to sbbswrap.h (PLATFORM_DESC). Utilized PLATFORM_DESC in plublicly displayed version information in FTP and Mail servers. More... over 24 years ago
Added started/terminated debug output. More... over 24 years ago
Eliminated call to mail_terminate (so we don't have to link with mailsrvr.o for now). More... over 24 years ago
Added conwrap.c and ftpsrvr.o to SBBSMONO build rule. More... over 24 years ago
Made nopen static to avoid link conflict with BBS code. More... over 24 years ago
Fixed missing ftp/mail_server thread function names. More... over 24 years ago
Fixed missing semicolon (whoops). More... over 24 years ago