1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 16 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Increased thread wait timeout to 60 seconds. Corrected client counter while shutting down sendmail_thread. Added code pointer validity checks in Win32/Debug build. More... over 23 years ago
Changed default caption for status editbox from "Status" to "Down". More... over 23 years ago
Eliminated node list start and stop buttons (unused). More... over 23 years ago
Additional shutdown precautions. More... over 23 years ago
Text drop files (e.g. door.sys) are all created in text mode, so the lines will be LF-terminated on Unix (and CRLF-terminated on Win32). More... over 23 years ago
Calls memset() after displaying errno. More... over 23 years ago
nopen() only opens in O_BINARY if O_TEXT access flag isn't set. More... over 23 years ago
Defines O_TEXT for Unix builds. More... over 23 years ago
Create Telnet Recycle button. More... over 23 years ago
Added support for server recycling (via semaphore file or startup.recycle_now). More... over 23 years ago
Added code to prevent multiple consecutive recycles when semaphore file date is in the future. More... over 23 years ago
Added BOOL recycle_now element to startup structure. More... over 23 years ago
rerun_nodes() now creates/updates server/service semaphore files. More... over 23 years ago
Updated for C++Builder 6 (will NOT work with C++Builder 5 or older). More... over 23 years ago
Added server recycle button/semaphore (BOOL). More... over 23 years ago
sem_getvalue() exported (even though no one uses it). More... over 23 years ago
Added recycle_now BOOL element to startup structure. More... over 23 years ago
Added recycle_now BOOL element to startup structure. More... over 23 years ago
Changed recycle_semaphore to just a BOOL (recycle_now). More... over 23 years ago
Exporting sem_getvalue (for Win32). More... over 23 years ago
Added recycle_sem (semaphore) to startup structure definition. More... over 23 years ago
Recycle semaphore file doesn't take effect while there are active clients. More... over 23 years ago
Added warning pop-ups if help or config files are missing. More... over 23 years ago
upop() doesn't call libdialog with NULL pointer. More... over 23 years ago
Doesn't ask for new/your message scan if user has access to no message areas. More... over 23 years ago
Switch to using localtime() instead of gmtime(). More... over 23 years ago
Greatly simplified the way current client counter is maintained (using client_on callback). More... over 23 years ago
Improved error detection/display in NodeTimerTick. More... over 23 years ago
Added bounds limitations to import_netmail() - fix for long sysop names (>35 chars). More... over 23 years ago
Added lock to putnodedat() (in case getnodedat() failed to lock the record). More... over 23 years ago