summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/scripting/ScriptConsole.java
AgeCommit message (Collapse)Author
2014-06-05Recreate old Authenticator interface as 'ProxyLogin'Andrew Branson
Server boots with new lookup interface.
2014-06-02Initial commitAndrew Branson
2014-02-26Properties extended as ObjectProperties, which can return any Object,Andrew Branson
and wrap int and boolean parsing. Gateway.getProperties() returns the new ObjectProperty instance. Old Gateway property methods still present but deprecated. Refs #149
2013-02-14Fold script console environment into Script.Andrew Branson
Add support for 'textFiles/consoleScript.lang.txt' console function declarations in kernel and modules. Use that context for ScriptConsole network consoles and new ShellConsole client process.
2012-06-04Removed ref to internal mozilla undef. javax.script should now returnAndrew Branson
null instead.
2012-05-30Initial Maven ConversionAndrew Branson