- Feb 18, 2005
-
-
rswindell authored
prevents crash in msgbase.get*() methods when passing NaN. Use sbbs/temp/event# for default event thread temp dir.
-
- Jan 05, 2005
-
-
rswindell authored
loadmail() change which had a trickle-up effect to the higher level functions that use loadmail().
-
- Dec 31, 2004
-
-
rswindell authored
change.
-
- Dec 30, 2004
-
-
rswindell authored
Created msgbase.cfg.index (as 'undefined').
-
- Dec 10, 2004
-
-
rswindell authored
-
- Dec 08, 2004
- Dec 07, 2004
- Dec 03, 2004
- Nov 22, 2004
-
-
rswindell authored
implicitly "root" the property before populating the array. Without this fix, a GC could free the array while it's being populated.
-
- Nov 17, 2004
-
-
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).
-
- Oct 27, 2004
- Sep 08, 2004
-
-
rswindell authored
and net_addr() to smb_netaddr().
-
- Sep 02, 2004
- Aug 28, 2004
-
-
rswindell authored
and aliases for backward compatibility with older source and script files.
-
- Aug 24, 2004
-
-
rswindell authored
automatically convert to a string (even arrays of objects).
-
- Aug 23, 2004
-
-
rswindell authored
-
- Aug 17, 2004
-
-
rswindell authored
-
- Jul 19, 2004
-
-
rswindell authored
msg header property values.
-
- May 22, 2004
-
-
rswindell authored
-
- Apr 13, 2004
-
-
rswindell authored
expand_fields (default: true), call with this argument set to false to not create header fields that do not exist in the SMB version of the msg header. This is required if the script is going to later re-write the header (with put_msg_header) and avoid a failed write due to an illegal hdr size increase.
-
- Apr 08, 2004
- Apr 01, 2004
-
-
rswindell authored
-
- Mar 31, 2004
-
-
rswindell authored
MsgBase.save_msg() now supports an optional recipient_list argument (array of header objects) to send a single message to multiple recipients (e.g. bulkmail).
-
- Dec 07, 2003
- Dec 06, 2003
-
-
rswindell authored
used to trace message origins for security reasons.
-
- Oct 28, 2003
-
-
rswindell authored
the system timezone, which handles the optional automatic toggle of the DST bit for US-zones in real-time. Previously, the DST flag would only be toggled when loading configuration files, now it will happen in real-time.
-
- Oct 19, 2003
-
-
rswindell authored
(whenever possible), for documentation purposes (jsdocs.js).
-
- Oct 02, 2003
-
-
rswindell authored
(using JS_ValueToInt32 instead of JSVAL_TO_INT).
-
- Sep 25, 2003
-
-
rswindell authored
smb_hfield_append_str() used for creating and appending ASCIIZ header fields. These functions handle the string-length calculation automatically.
-
- Sep 16, 2003
-
-
rswindell authored
hfield type specified in string (or UNKNOWN, if not found). Returns parsed number if string contains a number. smb_hfieldtype() now returns mixed-case (easier to read) versions of hfield type names.
-
- May 23, 2003
- May 19, 2003
-
-
rswindell authored
group_number, and newsgroup properties are always defined.
-