gfaerie / Sleep

Simple multiplayer game to learn scala. Tilebased game inspired by angband.
Other
1 stars 0 forks source link

Add password and name uniqueness to networks server #8

Open gfaerie opened 12 years ago

gfaerie commented 12 years ago

Client should provice password that should be sent as hash salted with the user name. User names should be unique, reject clients trying to connect with duplicate usernames.