1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Doesn't re-display message after dumping headers. More... almost 23 years ago
Added support for from_org (Organization) heder field. Fixed minor bug in storing recipient and reply-to net types (over allocating). Fixed cosmetic bug in undeliverable message report (null) instead of user name. Switched to COMMENT header field for SMTP system messages and deprecating use of SMTPSYSMSG header field. More... almost 23 years ago
Added support for from_org (Organization) heder field. More... almost 23 years ago
Created convenience pointer to SENDERORG header field (msg.from_org). More... almost 23 years ago
Created functions to return descriptions of header and data field types (for use in smbutil and like-applications when displaying/debugging headers). Created convenience pointer to SENDERORG header field (msg.from_org). More... almost 23 years ago
Created functions to return descriptions of header and data field types (for use in smbutil and like-applications when displaying/debugging headers). More... almost 23 years ago
Imports and exports the "Organization:" header field. More... almost 23 years ago
Improved the msghdr() function - used to display message headers to the sysop (advanced sysop command for debugging purposes). More... almost 23 years ago
Added sysop command ('H') to display message header. More... almost 23 years ago
Created ftn_msgid() function to return a FidoNet FTS-9 compliant message ID. When exporting a message that is a reply to another, but it doesn't have a FIDOREPLYID header field, the original FTN message ID is looked-up and used. More... almost 23 years ago
Created ftn_msgid() function to return a FidoNet FTS-9 compliant message ID. More... almost 23 years ago
Improved packmsgs() handling of failed deletion/renaming of temp files (occurs if the message base is open by another process at the time of packing). The data files should no longer be left in a mis-matched state if this happens. More... almost 23 years ago
Changed file extensions to lowercase. More... almost 23 years ago
Merlin's mod: moved anti-spam measure to end of e-mail address (e.g. [email protected]) More... almost 23 years ago
Fixed gcc warnings. Using memset() inplace of non-standard strset(). More... almost 23 years ago
#includes smblib.h last (solve BSD conflict with sys/types.h hopefully) More... almost 23 years ago
Ported the filelist v2 utility to v3. More... almost 23 years ago
Ported the filelist v2 utility to v3. More... almost 23 years ago
Added more details regarding data field offsets when using the -e switch. More... almost 23 years ago
Bugfix: bounced messages created a new header record pointing to the original messages's data, but it didn't increment the data allocation counter for the data blocks. Now uses the new smb_incmsg() function to increment the allocation counters, so if the original message is free'd, the data blocks will not be prematurely reused. More... almost 23 years ago
Created smb_incmsg(), opposite function of smb_freemsg(). More... almost 23 years ago
Reversed logic of FTP server LOCAL_FSYS option (was supposed to be NO_LOCAL_FSYS). More... almost 23 years ago
Fixed typo in previous commit. More... almost 23 years ago
TZUTC kludge is now padded to four digits even when negative. More... almost 23 years ago
Changed JS_GetPrivate error mesage to include line number and filename. More... almost 23 years ago
Moved the method definitions to *after* the private data pointer is set. More... almost 23 years ago
New open() method - now required to access a message base, allows better error handling than opening in the constructor. Using JS_ReportError to report fatal (scripting ending) errors. Using the SMB status attributes to determine E-mail message bases. New is_open property. Hid debug property (currently unused). More... almost 23 years ago
typecast to make msvc happy. More... almost 23 years ago
js_CreateArrayOfStrings will now append an existing array. More... almost 23 years ago
Creates property descriptions for sub-board properties. More... almost 23 years ago