Skip to content
Snippets Groups Projects
  1. Apr 04, 2020
  2. Apr 02, 2020
  3. Sep 24, 2019
  4. Jul 23, 2019
  5. Jul 17, 2019
  6. Feb 17, 2019
  7. Feb 16, 2019
  8. Feb 01, 2019
    • rswindell's avatar
      Fix warnings raised by GCC v7.3.0: · c7a96f22
      rswindell authored
      warning: ‘*’ in boolean context, suggest ‘&&’ instead
      note: ‘sprintf’ output between 5 and 132 bytes into a destination of size 128
      c7a96f22
  9. Oct 05, 2018
  10. Jul 17, 2018
  11. Mar 26, 2018
  12. Mar 03, 2018
  13. Feb 21, 2018
  14. Nov 16, 2017
    • rswindell's avatar
      Report errors if the header allocation (sha) or data allocation (sda) · ceef7056
      rswindell authored
      files don't correlate correctly with the data (sdt) or hdr (shd) files.
      Report errors if either the data or hdr file are not a logical length
      (e.g. not evenly divisble by the block length).
      Report the oldest message (in days) in the msgbase, from import date/time.
      
      ToDo: report messages posted/imported (or written) in the future
      ToDo: keep the stats in an array for sensible clearing and reporting
      ceef7056
  15. Dec 01, 2016
  16. Nov 24, 2016
  17. Nov 23, 2016
  18. Nov 16, 2016
    • rswindell's avatar
      Changed SMB_MSG_TYPE_VOTE to SMB_MSG_TYPE_BALLOT: · fed3181c
      rswindell authored
      There (will be) the possibilty to cast mutliple votes in a single vote-msg
      (ballot), when multi-choice polls are introduced later. There were just too
      many things call vote/votes and it was getting confusing in my own head. So the
      msg type for messages that contain votes is now "ballot".
      fed3181c
  19. Nov 08, 2016
    • rswindell's avatar
      Inspired by the U.S. presdential election: · 68a90f31
      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.
      68a90f31
  20. Oct 24, 2012
  21. Oct 15, 2012
  22. Feb 18, 2012
  23. Oct 29, 2011
    • deuce's avatar
      Fix format-related warnings. · 8563ad46
      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.
      8563ad46
  24. Oct 07, 2009
  25. Mar 24, 2009
  26. Feb 24, 2008
  27. Jul 08, 2007
  28. Oct 02, 2005
  29. Sep 20, 2005
  30. Sep 05, 2005
  31. Aug 01, 2005
  32. Mar 11, 2005
  33. Dec 30, 2004
  34. Dec 29, 2004
  35. Dec 28, 2004
Loading