- Jul 13, 2011
-
-
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
-
rswindell authored
control messages without an argument (e.g. "DROP" instead of "DROP <conf-num>") no longer worked because the qwkcfgline() function expected the message subject to be padded with spaces (ASCII 32) per the QWK-spec, but changes in un_rep() included truncating trailing spaces from QWK message subjects *before* control message parsing occurred (causing this problem). Thanks to Dreamer for reporting this problem (using MultiMail).
-
- Jul 08, 2011
-
-
rswindell authored
subjects shorter than 10 chars were not supposed to be hashed (for SPAM detection), but the SPAM source is a bit position, not an ordinal, so the wrong SPAM sources (body and msg-id) were removed from the hashing souce list rather than the subject (which was still hashed).
-
- Jul 02, 2011
-
-
rswindell authored
executed via exec_bin() - this had the side-effect of causing background loaded threads to terminate when the script terminated (rather than when the node context was destroyed) and also caused the node context to be unused (for mcmlxxix).
-
- Jun 30, 2011
-
-
rswindell authored
Expanded help text for "Loadable Modules". Expanded help text for internal code prefix/suffixes and some other edits. Internal-code prefixes are now automaitcally removed from imported file areas, just like was already done for message areas, by the prep_code() function. Imported internal-code suffixes are converted to upper case. Updated indentation and brace style. Replaced special unprintable help text chars with ASCII equivalents (` and ~).
-
- Jun 29, 2011
-
-
deuce authored
-
- Jun 14, 2011
-
-
deuce authored
discontinuity every 7.5 seconds, but at least no crash.
-
- May 27, 2011
- May 26, 2011
- May 17, 2011
-
-
deuce authored
Triggered by MysticBBS |07 code.
-
- May 12, 2011
- May 11, 2011
- May 07, 2011
- May 06, 2011
-
-
deuce authored
There must be a better formula than this though.
-
deuce authored
Using the Pasteboard API would require Objective C and since my Mac is too old to run a newer OS X, I can't really work on this.
-
deuce authored
-
deuce authored
-
deuce authored
and is no longer supported by GCC for Darwin.
-
deuce authored
screen size, just redraw. Move resize handling into a separate function, and set an initial screen size of the multiple times 640x400 rather than a 1x1 window as current so the WM can position it more intelligently.
-
- May 05, 2011
- May 04, 2011
- May 01, 2011