Skip to content
Snippets Groups Projects
  1. Oct 04, 2014
  2. Oct 03, 2014
    • rswindell's avatar
      Bugfix: · 82ec241e
      rswindell authored
      Don't allow a message title input prompt to exceed the width of the terminal
      (noticed when uploading a file to be emailed from the terminal server).
      This really should be a generic solution in getstr(), which I'll get right on.
      82ec241e
    • rswindell's avatar
      Allow Ctrl-Z to invoke undo in getstr (get string) operations · f29daf23
      rswindell authored
      - instead of enabling/disabling raw input mode
      f29daf23
  3. Sep 06, 2014
    • rswindell's avatar
      Fix bug introduced in previous commit: create the message base if it doesn't · 8942c635
      rswindell authored
      exist in msgbase_open(), called from sbbs_t::postmsg().
      8942c635
    • rswindell's avatar
      Take care of long-standing "ToDo" comment/itemt: · cd80a95a
      rswindell authored
      Replace a lot of hand-rolled/pasted SMB message text creation code
      in sbbs_t::postmsg() with a call to smb_addmsg(). This fixes the problem of
      messages posted using the terminal server were not subject to message hash
      create or dupe checking.
      Also created a (currently private) helper function called msgbase_open() which
      contains a lot of boilerplate code that is usually pasted around/before/after a
      call to smb_open(), so I plan to use this more later.
      cd80a95a
  4. Sep 05, 2014
  5. Sep 04, 2014
  6. Sep 03, 2014
  7. Sep 01, 2014
  8. Aug 29, 2014
  9. Aug 28, 2014
  10. Aug 26, 2014
  11. Aug 25, 2014
  12. Aug 19, 2014
  13. Aug 13, 2014
  14. Jun 23, 2014
  15. Jun 10, 2014
  16. May 07, 2014
  17. May 04, 2014
  18. May 01, 2014
  19. Apr 24, 2014
  20. Apr 20, 2014
  21. Apr 17, 2014
  22. Apr 16, 2014
  23. Apr 07, 2014
  24. Apr 06, 2014
  25. Apr 05, 2014
    • rswindell's avatar
      Bug-fix: packetized messages following an AreaFix netmail message would be · 3bca3dcb
      rswindell authored
      skipped/ignored: import_netmail() moves the file position to the end of the
      message but returns non-zero (-2) when encountering an AreaFix message
      and the calling code assumes a non-zero return value indicates an error and
      the file position is somewhere *before* the end of the message (the NUL char).
      Resolved by saving the current file position before calling import_netmail()
      and restoring it after, so it matters not what improt_netmail does with the
      file pointer or what the return value is (in this case).
      Thanks for the report, Joe!
      3bca3dcb
Loading