- Dec 19, 2012
-
-
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
- Oct 28, 2012
-
-
rswindell authored
(calling strlen(NULL)).
-
- Oct 26, 2012
-
-
deuce authored
-
- Oct 25, 2012
- Oct 24, 2012
- Oct 23, 2012
- Oct 22, 2012
-
-
deuce authored
-
deuce authored
-
deuce authored
Running jsexec with the -D argument will enter the debugger. Inside the debugger, there are the following commands: "r" runs the script "clear" clears any pending exceptions (mostly useless) "break ###" set a break at the specified line number "e <statement>" eval()uates <statement> in the current frame "eval <statement>" also eval()s This is a proof of concept right now since it's only in jsexec and the command parser is a joke. Eventually, this will also work for ;EXEC scripts in the BBS and be even more awesome. This should be enough to get mcmlxxix off my back though.
-
deuce authored
-
- Oct 21, 2012
-
-
deuce authored
-
deuce authored
-
deuce authored
MAX_POST_LEN. This makes the previous change effectively useless except for using up space on the hard drive, but is stops from malloc()ing a copy of the data that is unusable.
-
deuce authored
solve all the problems involved in a file upload though, so don't get too excited.
-
deuce authored
-
- Oct 20, 2012
- Oct 19, 2012
-
-
deuce authored
-
- Oct 18, 2012