summaryrefslogtreecommitdiff
path: root/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* server: simple toml configstuebinm2022-03-192-17/+39
|
* server: proper job handlingstuebinm2022-03-193-67/+110
| | | | | Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
* non-blocking serverstuebinm2022-03-194-88/+126
|
* basic server setup (using servant)stuebinm2022-03-193-0/+179
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 …