Subj : CVS commit src/sbbs3/bulkmail.cpp js_msgbase.c mailsrvr.c postmsg.cpp sbbs.dsp sbbs.h To : All From : rswindell Date : Tue Nov 16 2004 05:52 pm src/sbbs3 bulkmail.cpp 1.24 1.25 js_msgbase.c 1.101 1.102 mailsrvr.c 1.348 1.349 postmsg.cpp 1.60 1.61 sbbs.dsp 1.52 1.53 sbbs.h 1.237 1.238 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv25304 Modified Files: bulkmail.cpp js_msgbase.c mailsrvr.c postmsg.cpp sbbs.dsp sbbs.h Log Message: JS_THREADSAFE is now defined in sbbs.h - this change requires a cvs update in 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). .