-
Notifications
You must be signed in to change notification settings - Fork 36
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
Clients shouldn't send prefix of :<nick> #33
Comments
We now tell clients to avoid this thanks to 9023f3a |
I think the language could be clearer on this. Compare the language on RFC 2812
to the current
Sending a : prefix is not "OPTIONAL", it should be "NOT RECOMMENDED" (RFC 2119). |
True, I'll bring it back to more forceful language here, thanks for pointing it out! |
Looks like it's done here: https://github.com/ircdocs/modern-irc/blame/8fb236197429a834999858bce089d6a6118d833b/index.md#L326 |
This is specifically what the issue is about as it doesn't match how things are implemented in practise. I think most servers just ignore a prefix if sent by a client. It should probably be revised to say that clients should not send a prefix and servers should ignore it entirely if sent regardless of what it contains. |
Good point. Done in GH-120. |
Simply put, clients shouldn't put prefixes on messages in general. esp. not when it's just their nickname. Just wastes space and makes things a bit more fragile. I should recommend avoiding it.
The text was updated successfully, but these errors were encountered: