_posts/ircs_links: note that this is wrong and tell the right way

This commit is contained in:
Aminda Suomalainen 2015-08-30 16:23:58 +03:00
parent 7490088f90
commit f4b51bc724
1 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,14 @@ based on the following addresses
I decide that the correct form which I will use is
`ircs://irc.example.org:6697/#channel,##channel,!channel`.
EDIT 2015-08-30: I haven't had issues with this, but apparently this
isn't the proper way (https://tools.ietf.org/html/draft-butcher-irc-url-04)
and the address would become
`ircs://irc.example.org:6697/%23channel%2C%23%23channel%2C%21channel`.
See [Percent-encoding at Wikipedia]. Thanks Mardeg at irc.mozilla.org.
[Percent-encoding at Wikipedia]:https://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_reserved_characters
* specifies that the link uses SSL with the *s* (for plain text just remove
it)
* specifies the port so client doesn't have to guess it