Age | Commit message (Collapse) | Author |
|
|
|
|
|
- Changing the Question model to add a language attribute.
- Moving python_server.py -> code_server.py.
- Adding functionality to test for Shell scripts. This is still
incomplete since the shell code checker seems to have some problems.
- Modified the xmlrpc_clients to support multiple languages and right
now two.
- Using setgid/setuid instead of setegid/seteuid in the code_server.py..
- Adding a bash example to the sample_questions.py.
The shell script support doesn't quite work yet but this is really a
code_server/checking issue.
|
|
|
|
|
|
Also updated documentation.
|
|
|
|
|
|
Adding a python_server which executes code as nobody safely so users
cannot do too much damage.
|
|
Added manage command to load questions from XML file. Updated README
and including a simple set of sample questions for testing.
|
|
|
|
|