- Sep 11, 2004
-
-
rswindell authored
-
rswindell authored
Status messages (like startup banner) suppressed if output redirected. Bugfix in postmsg (again), strncpy() doesn't null-terminate the destination.
-
deuce authored
-
rswindell authored
-
rswindell authored
lowercase before using them in paths.
-
rswindell authored
non-ASCIIZ string.
-
deuce authored
-
rswindell authored
Only search for hashes if there were any hashable fields.
-
deuce authored
-
deuce authored
resolution is not defined)
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
rswindell authored
smb_get_hfield() when passing a pointer to an hfield. smb_hashes() now longer takes an smb_t* argument.
-
- Sep 10, 2004
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
is "marked" to be ignored (by smb_findhash) when searching for dupes. smb_addhashes() now takes a "BOOL skip_marked" argument, if false, all hashes are written (even if marked). These changes were necessary to have smb_addmsg() always store the hash of the message text, but only compare for dupes if "dupechk" is TRUE. This allows a sysop to later enable dupe checking and still detect dupes of older messages.
-
rswindell authored
smb_hfield(), smb_hfield_str(), smb_fwrite(), and smb_fputc().
-
rswindell authored
an RFC-822 message-ID.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-C options supports optional max_msgs number.
-
rswindell authored
Updated copyright date.
-
rswindell authored
More comprehensive smb_hfield() error reporting. Message bases created (with '-c') now have a max_msgs value of 0 (unlimited) instead of 1000 (an abitrary number).
-
rswindell authored
smb_addmsg() now accepts a "BOOL dupechk" argument to specify whether to peform duplicate message/hash checking.
-
rswindell authored
-
rswindell authored
Created smb_hashsource() to return text description of hash source type. Created smb_addmsg() function for high-level message creation (long overdue).
-
rswindell authored
-
- Sep 09, 2004