aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* login: After creating the account, go to handle_playerCara Salter2022-01-30
| | | | Instead of inifinitely looping
* data: Fix bug where player data wasn't writtenCara Salter2022-01-30
| | | | | Function was exiting without freeing the file descriptor or flushing the write buffer to disk. a quick call to fclose fixes this.
* 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>
* data: Make it clearer that we're testing for a null file pointerCara Salter2022-01-27
| | | | Signed-off-by: Cara Salter <cara@devcara.com>
* meta: Add srcdist target to makefileCara Salter2022-01-27
| | | | Signed-off-by: Cara Salter <cara@devcara.com>
* push for cedCara Salter2022-01-22
|
* initial commitCara Salter2022-01-20
yay start of a state machine and also learning sockets