Skip to content
Snippets Groups Projects
  1. Nov 26, 2015
  2. Jul 15, 2015
  3. Mar 07, 2012
    • rswindell's avatar
      Created new SMB fixed header field: thread_id which contains the message number · fe46774e
      rswindell authored
      of the first message in the thread, or 0 if unknown (e.g. legacy message). When
      a new message is created, the thread_id value of the message being replied-to
      will be used, else if the new msg is not a reply, then the new message's number
      will be the value used for the thread_id.
      This "thread-id" feature (Deuce's idea) allows threads with a common parent to
      remain logically grouped after the original messages in the thread have been
      purged (though the original hiearchy will start to be lost).
      smb_addmsg() was retrieving the *header* of the replied-to message (via FTN
      REPLYID): optimized by just retrieving the index.
      Moved unused SMB fixed header fields: times_downloaded and last_downloaded
      to provide more logitech binary alignment of the fixed header fields. Since
      these fields are not yet used, this should have no affect on existing bases.
      fe46774e
  4. Jul 21, 2011
  5. Jul 15, 2009
  6. Feb 02, 2009
  7. Mar 02, 2008
  8. Feb 25, 2008
  9. Nov 21, 2007
  10. Aug 13, 2007
  11. Aug 12, 2007
  12. Jul 10, 2007
    • deuce's avatar
      64-bit · f2aff08b
      deuce authored
      The CRC headers now include gen_defs.h
      f2aff08b
  13. Apr 25, 2006
  14. Apr 05, 2006
  15. Oct 02, 2005
  16. Sep 30, 2005
  17. Sep 27, 2005
  18. Sep 20, 2005
  19. Aug 23, 2005
  20. Aug 01, 2005
  21. Feb 17, 2005
  22. Dec 31, 2004
  23. Dec 10, 2004
  24. Nov 18, 2004
  25. Nov 02, 2004
  26. Oct 27, 2004
  27. Oct 14, 2004
  28. Oct 13, 2004
  29. Sep 17, 2004
  30. Sep 16, 2004
  31. Sep 15, 2004
    • rswindell's avatar
      Hash types are now 0-31 (no longer re-using header field type values for RFC822 · adef4e98
      rswindell authored
      MSGID's and FTN MSGID's) so that a bit-mask may be passed to functions like
      smb_findhash(), allowing selective duplicate searches without pre-marking
      hashes (to be skipped) in a message's hash list. This limits the number of
      possible hash sources to 32 total (down from 256) - not a real concern.
      
      This change will render existing msg-id's in hash files obsolete.
      
      The usage of the following functions were effected:
      smb_addmsg() - from BOOL (dupechk) to bit-field (dupechk_hashes)
      smb_msghashes() - removed dupechk kludge (to pre-mark text hash)
      smb_findhash() - added source_mask argument to select which source types
      adef4e98
  32. Sep 13, 2004
  33. Sep 11, 2004
Loading