- Aug 27, 2009
-
-
rswindell authored
-
- Aug 26, 2009
- Aug 24, 2009
-
-
deuce authored
-
- Aug 21, 2009
-
-
deuce authored
Mostly they seem to be using unsigned long rather than DWORD for Win32 API calls.
-
- Aug 19, 2009
- Aug 18, 2009
- Aug 17, 2009
- Aug 14, 2009
-
-
rswindell authored
- js.exec_dir/file.js - mods/js.load_path_list[0]/file.js - exec/js.load_path_list[0]/file.js - mods/js.load_path_list[1]/file.js - exec/js.load_path_list[1]/file.js - mods/file.js - exec/file.js to (the originally intended) order of: - js.exec_dir/file.js - mods/js.load_path_list[0]/file.js - mods/js.load_path_list[1]/file.js - mods/file.js - exec/js.load_path_list[0]/file.js - exec/js.load_path_list[1]/file.js - exec/load.js Note: mods dir is still optional and absolute paths in js.load_path_list are searched before mods or exec.
-
rswindell authored
-
rswindell authored
be loaded first.
-
rswindell authored
created: js.exec_path - full path and filename of file executed js.exec_dir - directory of executed file js.exec_file - filename executed (with no path)
-
rswindell authored
-
rswindell authored
strListSplit().
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Updated logged error messages. More use of SAFECOPY/PRINTF macros. Eliminated DNSBL_DEBUG option (redundant with debug log level). Optional SPAM-hashing/checking support.
-
rswindell authored
Configurable via ctrl/sbbs.ini file JavaScriptLoadPath key value (comma-separate listed of search directories), default value is "load". This list is exposed in the JS object model via the js.load_path_list array (may be modified by scripts). For JSexec, the default load path list may be over-ridden with the '-i' option. For relative load paths (e.g. not beginning with '/' or '\'), the path is assumed to be a sub-directory of the (configurable) mods or exec directories and is searched accordingly. So, by default, load("somefile.js") will search in this order: mods/load/somefile.js exec/load/somefile.js mods/somefile.js exec/somefile.js
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-