Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-20 | Modify: redirect to /tavern from / | colin | |
If you are logged in, this makes sense, you'll land in the tavern. If you are not logged in, then you'll be redirected by the handler for /tavern to the /tavern-door. This is to avoid having to navigate to /tavern manually when you revisit dnd | |||
2023-02-20 | Modify: hero creation endpoint and transaction | colin | |
2023-02-20 | Fix: references to non-existent /game-room | colin | |
2023-02-18 | Saturday Pair Session | colin | |
2023-01-28 | Tweak | colin | |
2023-01-25 | Modify: flash feature to be more robust; add labels | colin | |
2023-01-25 | Add: initial flash function; modified endpoints to use it | colin | |
This is untested. Just commiting to share. | |||
2023-01-25 | Organize: putting utilities first | colin | |
Its nice to have macros load before defuns that use them. | |||
2023-01-24 | Add: doorkeeper :message param to pass info to user | Grant Shangreaux | |
Basic handling for when a hero name is entered but does not exist in the store. The /tavern-door endpoint will parse a NAME query param and the doorkeeper says they've never heard of them. | |||
2023-01-24 | Clean: reorganize and document some of endpoints.lisp | Grant Shangreaux | |
2023-01-21 | Rename: routs.lisp->endpoints.lisp | colin | |