- 12 Nov, 2011 1 commit
-
-
deuce authored
-
- 03 Nov, 2011 1 commit
-
-
deuce authored
be used after leaving the scope (which was a bug). It is surprising that this worked as much as it has.
-
- 29 Oct, 2011 1 commit
-
-
deuce authored
resolve callbacks.
-
- 28 Oct, 2011 3 commits
-
-
rswindell authored
-
deuce authored
and leave it rooted until the script is done or the context is destroyed. This should clean up crashes before a script starts (ie: While creating common objects)
-
rswindell authored
has its own functional "too much recursion" detection. Replaced "branch callback" stuff with "operational callback". JavaScriptBranchLimit has been replaced with JavaScriptTimeLimit (default value: 24 hours)
-
- 26 Oct, 2011 1 commit
-
-
deuce authored
functions when an excpetion is pending. Some work still needs to be done on js_msgbase.c, js_user.c, and mailsrvr.c
-
- 19 Oct, 2011 1 commit
-
-
deuce authored
-
- 18 Oct, 2011 1 commit
-
-
rswindell authored
-
- 17 Oct, 2011 1 commit
-
-
deuce authored
a later date.
-
- 16 Oct, 2011 2 commits
- 14 Oct, 2011 1 commit
-
-
deuce authored
When a minimum number of parameters is specified in the method spec, this shouldn't be required, but overkill is better than underkill.
-
- 11 Oct, 2011 1 commit
-
-
deuce authored
-
- 10 Oct, 2011 1 commit
-
-
deuce authored
Only js_ValueToStringBytes() still leaks.
-
- 09 Oct, 2011 3 commits
- 08 Oct, 2011 1 commit
-
-
deuce authored
Last commit before stuff starts to break.
-
- 30 Aug, 2011 1 commit
-
-
rswindell authored
JSexec confirm function now prompts user and return value is based on their response.
-
- 27 Apr, 2011 1 commit
-
-
rswindell authored
fails to compile.
-
- 28 Jun, 2010 1 commit
-
-
deuce authored
for relative paths in the module name.
-
- 02 Apr, 2010 1 commit
-
-
deuce authored
-
- 19 Mar, 2010 1 commit
-
-
rswindell authored
current working directory, then mods, then exec dirs.
-
- 13 Mar, 2010 3 commits
-
-
rswindell authored
number (e.g. "-Linfo", "-Eerror")
-
rswindell authored
-
rswindell authored
(potentially) non-blank for external JS modules configured in SCFG->External Programs, as well as those executed from jsexec. If the startup_dir is specified in SCFG and no path is given for the .js file, it will look in the startup_dir first. js.startup_dir will be an empty string for all other cases (currently).
-
- 12 Mar, 2010 1 commit
-
-
deuce authored
only a single read-only property orig_cwd which contains the current working directory at startup (before the directory is changed to the ctrl dir). This may turn into a global at some point... so I wouldn't suggest using it for a week or so at least.
-
- 21 Aug, 2009 1 commit
-
-
deuce authored
Mostly they seem to be using unsigned long rather than DWORD for Win32 API calls.
-
- 18 Aug, 2009 1 commit
-
-
rswindell authored
than dynamically allocated string list. Also, allow a blank JavaScriptLoadPath to be specified in the sysop's sbbs.ini if they wish. This resolves the memory leak issue with this startup parameter.
-
- 17 Aug, 2009 1 commit
-
-
cyan authored
-
- 14 Aug, 2009 2 commits
-
-
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
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
-
- 18 Feb, 2009 1 commit
-
-
rswindell authored
Call JS_ReportPendingException() after script execution.
-
- 24 Jan, 2009 2 commits
- 20 Dec, 2008 1 commit
-
-
rswindell authored
some requests for clarification from Deuce.
-
- 09 Dec, 2008 2 commits
- 08 Dec, 2008 1 commit
-
-
deuce authored
under certain circumstances.
-