Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-05 | Add user datatype to keep | Ben Sima | |
I also restructured some types so that I could grab a handle on the keep to close it on shutdown, otherwise the database would be locked and I can't do anything about it. This might mean I have to delete and start the database from scratch when I deploy, but that's okay because I haven't stored anything yet. I also renamed some stuff like 'deck' and 'beam' just for fun. I could make these into more general interfaces like I always planned to. Also I haven't really tested this yet, so... next commit will implement the user login. | |||
2020-06-02 | Initialize Hero database | Ben Sima | |
2020-04-19 | Switch to niv for managing third party sources | Ben Sima | |
2020-04-15 | Lint fixes, also delete Biz.Language | Ben Sima | |
2020-04-15 | Reformatting | Ben Sima | |
Now I'm using ormolu instead of brittany for Haskell formatting now. Figured I should just make all of these big changes at once. | |||
2020-04-15 | Re-namespacing | Ben Sima | |
Moving away from the DNS-driven namespacing toward more condensed names, mostly because I don't like typing so much. |