| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
There were a few enum variants in LoginState that were combined into
WantMakeAccount (MakePassword and MakeConfirmPassword), so they were
removed. Also cleaned up warnings
|
| |
|
|
|
|
|
|
| |
segfaults... so many segfaults
but i'm learning so that's what matters!
|
|
|
|
|
| |
turns out you need to pass pointers to functions that require pointers,
who knew?
|
| |
|
|
|
|
| |
Instead of inifinitely looping
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
yay start of a state machine and also learning sockets
|