aboutsummaryrefslogtreecommitdiff
path: root/src/login.h
Commit message (Collapse)AuthorAge
* fix: Clean up old enum variantsCara Salter2023-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 registrationsCara Salter2022-01-28
|
* login: Update memory managementCara Salter2022-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 commitCara Salter2022-01-20
yay start of a state machine and also learning sockets