Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial perseus rewrite | Andinus | 2020-03-29 | 3 | -5/+163 |
| | |||||
* | Prepare for rewrite on several functions | Andinus | 2020-03-28 | 3 | -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 handler | Andinus | 2020-03-27 | 1 | -0/+83 |
| | |||||
* | Add version number | Andinus | 2020-03-27 | 2 | -1/+3 |
| | |||||
* | Add registration handler | Andinus | 2020-03-27 | 2 | -0/+85 |