summary refs log tree commit diff stats
path: root/handler
Commit message (Collapse)AuthorAgeFilesLines
* Initial perseus rewriteAndinus2020-03-293-5/+163
|
* Prepare for rewrite on several functionsAndinus2020-03-283-159/+5
| | | | | | | | User struct now exports everything, encapsulation is not necessary over here. Instead of introducing a new variable uInfo we'll use user.User and pass that. Handlers & related functions will be rewritten to work with this change. This will make it easier to work on later as the program grows. I'm also rethinking error handling.
* Add login handlerAndinus2020-03-271-0/+83
|
* Add version numberAndinus2020-03-272-1/+3
|
* Add registration handlerAndinus2020-03-272-0/+85