-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow nickname support #14
Comments
Question is how at first are they going to do the system? We haven't reached the part wherein users can join and chat. |
I'm not convinced we need a name. Names affect what people say and how they say it. |
Then how would we know who is who? MAC Addresses? IP Addresses? |
We'll think about it some more. Often, though, we don't need (or want) to know who is who. Anyway, we don't plan to have users and passwords – proper authentication is out of scope of what we can do in 3-4 lectures. |
Rather than using usernames, which could identify someone, perhaps allowing users to choose a text colour to type in would be better. You could also randomly assign a colour to each user on connection, maybe based on the client's ip address. |
This will allow people to chnage their nickname.
Nicknames people have set would appear next to their messages, for example:
etc etc
The text was updated successfully, but these errors were encountered: