Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | data: Fix bug where player data wasn't written | Cara Salter | 2022-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 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> | ||
* | data: Make it clearer that we're testing for a null file pointer | Cara Salter | 2022-01-27 |
| | | | | Signed-off-by: Cara Salter <cara@devcara.com> | ||
* | push for ced | Cara Salter | 2022-01-22 |
| | |||
* | initial commit | Cara Salter | 2022-01-20 |
yay start of a state machine and also learning sockets |