summaryrefslogtreecommitdiff
path: root/endpoints.lisp
AgeCommit message (Collapse)Author
2023-03-05Reorganized codebasecolin
2023-03-05Add: page-render-mode, model cleanup, tavern view wipGrant Shoshin Shangreaux
2023-02-21Add: text browser tavern viewGrant Shangreaux
2023-02-20Refactor: to use render protocolcolin
2023-02-20Add: with-checked-plist macro, some validtators, and refactoredcolin
2023-02-20Add: route building protocol functionscolin
2023-02-20Modify: 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-20Modify: hero creation endpoint and transactioncolin
2023-02-20Fix: references to non-existent /game-roomcolin
2023-02-18Saturday Pair Sessioncolin
2023-01-28Tweakcolin
2023-01-25Modify: flash feature to be more robust; add labelscolin
2023-01-25Add: initial flash function; modified endpoints to use itcolin
This is untested. Just commiting to share.
2023-01-25Organize: putting utilities firstcolin
Its nice to have macros load before defuns that use them.
2023-01-24Add: doorkeeper :message param to pass info to userGrant 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-24Clean: reorganize and document some of endpoints.lispGrant Shangreaux
2023-01-21Rename: routs.lisp->endpoints.lispcolin