]> jfr.im git - irc/freenode/ircd-seven.git/commitdiff
Use HTTPS instead of plain HTTP for freenode.net
authorJanik Kleinhoff <redacted>
Tue, 24 Apr 2018 18:09:12 +0000 (18:09 +0000)
committerJanik Kleinhoff <redacted>
Tue, 24 Apr 2018 18:09:12 +0000 (18:09 +0000)
s#http://(www.)?freenode.net#https://freenode.net#g

CREDITS
src/messages.tab

diff --git a/CREDITS b/CREDITS
index 546df9f57fcb85b2fbc0ca8984eec2c4a025d7f5..e1fd48c5d37769abff1c6eb8ce9400bc0844df7f 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -26,5 +26,5 @@ ThaPrince, Jon Christopherson <jon -at- vile.com>
 twincest, River Tarnell <river -at- attenuate.org>
 w00t, Robin Burchell <surreal.w00t -at- gmail.com>
  
-Visit the freenode website at: http://www.freenode.net
+Visit the freenode website at: https://freenode.net
 Visit us on IRC at: irc.freenode.net #freenode-seven
index 3aacf20d644e1a5111e8205d7d31feef09375ece..9f7d9cee5570287b963fe7ef255ed3149e31d78d 100644 (file)
@@ -498,7 +498,7 @@ static  const char *  replies[] = {
 /* 474 ERR_BANNEDFROMCHAN, */   ":%s 474 %s %s :Cannot join channel (+b) - you are banned",
 /* 475 ERR_BADCHANNELKEY, */    ":%s 475 %s %s :Cannot join channel (+k) - bad key",
 /* 476 ERR_BADCHANMASK, */     NULL,
-/* 477 ERR_NEEDREGGEDNICK */   ":%s 477 %s %s :Cannot join channel (+r) - you need to be identified with services - see http://freenode.net/kb/answer/registration",
+/* 477 ERR_NEEDREGGEDNICK */   ":%s 477 %s %s :Cannot join channel (+r) - you need to be identified with services - see https://freenode.net/kb/answer/registration",
 /* 478 ERR_BANLISTFULL, */      ":%s 478 %s %s %s :Channel ban list is full",
 /* 479 ERR_BADCHANNAME */       "%s :Illegal channel name",
 /* 480 ERR_THROTTLE */          ":%s 480 %s %s :Cannot join channel (+j) - throttle exceeded, try again later",
@@ -507,7 +507,7 @@ static  const char *  replies[] = {
 /* 483 ERR_CANTKILLSERVER, */   ":You can't kill a server!",
 /* 484 ERR_ISCHANSERVICE */     ":%s 484 %s %s %s :Cannot kick or deop a network service",
 /* 485 ERR_BANNEDNICK, */      NULL,
-/* 486 ERR_NONONREG */          "%s :You must log in with services to message this user - see http://freenode.net/kb/answer/registration",
+/* 486 ERR_NONONREG */          "%s :You must log in with services to message this user - see https://freenode.net/kb/answer/registration",
 /* 487 */       NULL,
 /* 488 */       NULL,
 /* 489 ERR_VOICENEEDED */      ":%s 489 %s %s :You're neither voiced nor channel operator",