- Jul 20, 2011
-
-
rswindell authored
Updated help text/codes. Eliminated unused "swap" option.
-
- Jul 19, 2011
- Jul 18, 2011
-
-
ree authored
(and also because the multi-send() version failed sometimes due to the response being sent in multiple packets, and the first packet was received with the RST flag set)
-
rswindell authored
(enable by defining SBBSCON_PROMPT_ON_QUIT) since it doesn't work right on an active BBS (the question prompt is quickly erased by BBS log output).
-
- Jul 17, 2011
- Jul 16, 2011
-
-
ree authored
-
rswindell authored
File.iniGetObject(): If the requested section didn't exist (in the .ini file), the script would terminate (rather than undefined being returned).
-
rswindell authored
Add request to JS error message (helps in reproducing/debugging errors).
-
rswindell authored
-
rswindell authored
detection and lock file detection.
-
rswindell authored
msg.ssjs line 42: Error: can't convert template.u_num to an integer I'm really kind of lost on this one and suspect it might have something to do with the msgbase lazy properties.
-
- Jul 15, 2011
-
-
rswindell authored
semaphore file check timer to the sem_chk_freq value (sbbs.ini SemFileCheckFrequency) in milliseconds rather than seconds, so this caused the sem file check timer to run continuously with file existence checking. Eliminated some old disabled (#if 0) code.
-
rswindell authored
as local (e.g. require SMTP-AUTH).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
- Jul 14, 2011
-
-
rswindell authored
-
rswindell authored
as required by the YMODEM-g spec and pointed out by Rick Parrish (Ree).
-
rswindell authored
-
rswindell authored
Increment copyright date to 2011.
-
rswindell authored
-
rswindell authored
-
rswindell authored
(and change the output directory prefix from "bcc" to "ecc6"). Fix the output directory naming when used with MSVC, which we don't do.
-
rswindell authored
Win32 development builds which I expect to resume tomorrow, from the Win32 development builds that stopped in May of 2010.
-
- Jul 13, 2011
-
-
rswindell authored
long?).
-
rswindell authored
-
rswindell authored
sbbs.h anyway).
-
rswindell authored
Need HAS_STDINT_H defined (since it has stdint.h) and need to pre-define _WIN32_WINNT since if it's set automatically to 0x600 or larger, mswsockdef.h causes unresolved symbol: sockaddr_size.
-
rswindell authored
-
rswindell authored
macros, but not the int type definitions, so split up the HAS_STDINT_H stuff.
-
rswindell authored
-
rswindell authored
-
rswindell authored
Updated indentation/brace style and comments.
-
rswindell authored
warning C4229: anachronism used : modifiers on data are ignored
-