Skip to content
Snippets Groups Projects
  1. Oct 13, 2005
  2. Oct 07, 2005
  3. Oct 02, 2005
  4. Sep 30, 2005
  5. Sep 29, 2005
    • rswindell's avatar
      Overhaul mail index loading in sendmail thread: · faa3752d
      rswindell authored
      Don't directly access the index (.sid) file stream, reading a record at time
      with no locking. Instead, read all the relevant index records in one safe
      locked operating (using loadmail()) - this should fix the multi-server heavy
      traffic mail.sid corruption bug.
      faa3752d
  6. Sep 20, 2005
  7. Sep 18, 2005
  8. Sep 16, 2005
  9. Sep 03, 2005
  10. Sep 02, 2005
  11. Sep 01, 2005
  12. Aug 17, 2005
  13. Aug 06, 2005
  14. Jul 07, 2005
  15. Jul 06, 2005
  16. Jun 30, 2005
    • runderwo's avatar
      · b0b19193
      runderwo authored
      Fix spelling error which keeps spreading to new files.
      b0b19193
  17. Jun 06, 2005
  18. Jun 02, 2005
  19. Jun 01, 2005
  20. May 14, 2005
  21. Apr 21, 2005
  22. Apr 16, 2005
  23. Mar 26, 2005
  24. Feb 18, 2005
    • rswindell's avatar
      Overhaul of temp directory usage: · 7b29a54b
      rswindell authored
      No more temp files in data or data/temp.
      ctrl_dir/../temp (e.g. sbbs/temp) is the new default temp dir.
      Each server has its own separately configurable temp dir.
      BBS events (e.g. QWK packet processing) now have their own exclusive-use
      temp dir (e.g. sbbs/temp/event).
      All server threads will attempt to create and verify the validity of their temp dir.
      System temp dir is only the default global temp dir for Unix (i.e. /tmp), since
      the Windows default temp dir (e.g. C:\DOCUME~1\Rob\LOCALS~1\Temp) is not
      particularly friendly or attractive.
      7b29a54b
  25. Feb 09, 2005
  26. Jan 25, 2005
  27. Jan 15, 2005
  28. Jan 13, 2005
  29. Jan 07, 2005
  30. Jan 05, 2005
  31. Dec 30, 2004
  32. Dec 29, 2004
  33. Nov 18, 2004
    • rswindell's avatar
      Work-around problem in src/sbbs3/GNUmakefile: · 64283d35
      rswindell authored
      Macros in sbbsdefs.mk should only be defined when building libsbbs.so. This is
      the cause of the "static declaration of 'x' follows non-static declaration" GCC
      warnings. While harmless warnings now, in GCC 3.5, this condition has been
      elevated to a compile error. :-(
      The real fix needs to be made in GNUmakefile someday (Deuce). :-)
      64283d35
  34. Nov 17, 2004
    • rswindell's avatar
      JS_THREADSAFE is now defined in sbbs.h - this change requires a cvs update in · 050a2985
      rswindell authored
      the include directory to get the new include/mozilla/nspr header files
      (or js_internal.c will fail to compile)!
      savemsg() now uses smb_addmsg() for most of it's functionality.
      savemsg() now accepts an optional client_t* argument, if non-NULL will
      automatically call msg_client_hfields().
      MsgBase.save_msg() method now accepts an optional client object argument to
      automatically set the security log header fields (sender IP addres, hostname,
      protocol, and port).
      050a2985
  35. Nov 16, 2004
Loading