X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=submit%2Fconfig;h=578c856390b6eff9910a1ecdee1788d6d73834db;hb=8b3af4ea3647832046e7f140c78181986429aea9;hp=02dcc543317fc3fdc8a923896d437963f4c2cc7c;hpb=40dcc618718643313b8f222717c4502ed33081fe;p=eval.git diff --git a/submit/config b/submit/config index 02dcc54..578c856 100644 --- a/submit/config +++ b/submit/config @@ -21,6 +21,10 @@ MaxRequestSize 4K # This is a default, which can be overriden in task definitions. MaxAttachSize 256K +# Maximum number of versions of a single task part a contestant is allowed +# to submit (0=unlimited) +MaxVersions 50 + # Number of bits for the Diffie-Hellman key exchange DHBits 1024 @@ -31,9 +35,13 @@ CACert certs/ca-cert.pem ServerCert certs/server-cert.pem ServerKey certs/server-key.pem +# Keep history of all submitted files in files of a given name prefix +# (formatted by strftime; default: no history kept) +History history/%H%M%S- + # Rules for accepting connections (first matching rule is used) Access { - # IP address range matched by this rule + # IP address ranges matched by this rule IP 127.0.0.1 # Administrator access allowed (does not do anything yet) @@ -48,12 +56,6 @@ Access { Access { IP 195.113.18.125 - Admin 0 - PlainText 0 - MaxConn 2 -} - -Access { IP 10.10.8.0/24 Admin 0 PlainText 0 @@ -74,9 +76,9 @@ Tasks { # Task plans Task { Name world; OpenData 10; MaxSize 1M; } - Task necklace - Task nei - Task town + Task asteroids + Task cards + Task lines Extension c cpp pas OpenDataExt out