]> mj.ucw.cz Git - moe.git/blobdiff - submit/config
Replaced FREE_PASCAL_RTE by a generic EXIT_CODE_HOOK.
[moe.git] / submit / config
index 9cf54f204c9cee25ac7717e8ec2c9681d96e1b87..85d266981f5e732ea738b32b978b59d0433563f6 100644 (file)
@@ -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,6 +35,10 @@ 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 ranges matched by this rule
@@ -58,7 +66,7 @@ Access {
 TraceTLS               1
 
 # Trace command and their results
-TraceCommands          1
+TraceCommands          2
 
 }
 
@@ -68,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