- Dec 10, 2015
-
-
rswindell authored
- it actually *is* an expected condition that a to_net.addr or from_net.addr msg header field is populated with a valid address (string) even though the to_net.type or from_net.type value is NET_NONE. The nntpservice.js and newslink.js modules rely on this behavior to display and export local NNTP-posters' email addresses in message headers, but still be able to identify newslink-imported messages as *not* local (the from_net.type = NET_INTERNET) and thus not export them back to the network. This was not the original intention behind these header fields in SMB, but it was retrofitted to support this condition 10+ years ago and I forgot.
-
- Dec 07, 2015
-
-
rswindell authored
Bug-fix: MSG_TO_NET would not expand properly (to a blank string) when the to_net.type header value was NET_NONE.
-
- Nov 25, 2015
-
-
rswindell authored
-
rswindell authored
@-codes can now be center-justified by using the *new* -C suffix (like -L/R). Centered expanded values are not truncated to fit the @-code length however (that may change). SMB_AREAS and SMB_AREA_DESC @-codes now display "Email" and "Personal Email" rather than a blank/empty string when the current message base is the mail base.
-
- Aug 20, 2015
-
-
deuce authored
New Features: - Multiple bindings for each service Use comma-separated interfaces on Interface= lines in the ini file. Default is now "0.0.0.0,::" - IPv6 support - TLS support for the webserver and (non-static) services New TLS option in services.ini (ie: Options=TLS) - Decrease LEN_SCAN_CMD to 35 chars, increase the CID field to 45 chars, and rename the MAIL_CMD string to IPADDR. I think this frees up the note field for SysOp use.
-
- Jan 01, 2015
-
-
rswindell authored
SMB message header fields (msg_auxattr and msg_netattr), as requested by AccessDenied, though most of these attribute flags are currently never set by anything. <shrug>
-
- Dec 14, 2014
-
-
deuce authored
if time_t is unsigned and the current time is less than uptime. There's comments that suggest the time(NULL) value is influenced by the timezone, so possibly therre's a usage of it somewhere with the timezone not being set comparing to an uptime that was set when timezone *was* set. In this case, @UPTIME@ will say it's been up for zero days until the timezone is set in that thread/process, or time(NULL) passes uptime.
-
- Nov 13, 2011
-
-
rswindell authored
in SCFG->System->Toggle Options.
-
- Oct 19, 2011
-
-
rswindell authored
all exported functions and data types using a 32-bit time_t (time32_t).
-
- Aug 25, 2011
-
-
rswindell authored
-
- Apr 27, 2011
-
-
rswindell authored
commonly modified by multiple threads, potentially simultaneously, resulting in bad values (e.g. active_clients = -1). Updated copyright date to 2011. Fixed Win32 compile bug in main.cpp introduced in last commit. Eliminated some unused variables and updated some times (e.g. ulong in place fo uint32_t).
-
- Jun 07, 2010
-
-
rswindell authored
* DATETIME (current system date and time and long, 24 char, format). * TIMEZONE (current system time zone abbrev or UTC offset).
-
- Mar 07, 2010
-
-
rswindell authored
"UP:n", "DOWN:n" codes (and other sequences) and the "LEFT" code didn't work since it was superceded by the (Wildcat-compatible) "LEFT" code for time remaining.
-
- Oct 17, 2009
-
-
rswindell authored
be replied to (e.g. with a bounce message) - used by the list server.
-
- Feb 27, 2009
-
-
rswindell authored
-
- Feb 19, 2009
- Jan 06, 2009
-
-
rswindell authored
to be treated as INCLUDE: - just happened to notice this one.
-
- Jun 04, 2008
-
-
deuce authored
by properly const-ifying the appropriate functions and variables. Not yet tested on Win32
-
- Feb 03, 2008
- Aug 14, 2007
-
-
deuce authored
Remove time32str()
-
- Aug 13, 2007
-
-
deuce authored
-
- Nov 30, 2006
-
-
rswindell authored
- reported by jashud.
-
- Sep 01, 2005
-
-
rswindell authored
following the "-R" or "-L" appendage. Allows expanded text to be shorter than the unexpanded @-code length (e.g. @node-L2@ for a left-justified 2 character node number).
-
- Aug 31, 2005
- Sep 08, 2004
-
-
rswindell authored
libraries (for both single and multi-threaded builds). SMBLIB files were moved to src/smblib.
-
- Jul 01, 2004
-
-
rswindell authored
TIME (aka SYSTIME) @-code.
-
- May 30, 2004
-
-
deuce authored
-
- Nov 26, 2003
-
-
rswindell authored
in JSexec-win32.
-
- Sep 20, 2003
-
-
rswindell authored
Created system.beta_version property, string if alpha or beta version. Versions built from cvs will now be labled as "alpha".
-
- Jun 19, 2003
-
-
rswindell authored
-
- Apr 18, 2003
-
-
rswindell authored
-
- Apr 05, 2003
-
-
rswindell authored
-
- Feb 13, 2003
-
-
rswindell authored
megabytes, etc) by specifying an optional "unit" parameter.
-
- Jan 14, 2003
-
-
rswindell authored
-
- Dec 19, 2002
- Nov 25, 2002
-
-
rswindell authored
-