Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-04-14 | mapserver: symlink outdirs to human-readable paths | stuebinm | 1 | -0/+2 | |
(meant for use of this server without exneuland / the whole map resolution api on a dump simple workadventure backend) | |||||
2022-03-28 | server: add a howto link | stuebinm | 1 | -0/+1 | |
2022-03-28 | server: show helpful information for result | stuebinm | 1 | -0/+3 | |
This includes the backlink to the lobby (auto-generated only for now) and a "help!"-button for sending mails. Also general info regarding which commit was linted / published. | |||||
2022-03-19 | server: decrease default lint interval | stuebinm | 1 | -1/+1 | |
2022-03-19 | server: write out adjusted maps | stuebinm | 1 | -3/+16 | |
2022-03-19 | server: remove a thunk leak | stuebinm | 1 | -1/+1 | |
(really a lot of these data structures should be eagerly evaluated into normal form, i suspect there's still a lot to be gained) | |||||
2022-03-19 | server: exneuland wants a token, apparently | stuebinm | 1 | -0/+1 | |
2022-03-19 | server: post map updates to exneuland's API | stuebinm | 1 | -0/+1 | |
2022-03-19 | server: add mapservice GET endpoint | stuebinm | 1 | -0/+4 | |
2022-03-19 | server: repositores & orgs fixed in config | stuebinm | 1 | -0/+2 | |
a very simple setup that might be usable for divoc and similar small events | |||||
2022-03-19 | … several hours of fighting with TOML later | stuebinm | 1 | -1/+12 | |
WHO THOUGHT THIS SYNTAX WAS A GOOD IDEA?? (and who decided to write the least obvious combinator library to parse it?) | |||||
2022-03-19 | server: switch to universum prelude, some cleanup | stuebinm | 1 | -0/+1 | |
it's slightly less of a mess than it was before | |||||
2022-03-19 | server: simple toml config | stuebinm | 1 | -0/+8 | |