Skip to content
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

Find out which method IRC clients actually use/support to note server passwords in IRC URIs #60

Open
DanielOaks opened this issue Nov 27, 2017 · 2 comments

Comments

@DanielOaks
Copy link
Member

https://www-archive.mozilla.org/projects/rt-messaging/chatzilla/irc-urls.html says IRC URLs should look like this:

irc://chat.freenode.net/ircdocs?pass=c2spass


https://tools.ietf.org/html/draft-butcher-irc-url-04 says IRC URLs should look like this:

irc://:[email protected]/ircdocs


The Mozilla doc is apparently what ChatZilla supports. The Butcher one has the mention down the bottom "The input of Petr Baudis, Robert Ginda, Piotr Kucharski, Perry Lorier, Khaled Mardam-Bey, Dominick Meglio, James Ross, and Samuel Sieb, was greatly appreciated, and this draft would not exist without their valued participation."

The above indicates that both methods could have some level of support out there.

First of all, thanks IRC for not standardising this. Second of all, run through all the relevant clients today and see which sorts of URIs they accept, and how passwords are handled in them. In my doc, spec up what's supported today.

@twpol
Copy link

twpol commented Nov 28, 2017

I can confirm that ChatZilla currently only accepts the irc://chat.freenode.net/ircdocs?pass=c2spass format for server passwords, despite all of its developers at the time (myself included) being listed in that draft's acknowledgements.

@DanielOaks
Copy link
Member Author

nice, thanks very much for the info!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants