Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
545 stars 301 forks source link

Multiple users with same name #274

Open SIRprise opened 5 years ago

SIRprise commented 5 years ago

A guest can enter the room with the same name as registered users/the admin. I guess there is somewhere a comparison against the extendended username (with pre/postfix).

Frug commented 3 years ago

Guest usernames are always surrounded in brackets () and in the provided themes are generally in a different color than actual users. We could add the option to disable sharing a name with a user, but for now I think it's fairly clear in most cases who's a guest and who's the actual user.