1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed sbbs_t::postmsg() to support "to-users" on internet message bases. More... about 23 years ago
Uses newsgroups header field (if present) for to field. More... about 23 years ago
Uses "newsgroups" header field value as default "to" header field value. More... about 23 years ago
Uses newsgroup name as default "to" header field value. More... about 23 years ago
Backed-out last commit (doesn't display right with text.dat format). More... about 23 years ago
sbbs_t::show_msghdr() doesn't display to header field, if blank. More... about 23 years ago
Creates default (blank) properties for message header object: eliminates script errors when importing malformed message headers. Added optional flags field to area lines in newslink.cfg. Supported flags: n - don't add "from newsgroup" tag to imported message text t - don't add tear lines to imported message text x - don't add tear and tag lines to exported message text Improved debug/status output. More... about 23 years ago
Creates default (blank) properties for message header object: eliminates script errors when importing malformed message headers. More... about 23 years ago
Added user question (cfg.uq) toggle: UQ_NOUPRLWR to disable the forced upper/lower case strings in new user-supplied strings. Removed unused toggle options: UQ_COMP (computer type) and UQ_MC_COMP (multiple choice computer questions). Added advanced options: user database backups and mail database backups. More... about 23 years ago
Added user question (cfg.uq) toggle: UQ_NOUPRLWR to disable the forced upper/lower case strings in new user-supplied strings. More... about 23 years ago
sendmail_thread can now send mail to addresses that have text after hostname. More... about 23 years ago
sendmail_thread sends property formatted RCPT TO command even if address is not properly formatted ("name" <addr> for example). More... about 23 years ago
Better support for outbound addresses with both "name" and <addr> portions. More... about 23 years ago
Auto-generated e-mail addresses are now lower case and use '.' instead of '_'. More... about 23 years ago
print statements are now crlf-terminated to allow for readable output when run via ;EXEC sysop command. Added support for Tracker1's -ix option (import fixed number of messages). More... about 23 years ago
Improved from: header field representation for networked messages. More... about 23 years ago
Added mail server DNS blacklist menu item. More... about 23 years ago
Changed allow RX by user number caption. More... about 23 years ago
Allows up to three non-USER commands in authentication state (RFC 2449). More... about 23 years ago
Removed #inclusion of malloc.h (deprecated on FreeBSD). More... about 23 years ago
bputs and rputs functions now write to event log if online==ON_LOCAL. More... about 23 years ago
input_thread no longer attempts to recv on invalid socket descriptor. More... about 23 years ago
Added support for automatic daily backups of user and mail database files. More... about 23 years ago
Updated backup() function to support copying as well as rename. Backup files are named filename.ext.# instead of filename.ex#. More... about 23 years ago
Added support for mail and user database backup levels (defaults to 5). More... about 23 years ago
Another filename case-sensitivity (Unix compatibility) fix. More... about 23 years ago
Exported backup() from scfgsave.c. More... about 23 years ago
Created mail_backup_level and user_backup_level config elements. More... about 23 years ago
Added support for the DATE command (RFC 2980). More... about 23 years ago
Deuce's fixes for file name case sensitivity (Unix compatibility) More... about 23 years ago