1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 15, 2024 — Sep 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created atcode() method to return @-code variable. More... over 23 years ago
Logs number of lines when invalid inbound message length detected. More... over 23 years ago
Displays signature file withOUT @-code expansion. More... over 23 years ago
Fixed bug in CONF @-code. More... over 23 years ago
Totally over-hauled @-code support. More... over 23 years ago
Added prompt to view signature file. More... over 23 years ago
Change atcodes sbbs_t method to show_atcode(), got rid of syncatcodes() and created atcode() to return a single @-code string. More... over 23 years ago
Added support for external signature files. More... over 23 years ago
Added O_TRUNC to fnopen O_CREAT call. More... over 23 years ago
Added support for external signature file. More... over 23 years ago
Added O_TRUNC flag to fnopen() call, hopefully fix Unix .rep creation bug. More... over 23 years ago
Keeps unknown AREA tags in message text. More... over 23 years ago
More detailed error reporting for fdopen failures. More... over 23 years ago
Renamed upload method to upload_file. More... over 23 years ago
Baja FGET_TIME function works again (using new filetime function). FSET_TIME still not implemented in v3. More... over 23 years ago
Eliminated warnings exposed by BCC. More... over 23 years ago
Eliminated echo of mkdir command-lines. More... over 23 years ago
Switched Win32 build to use POSIX stat/fstat functions instead of _stat/_fstat. More... over 23 years ago
Created filetime() function to return modification time of open file descriptor (used to be handled by DOS-specific getftime function). Changed return type of fdate from long to time_t. Switched Win32 build to use POSIX stat/fstat functions instead of _stat/_fstat. More... over 23 years ago
Created filetime() function to return modification time of open file descriptor (used to be handled by DOS-specific getftime function). Changed return type of fdate from long to time_t. More... over 23 years ago
Increased smblib version to 2.14 (why not?). More... over 23 years ago
smb_stack() now pushes/pops all smb_t fields. Much simplified implementation. More... over 23 years ago
Fixed potential buffer overflow in stripping of FidoNet kludge lines. More... over 23 years ago
Added support for stripping FidoNet Kludge lines from messages created by external message editors (e.g. DCTedit and ICEedit). More... over 23 years ago
Added support for stripping FidoNet Kludge lines from messages created by external message editors (e.g. DCTedit and ICEedit). More... over 23 years ago
New method: upload(dirnum/code). Added support for dirnum parameter (optionally instead of internal code) to various file-xfer related methods. Renamed many methods to follow the verb_noun naming convention: list_users, edit_user, list_logons, read_mail, list_files, list_file_info, post_msg, cfg_msg_scan, cfg_msg_ptrs, reinit_msg_ptrs, and list_nodes. More... over 23 years ago
Switched back to fixed (default) column widths. More... over 23 years ago
Now saves and restores ClientForm ListView column widths. More... over 23 years ago
Set AutoSize to true for a few of the columns in the ClientForm ListView. More... over 23 years ago
MainForm close event handler needs to save registry settings to save current form sizes and positions. More... over 23 years ago