- Jun 01, 2012
-
-
rswindell authored
I'm pretty sure this wasn't broken before the great spidermonkey upgrade of 2011, but whatever. :-)
-
- Nov 11, 2011
-
-
deuce authored
-
- Nov 09, 2011
-
-
deuce authored
reason to throw an exception.
-
- Oct 29, 2011
-
-
deuce authored
resolve callbacks.
-
- Oct 19, 2011
- Oct 11, 2011
-
-
deuce authored
-
- Oct 10, 2011
-
-
deuce authored
Only js_ValueToStringBytes() still leaks.
-
- Oct 09, 2011
- Oct 08, 2011
-
-
deuce authored
-
- Aug 25, 2011
-
-
rswindell authored
-
- Mar 04, 2011
-
-
mcmlxxix authored
-
- Mar 01, 2011
-
-
rswindell authored
Updated copyright dates.
-
mcmlxxix authored
make system.matchuserdata return only the next match (instead of all matches) from specified starting user if match_next==true. add system.matchallusers(field,data); to return an array containing all matches.
-
rswindell authored
user.dat record offset.
-
mcmlxxix authored
make system.matchuserdata return an array of all matches if match_all==true, starting at usernumber if specified. (userdatdupe now takes an additional paremeter)
-
- Jun 03, 2010
-
-
rswindell authored
and system.terminate_pid() methods - untested.
-
- May 24, 2010
-
-
rswindell authored
-
- Nov 21, 2009
-
-
rswindell authored
with the web/root/newuser.ssjs).
-
- Mar 21, 2009
-
-
rswindell authored
instance (e.g. sbbs->useron) - this should solve the problem with an online Guest user not getting account changes made via JS scripts (e.g. logon.js). This may create other unforeseen problems. :-)
-
- Mar 20, 2009
-
-
rswindell authored
Added HOST and IP keywords to allow restricted access/privileges to/for specific remote hostnames or IP addresses (wildcards allowed). All string-argument type ARS keywords (e.g. SHELL, PROT, etc.) now support .can style wildcards. The current remote client is now used for protocol, host, and IP ARS checking, when available, so this requires passing the client pointer around (which explains why so many files are touched by this change) and takes care of a long standing to-do item (the user's 'modem' value was used for the PROT value checking, which was not always correct).
-
- Jan 12, 2009
-
-
deuce authored
-
- Dec 20, 2008
-
-
rswindell authored
some requests for clarification from Deuce.
-
- Dec 09, 2008
-
-
deuce authored
bugs.
-
- Dec 05, 2008
-
-
deuce authored
-
- Jun 05, 2008
-
-
rswindell authored
-
- Feb 15, 2008
- Feb 14, 2008
- Feb 10, 2008
-
-
rswindell authored
still needs JSDOCS fixes. e.g. js_system.c(1831) : warning C4101: 'statsobj' : unreferenced local variable
-
- Feb 08, 2008
-
-
deuce authored
-
- Jan 16, 2008
- Jan 12, 2008
-
-
deuce authored
-
- Oct 24, 2007
-
-
cyan authored
* Create a new JS method under the system object, system.check_name(), which utilizes this new function to check username/realname validity.
-
- Sep 22, 2007
-
-
rswindell authored
error code on failure.
-