1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

core: use https for links in comments

This commit is contained in:
Sébastien Helleu
2018-12-01 08:21:49 +01:00
parent 89f1f61458
commit 4034d07d5a
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -3226,7 +3226,7 @@ IRC_PROTOCOL_CALLBACK(311)
* Callback for the IRC message "312": whois, server.
*
* Message looks like:
* :server 312 mynick nick chat.freenode.net :http://freenode.net/
* :server 312 mynick nick chat.freenode.net :https://freenode.net/
*/
IRC_PROTOCOL_CALLBACK(312)
@@ -3630,7 +3630,7 @@ IRC_PROTOCOL_CALLBACK(327)
* Callback for the IRC message "328": channel URL.
*
* Message looks like:
* :server 328 mynick #channel :http://sample.url.com/
* :server 328 mynick #channel :https://example.com/
*/
IRC_PROTOCOL_CALLBACK(328)
@@ -3722,7 +3722,7 @@ IRC_PROTOCOL_CALLBACK(329)
*
* Messages look like:
* :server 330 mynick nick1 nick2 :is logged in as
* :server 330 mynick #channel http://sample.url.com/
* :server 330 mynick #channel https://example.com/
* :server 343 mynick nick1 nick2 :is opered as
*/
+1 -1
View File
@@ -113,7 +113,7 @@ relay_websocket_save_header (struct t_relay_client *client,
* Upgrade: websocket
* Connection: Upgrade
* Host: myhost:5000
* Origin: http://example.org
* Origin: https://example.org
* Pragma: no-cache
* Cache-Control: no-cache
* Sec-WebSocket-Key: fo1J9uHSsrfDP3BkwUylzQ==