Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-19 | server: added (somewhat) sensible logging | stuebinm | 1 | -20/+34 | |
it's not very sensible, but at least it exists | |||||
2022-03-19 | server: more debug output | stuebinm | 1 | -1/+1 | |
2022-03-19 | server: admin interface | stuebinm | 1 | -4/+10 | |
(for now, just a list of all maps and their current status) | |||||
2022-03-19 | server: simple servant-lucid stuff | stuebinm | 1 | -7/+18 | |
2022-03-19 | server: simple toml config | stuebinm | 1 | -3/+2 | |
2022-03-19 | server: proper job handling | stuebinm | 1 | -18/+24 | |
Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting) | |||||
2022-03-19 | non-blocking server | stuebinm | 1 | -24/+21 | |
2022-03-19 | basic server setup (using servant) | stuebinm | 1 | -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 … |