1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jul 25, 2024 — Jul 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created methods: ascii_str (convert ex-ascii string to pure ascii) and strip_exascii (remove all ex-ascii chars from string). More... over 23 years ago
hangup() now handles calling client_off(). More... over 23 years ago
Added code to putusername() to automatically fix a corrupted name.dat file. More... over 23 years ago
Fixed typo (\b instead of \1b) in NTotalUsers line. More... over 23 years ago
js_BranchCallback() now generates JavaScript errors if locally terminated or an infinite loop is detected. More... over 23 years ago
js_BranchCallback() now generates JavaScript errors if locally terminated or an infinite loop is detected. js_execfile() now resets loop counter before executing scripts. More... over 23 years ago
output_thread sets terminated to true if locally terminated. More... over 23 years ago
Reduce max JS branches by one for nice round over-flow number (100 million). More... over 23 years ago
Added subject trashcan checking (spam filtering). More... over 23 years ago
js_init() initializes JS loop counter to 0. More... over 23 years ago
Added BranchCallback for detecting infinite loops and releasing timeslices. More... over 23 years ago
Moved JS-related constant definitions to here (from sbbs.h). Added macro definitions for max branches and time-slice yield frequency. More... over 23 years ago
Created js_loop member (to detect infinite loops in JS scripts). Moved JS-related constant definitions to sbbsdefs.h. More... over 23 years ago
Updated "Done waiting" (for client thread to terminate) message. More... over 23 years ago
Eliminated warning when attempting to close socket after sock_mutex is gone. Added special log output to ftp_close_socket when closing the server socket. Rearranged termination sequence at end of ctrl_thread to fix race conditions. Added wait at end of ftp_server thread for other threads to terminate More... over 23 years ago
Fixed negative time online values. More... over 23 years ago
Added "To:" field to outbound messages and now imports "To:" fields, if specified. More... over 23 years ago
Fixed the date formats in the XOVER and XHDR responses to be RFC822 compliant. Added "To:" field to outbound messages and now imports "To:" fields, if specified. More... over 23 years ago
Now detects if new user record number (determined by name.dat) is beyond the valid size of the user.dat, generates an error log message, and fixes the user number so the record can be created successfully. More... over 23 years ago
Fixed "tails" boolean parameter in get_msg_body method. More... over 23 years ago
Added "From newsgroup:" header to imported messages. Removed tagline from imported messages (no purpose). Updated default tagline format. More... over 23 years ago
Fixed race condition (old bug) with filexfer/send_thread/receieve_thread by using dynamically allocated xfer_t buffer rather than static local variable. More... over 23 years ago
Updated comment. More... over 23 years ago
Updated anti-spam measures and From: field formats. More... over 23 years ago
Updated From: headers to include user name separate from address. More... over 23 years ago
Created sendfile(filename) method. More... over 23 years ago
Was creating uppercase MAIL database filenames. More... over 23 years ago
Added error report if failed to create new user record. More... over 23 years ago
Appends tear/tagline to imported messages. Uses IHAVE command to post exported messages. More... over 23 years ago
Added support for SLAVE and IHAVE commands. More... over 23 years ago