mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-01-23 10:44:15 +01:00
_posts/ircs_links: note that this is wrong and tell the right way
This commit is contained in:
parent
7490088f90
commit
f4b51bc724
@ -18,6 +18,14 @@ based on the following addresses
|
|||||||
I decide that the correct form which I will use is
|
I decide that the correct form which I will use is
|
||||||
`ircs://irc.example.org:6697/#channel,##channel,!channel`.
|
`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
|
* specifies that the link uses SSL with the *s* (for plain text just remove
|
||||||
it)
|
it)
|
||||||
* specifies the port so client doesn't have to guess it
|
* specifies the port so client doesn't have to guess it
|
||||||
|
Loading…
Reference in New Issue
Block a user