Added temp login function.

This commit is contained in:
Warwick 2023-08-08 11:29:48 +01:00
parent 09c309699f
commit 56c1b1e02a

View file

@ -4,7 +4,7 @@ eventually be a MUD that may or may not link into my other software projects.
## TODO ## TODO
### Road to v0.1 ### Road to v0.1
- [ ] Create initial communication process between clients and server. - [x] Create initial communication process between clients and server.
- [ ] Handle multiple connections. - [ ] Handle multiple connections.
- [ ] Use openssl so passwords arn't going over the internet via plaintext. - [ ] Use openssl so passwords arn't going over the internet via plaintext.
- [ ] Create world data structure. - [ ] Create world data structure.