Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-25 | server: write out adjusted maps | stuebinm | 1 | -3/+5 | |
2022-02-16 | server: add mapservice GET endpoint | stuebinm | 1 | -40/+39 | |
2022-02-16 | internal state: sort according to org | stuebinm | 1 | -9/+10 | |
(also, more lenses i guess) | |||||
2022-02-16 | server: repositores & orgs fixed in config | stuebinm | 1 | -66/+27 | |
a very simple setup that might be usable for divoc and similar small events | |||||
2022-02-16 | … several hours of fighting with TOML later | stuebinm | 1 | -28/+33 | |
WHO THOUGHT THIS SYNTAX WAS A GOOD IDEA?? (and who decided to write the least obvious combinator library to parse it?) | |||||
2022-02-15 | server: switch to universum prelude, some cleanup | stuebinm | 1 | -43/+38 | |
it's slightly less of a mess than it was before | |||||
2022-02-12 | server: added (somewhat) sensible logging | stuebinm | 1 | -7/+8 | |
it's not very sensible, but at least it exists | |||||
2022-02-11 | server: admin interface | stuebinm | 1 | -3/+10 | |
(for now, just a list of all maps and their current status) | |||||
2022-02-07 | server: proper job handling | stuebinm | 1 | -44/+64 | |
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 | -0/+85 | |