Skip to content
Snippets Groups Projects
  1. Mar 26, 2005
  2. 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
  3. Feb 09, 2005
  4. Jan 25, 2005
  5. Jan 15, 2005
  6. Jan 13, 2005
  7. Jan 07, 2005
  8. Jan 05, 2005
  9. Dec 30, 2004
  10. Dec 29, 2004
  11. 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
  12. 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
  13. Nov 16, 2004
  14. Nov 15, 2004
  15. Nov 06, 2004
  16. Nov 03, 2004
  17. Nov 02, 2004
  18. Oct 27, 2004
  19. Oct 23, 2004
  20. Oct 20, 2004
  21. Oct 16, 2004
  22. Oct 14, 2004
  23. Sep 08, 2004
  24. Sep 02, 2004
  25. Aug 23, 2004
  26. Jul 02, 2004
  27. Jun 22, 2004
  28. Jun 09, 2004
  29. Jun 04, 2004
  30. Apr 29, 2004
  31. Apr 27, 2004
    • rswindell's avatar
      parse_header_field() now uses an unsigned char to detect "folded" header fields · a543c9b4
      rswindell authored
      (starting with white-space). Ex-ASCII chars could've been interpretted as
      white-space.
      parse_header_field() now supports "obsolete" header field syntax
      (e.g. "from<white-space>:data").
      The sender and sender_address fields (passed to external mail processors)
      are now parsed from the received message header (if specified) over-riding
      the SMTP "MAIL FROM" command "reverse-path" value.
      a543c9b4
  32. Apr 15, 2004
Loading