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