- Got the server-client configuration complete
- Research and choose secure hashing (and salting) algorithm
- Went with PBKDF2 + SHA256, 100k iterations, 16-byte random salt
- Set up user registration system for people logging in
- confirm password works with salting system for mySql
- set up logging in system and character choice
- build out character table in MySql
- work on sending images, sound, etc. over socket for users
- maybe just sync? send
Run db/create_users_table.sql against your MySQL instance before starting the server.
