Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix: Clean up old enum variants | Cara Salter | 2023-02-16 |
| | | | | | | There were a few enum variants in LoginState that were combined into WantMakeAccount (MakePassword and MakeConfirmPassword), so they were removed. Also cleaned up warnings | ||
* | login: Add password authentication for registrations | Cara Salter | 2022-01-28 |
| | |||
* | login: Update memory management | Cara Salter | 2022-01-27 |
| | | | | | | | | name is now char* instead of char*[] because why would that be a thing? now also allocates 32 bytes for name *before* trying to strcpy Signed-off-by: Cara Salter <cara@devcara.com> | ||
* | initial commit | Cara Salter | 2022-01-20 |
yay start of a state machine and also learning sockets |