Skip to content
Snippets Groups Projects
  1. Mar 07, 2012
    • rswindell's avatar
      Fixed typo in previous commit. · 94f3fd1d
      rswindell authored
      94f3fd1d
    • rswindell's avatar
      Created new SMB fixed header field: thread_id which contains the message number · bdfe0f79
      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).
      bdfe0f79
    • deuce's avatar
      c6983cda
    • 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
  2. Mar 06, 2012
  3. Mar 05, 2012
  4. Mar 01, 2012
  5. Feb 27, 2012
  6. Feb 24, 2012
  7. Feb 23, 2012
  8. Feb 21, 2012
  9. Feb 20, 2012
  10. Feb 19, 2012
  11. Feb 18, 2012
  12. Feb 17, 2012
Loading