summaryrefslogtreecommitdiff
path: root/server/Handlers.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-12server: added (somewhat) sensible loggingstuebinm1-7/+8
it's not very sensible, but at least it exists
2022-02-11server: admin interfacestuebinm1-3/+10
(for now, just a list of all maps and their current status)
2022-02-07server: proper job handlingstuebinm1-44/+64
Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
2022-02-07non-blocking serverstuebinm1-0/+85