summaryrefslogtreecommitdiff
path: root/server/Main.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* server: simple toml configstuebinm2022-03-191-3/+2
|
* server: proper job handlingstuebinm2022-03-191-18/+24
| | | | | Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
* non-blocking serverstuebinm2022-03-191-24/+21
|
* basic server setup (using servant)stuebinm2022-03-191-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 …