Skip to content
Snippets Groups Projects
  1. Dec 30, 2004
  2. Dec 29, 2004
  3. 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
  4. 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
  5. Nov 16, 2004
  6. Nov 15, 2004
  7. Nov 06, 2004
  8. Nov 03, 2004
  9. Nov 02, 2004
  10. Oct 27, 2004
  11. Oct 23, 2004
  12. Oct 20, 2004
  13. Oct 16, 2004
  14. Oct 14, 2004
  15. Sep 08, 2004
  16. Sep 02, 2004
  17. Aug 23, 2004
  18. Jul 02, 2004
  19. Jun 22, 2004
  20. Jun 09, 2004
  21. Jun 04, 2004
  22. Apr 29, 2004
  23. 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
  24. Apr 15, 2004
  25. Apr 13, 2004
  26. Apr 07, 2004
  27. Apr 06, 2004
  28. Apr 02, 2004
  29. Apr 01, 2004
  30. Mar 26, 2004
  31. Mar 24, 2004
  32. Mar 19, 2004
Loading