summaryrefslogtreecommitdiff
path: root/server/Main.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* server: switch to universum prelude, some cleanupstuebinm2022-02-151-51/+49
| | | | it's slightly less of a mess than it was before
* server: added (somewhat) sensible loggingstuebinm2022-02-121-20/+34
| | | | it's not very sensible, but at least it exists
* server: more debug outputstuebinm2022-02-111-1/+1
|
* server: admin interfacestuebinm2022-02-111-4/+10
| | | | (for now, just a list of all maps and their current status)
* server: simple servant-lucid stuffstuebinm2022-02-101-7/+18
|
* server: simple toml configstuebinm2022-02-071-3/+2
|
* server: proper job handlingstuebinm2022-02-071-18/+24
| | | | | Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
* non-blocking serverstuebinm2022-02-071-24/+21
|
* basic server setup (using servant)stuebinm2022-02-011-0/+74
adds a very basic http server that can be sent links to repositories & will download & lint them, then answer the request with the lints. Should probably do this in a non-blocking way …