- Feb 07, 2013
-
-
deuce authored
cleaning up the open mode rather than truncating at the first 'e' char. Also, allow passing more than three flags through to fdopen().
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
and trucates there.
-
deuce authored
-
deuce authored
and always NULL terminating. This macro will handle embedded NULLs. Also, add a HANDLE_PENDING(cx) to return JS_FALSE if an exception is pending
-
deuce authored
-
deuce authored
The calling code must check JS_IsExceptionPending(cx) and return JS_FALSE
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
alloca()ed ones.
-
- Jan 06, 2013
- Dec 24, 2012
- Dec 23, 2012
-
-
rswindell authored
doesn't have stdbool.h. Somehow the nightly build didn't detect this failure.
-
- Dec 19, 2012
-
-
rswindell authored
-
rswindell authored
realloced variables for tracking QWKnet nodes discovered while importing msgs, but multiple terminal server nodes/events calling this function concurrently could clearly corrupt these variables and cause realloc errors and crashes. Now using members of sbbs_t for node/event instance specific QWKnet node tracking for the route.dat updates (a rarely used feature nowadays).
-
rswindell authored
code is generated from the sysop-supplied name, don't truncate at the first space character (concatenate words instead) - making much nicer internal codes by default (e.g. "FAT FISH" becomes "FATFISH" instead of "FAT").
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
- Nov 22, 2012
-
-
deuce authored
-
deuce authored
-
deuce authored
"right" way.
-
rswindell authored
by the great "Fix warnings" commit by Deuce. :-)
-
rswindell authored
the "SYSOP_ALIAS" keyword in the sbbsecho.cfg file. e.g. can be set to "Net Coordinator" with the line "SYSOP_ALIAS Net Coordinator". The default value is "SYSOP" (case insensitive).
-
- Nov 14, 2012
- Oct 31, 2012
-
-
rswindell authored
compiler rules anytime you like) in js_get_size().
-
- Oct 30, 2012
-
-
rswindell authored
1. Scan message areas based on those listed in the areas.bbs, not those listed in the msgs.cnf file (e.g. configured with SCFG->Message Areas). This allows the same message base to be scanned more than one for a different set of uplinks (i.e. gating). 2. Store the message base export pointer (in the data/subs/code.ini file) with the echotag as part of the key-name. This allows the different upstream networks to have different export pointers (though after a complete scan the export pointers should be the same for each msg base). Increment the version number to 2.20.
-
- Oct 29, 2012