- Jan 24, 2009
-
-
rswindell authored
-
rswindell authored
Support colorization of logs (using RichEdit instead of Memo controls) based on log level - allow customization of color/font style for each log level. Still need to add controls for adjusting log level for mail/ftp/services/web server log output.
-
rswindell authored
Eliminated some bcc32-reported warnings.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
- Jan 23, 2009
-
-
deuce authored
-
deuce authored
Hide eof on the stream when we get a read error and fall back to defaults.
-
deuce authored
-
deuce authored
While you can't run with a missing text.dat yet, you should be able to run with a zero-byte one.
-
deuce authored
-
deuce authored
-
deuce authored
implementation defind behaviour with more than two byte hex codes... ie: "\x01b" may legally be interpreted as "\x1b" or "\x01""b"
-
deuce authored
-
- Jan 22, 2009
-
-
deuce authored
-
- Jan 20, 2009
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
loop because the termination (e.g. dropped TCP session) flag is set: Disable the auto-termination when evaluting on-exit strings.
-
rswindell authored
field (as this was its intended purpose).
-
rswindell authored
Fix bug where-by if a non-pass-through mailproc was addressed by an e-mail and another recipient was addressed, the message would not be routed to the mailproc.
-
- Jan 19, 2009
- Jan 16, 2009
-
-
rswindell authored
ansi_restore() in place of dumb macros that don't check the current terminal support.
-
rswindell authored
comment regarding better validation of ANSI cursor position report response.
-
rswindell authored
expecting an ANSI cursor position report and we will use this value to determine the user's screen dimensions (currently, lines only).
-
rswindell authored
-
- Jan 15, 2009
- Jan 14, 2009
-
-
rswindell authored
- Fixed line counter/return value of sockmimetext() - did not count last line if not \n terminated. - If a POP3 "TOP" command is used to request more lines than there are bytes in message body, just send all lines and don't log an error. - JS mailproc error reporting and log() method now includes the mail-proc name and the "SMTP" log prefix. "JavaScript:" is no longer included as part of the log() output since that is implied by the mailproc name. - js_mailproc() now reuses the same runtime, context, and global object to speed up the initialization/execution of multiple JS mailprocs per message. - Beginning support for messages to be bounced back to mailprocs (e.g. ListServer), specifically by ignoring bounces of SMTP sys messages (instead of all non-person agent types). More work in bounce() is needed.
-
deuce authored
super-wonderfull srandomdev() where available. Where we can't, try to use /dev/urandom if possible... If that fails, start making stuff up... At some point, the Win32 build should use CryptGenRandom() which is slightly better on Windows NT/2K/XP and vastly better on Vista... not present on 9x apparently though.
-
deuce authored
HAS_DEV_URANDOM and URANDOM_DEV based on that
-
rswindell authored
-
deuce authored
as well. This fixes a bug where /dev/urandom is not a character special file (on FreeBSD it's a symlink) and there is a random() function available. In this case, the same sequence of random numbers was used for each process (most noticable with jsexec).
-
- Jan 13, 2009