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