anuvindbhat / chatter

A multithreaded chat program written in C using POSIX sockets
MIT License
1 stars 0 forks source link

Setting a username #4

Open anuvindbhat opened 5 years ago

anuvindbhat commented 5 years ago

Automatic hostname resolution does not seem to always work. A command to set the username (like /setname <username>) is required.

dhani13 commented 5 years ago

This should be attempted after this issue, since it'll be useful only after multi-client is enabled.