- 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
-
- 16 Oct, 2011 2 commits
- 11 Oct, 2011 1 commit
-
-
deuce authored
-
- 10 Oct, 2011 1 commit
-
-
deuce authored
Only js_ValueToStringBytes() still leaks.
-
- 09 Oct, 2011 6 commits
- 08 Oct, 2011 2 commits
- 31 Aug, 2011 2 commits
-
-
rswindell authored
js.gc_counter, js.gc_last_bytes, js.bytes, and js.max_bytes Since these properties rely on internal JS context structure offsets, they're not always compatible with replaced (upgraded or downgraded) JS library (shared object or DLL) and can cause crashes in some cases. They can be useful in some debugging cases, so I'm leaving them in the debug build, but use with caution.
-
rswindell authored
value of js.auto_terminate (e.g. the irc.js could not restore the original value, thus re-enabling auto-terminate upon exit of the IRC client).
-
- 12 Aug, 2011 1 commit
-
-
sbbs authored
but run with a different version of libjs.so.
-
- 13 Jul, 2011 1 commit
-
-
rswindell authored
-
- 02 Apr, 2010 3 commits
- 13 Mar, 2010 1 commit
-
-
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).
-
- 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.
-
- 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
-
- 06 Feb, 2009 1 commit
-
-
rswindell authored
-
- 24 Jan, 2009 1 commit
-
-
rswindell authored
-
- 20 Jan, 2009 2 commits
- 09 Dec, 2008 1 commit
-
-
deuce authored
bugs.
-
- 08 Dec, 2008 2 commits
- 05 Dec, 2008 1 commit
-
-
deuce authored
-
- 11 Jan, 2008 1 commit
-
-
deuce authored
-
- 28 Oct, 2007 1 commit
-
-
deuce authored
This may have Win32 issues with DLLs.
-
- 27 Dec, 2006 2 commits
- 15 Jun, 2006 1 commit
-
-
rswindell authored
-
- 01 Jun, 2006 1 commit
-
-
rswindell authored
-
- 01 Feb, 2006 1 commit
-
-
rswindell authored
-