-
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
Warn about client-command-looking nicknames #203
Comments
This is where that should be added. Might also be good to prevent a nickname from beginning with a prefix mode character to avoid issues with parsing prefixes with |
tommyrot
added a commit
to tommyrot/modern-irc
that referenced
this issue
Mar 28, 2023
…e syntax as RFC1459 and is the most commonly used one. I'm unsure why the modern documentation tries to be so loose and unspecific about this syntax considering it already clearly states "Servers MAY have additional implementation-specific nickname restrictions.". Should solve ircdocs#203
tommyrot
added a commit
to tommyrot/modern-irc
that referenced
this issue
May 7, 2023
…dvise server implementations to avoid possible detrimental ambiguity. Should solve ircdocs#203
progval
pushed a commit
that referenced
this issue
Nov 25, 2023
List channel membership prefixes in the nickname as prohibited, and advise server implementations to avoid possible detrimental ambiguity. Should solve #203
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recommend servers to reject nicknames such as
/quit
, in the section about nickname string restrictions.The protocol doesn't require it, but accepting nicknames starting with a
/
would be dangerous for most IRC clients, as autocomplete features could result in commands being executed.The text was updated successfully, but these errors were encountered: