Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server: proper job handling | stuebinm | 2022-02-07 | 3 | -67/+110 |
| | | | | | Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting) | ||||
* | non-blocking server | stuebinm | 2022-02-07 | 4 | -88/+126 |
| | |||||
* | basic server setup (using servant) | stuebinm | 2022-02-01 | 3 | -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 … |