]> mj.ucw.cz Git - moe.git/blob - TODO
Install the configuration file of submitd at the right location.
[moe.git] / TODO
1 New directory layout
2 ~~~~~~~~~~~~~~~~~~~~
3 public/ is broken
4 Convert md5crypt to use MD5 from libucw
5
6 Evaluator
7 ~~~~~~~~~
8 score: better formatting of the score table
9 interactive tasks: solve deadlocks?
10 interactive tasks: logging of messages
11 terminology: problem -> task ?
12 writing of verdicts to stdout (include timing and check on interactive tasks, including judge errors)
13 box: memory usage statistics (need to search for VMPeak in /proc/$PID/status, but it disappears too early)
14 remove scanning of users by UID
15
16 Judges
17 ~~~~~~
18 integrate to the top-level makefile
19 clean up exit codes
20 test cases for judge-shuff
21
22 Environment
23 ~~~~~~~~~~~
24 fpc: add switch -gl (runtime errors write line#), but avoid that when inside the sandbox
25
26 Installer:
27 - update group permissions
28 - quotas
29
30 New submitter:
31 - contest: task status cache
32
33 Various ideas:
34 scores dependent on time (like PL olympiad)
35 box: configurable access to timers and /proc/self/{stat,fd}
36 box: limit the total amount of data written to files, so that quotas don't have to be set up
37
38 TomGav:
39 - substitute $VAR without using eval
40 - stderr parsers
41 - VMMax -> getrusage()
42 - clean up names of temporary files
43 - machine-readable log file
44 - split bin
45 - configurable names of in/out files
46 - multiple in files (stored as an archive or directory)