| 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?
|
| |
|
|
|
|
|
| |
Function was exiting without freeing the file descriptor or flushing the
write buffer to disk. a quick call to fclose fixes this.
|
| |
|
|
|
|
| |
Signed-off-by: Cara Salter <cara@devcara.com>
|
| |
|
|
yay start of a state machine and also learning sockets
|