- Feb 21, 2018
-
-
rswindell authored
(without requireing the use of -renumber).
-
rswindell authored
return an error.
-
rswindell authored
numbers to message with "duplicate message numbers" when they are at the end of the message base (newly created message headers).
-
rswindell authored
the highest message number indexed.
-
- Nov 28, 2017
-
-
rswindell authored
When fixing a non-hyper-allocated message base, the newly created .sha (header allocation) file would contain one extra zero-record because I wasn't accounting for the SMB/status header (32 bytes) in the .shd file when I was initialing the new .sha file. This explains chksmb warning !Size of SHA file (x) does not match SHD file (y) after running fixsmb on a message base.
-
- Nov 24, 2016
-
-
rswindell authored
The duplicates aren't removed from the header file, just not indexed.
-
- Nov 08, 2016
-
-
rswindell authored
The beginnings of an SMB-based voting system - very experimental: The concept is that a "vote" message can be used to reply to: 1. A normal message, as either an upvote or a downvote, ala social media 2. A poll, polls can either allow a single choice answer or multiple answers Vote messages won't be visible as normal messages (e.g. when reading messages online) and SMB processing software (e.g. SBBSecho) should ignore these messages because they have no body text. Polls are going to need more work, but the idea is to have the poll question as a single (newly defined) hfield and the possible answers as dfields.
-
- Aug 22, 2015
-
-
deuce authored
I need to remove the \n at the end of usage() since puts() appends one.
-
- Mar 24, 2015
-
-
rswindell authored
hash entries will then have incorrect or invalid message numbers.
-
- Oct 24, 2012
-
-
deuce authored
I've likely broken something though, so if you see weird behaviour with extended ASCII, let me know please.
-
- Oct 29, 2011
-
-
deuce authored
This is *likely* to break the Win32 build and even when the macros are specified in xpdev, I doubt Microsoft has added support for the 'z' size specifier used in smblib/smbadd.c we'll likely need a SIZE_T_SIZE macro that is "z" on C99 systems and "ll" or "64" or whatever it is on Win32. Or maybe a whole slew of complete SIZE_T macros since the 32/64 but thing and the max file size thing may actually need the full format specification to be in the macro... "zu" on C99 platforms and whatever magic Microsoft needs there.
-
- Sep 05, 2011
-
-
deuce authored
-
- Aug 25, 2011
-
-
rswindell authored
-
- Feb 24, 2008
-
-
rswindell authored
-
- Jul 08, 2007
-
-
deuce authored
-
- Oct 02, 2005
-
-
rswindell authored
no need to do manual initialization here.
-
- Aug 01, 2005
-
-
rswindell authored
-
- Dec 29, 2004
-
-
rswindell authored
-
- Dec 17, 2004
-
-
rswindell authored
-
- Sep 08, 2004
-
-
rswindell authored
smb_faddrtoa(), smb_netaddr(), smb_subject_crc(), and smb_zonestr().
-
- Sep 02, 2004
- Aug 30, 2004
- Sep 09, 2003
-
-
rswindell authored
(using new xpdev/getfext function). Now locks/unlocks message base for exclusive maintenance access.
-
- Aug 20, 2003
-
-
rswindell authored
-
- Jun 26, 2003
-
-
rswindell authored
-
- Jun 14, 2003
-
-
rswindell authored
-
- May 14, 2003
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
Instead, the index is sorted to guarantee message numbers are indexed sequentially. The message base may still be re-numbered using the -renumber command-line option (not recommended). The /m command-line option has been removed since the SMB_EMAIL status bit has been supported for many years now.
-
- Apr 01, 2003
-
-
rswindell authored
-
- Apr 24, 2002
-
-
rswindell authored
-
- Apr 23, 2002
-
-
rswindell authored
-
- Apr 22, 2002
-
-
rswindell authored
-
- Apr 18, 2002
-
-
rswindell authored
-
- Apr 12, 2002
- Nov 08, 2001
-
-
rswindell authored
-