mirror of
https://github.com/anope/anope.git
synced 2026-07-05 02:13:13 +02:00
Update most URLs to use HTTPS if available, and fix some dead ones too.
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
* details.
|
||||
*
|
||||
* Most of the code in this file is taken from
|
||||
* http://openwall.com/crypt/crypt_blowfish-1.2.tar.gz
|
||||
* https://www.openwall.com/crypt/crypt_blowfish-1.2.tar.gz
|
||||
*/
|
||||
|
||||
/*
|
||||
* The crypt_blowfish homepage is:
|
||||
*
|
||||
* http://www.openwall.com/crypt/
|
||||
* https://www.openwall.com/crypt/
|
||||
*
|
||||
* This code comes from John the Ripper password cracker, with reentrant
|
||||
* and crypt(3) interfaces added, but optimizations specific to password
|
||||
@@ -48,7 +48,7 @@
|
||||
*
|
||||
* There's a paper on the algorithm that explains its design decisions:
|
||||
*
|
||||
* http://www.usenix.org/events/usenix99/provos.html
|
||||
* https://www.usenix.org/legacy/events/usenix99/provos.html
|
||||
*
|
||||
* Some of the tricks in BF_ROUND might be inspired by Eric Young's
|
||||
* Blowfish library (I can't be sure if I would think of something if I
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
* (C) 2003-2018 Anope Team
|
||||
* Contact us at team@anope.org
|
||||
*
|
||||
* Taken from InspIRCd ( www.inspircd.org )
|
||||
* see http://wiki.inspircd.org/Credits
|
||||
* Taken from InspIRCd (https://www.inspircd.org/),
|
||||
* see https://wiki.inspircd.org/Credits
|
||||
*
|
||||
* This program is free but copyrighted software; see
|
||||
* the file COPYING for details.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<head>
|
||||
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
|
||||
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
||||
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
|
||||
|
||||
<title>{TITLE}</title>
|
||||
</head>
|
||||
@@ -39,7 +39,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-offset-3 col-lg-6">
|
||||
<div class="footer text-center">
|
||||
Anope IRC Services - © 2013-2018 Anope Team - <a href="http://anope.org">http://anope.org</a>
|
||||
Anope IRC Services - © 2013-2018 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="footer text-center">
|
||||
Anope IRC Services - © 2013-2018 Anope Team - <a href="http://anope.org">http://anope.org</a>
|
||||
Anope IRC Services - © 2013-2018 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<head>
|
||||
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
|
||||
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
||||
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
|
||||
|
||||
<title>{TITLE}</title>
|
||||
</head>
|
||||
@@ -43,7 +43,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-offset-3 col-lg-6">
|
||||
<div class="footer text-center">
|
||||
Anope IRC Services - © 2013-2018 Anope Team - <a href="http://anope.org">http://anope.org</a>
|
||||
Anope IRC Services - © 2013-2018 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<head>
|
||||
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
|
||||
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
||||
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
|
||||
|
||||
<title>{TITLE}</title>
|
||||
</head>
|
||||
@@ -53,7 +53,7 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-offset-3 col-lg-6">
|
||||
<div class="footer text-center">
|
||||
Anope IRC Services - © 2013-2018 Anope Team - <a href="http://anope.org">http://anope.org</a>
|
||||
Anope IRC Services - © 2013-2018 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user