1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 02:03:15 +02:00

Update most URLs to use HTTPS if available, and fix some dead ones too.

This commit is contained in:
Robby
2018-11-10 15:15:05 +01:00
parent 9e7dadb967
commit b279863acb
28 changed files with 62 additions and 61 deletions
+3 -3
View File
@@ -65,7 +65,7 @@ if [ "$1" = "start" ] ; then
echo "This error has been logged in your Anope Log file"
echo "Located in "$LOG""
echo "This may help you diagnose the problem"
echo "Further help may be available from http://www.anope.org/"
echo "Further help may be available from https://www.anope.org/"
exit 1
fi
@@ -101,7 +101,7 @@ elif [ "$1" = "restart" ] ; then
echo "This error has been logged in your Anope Log file"
echo "Located in "$LOG""
echo "This may help you diagnose the problem"
echo "Further help may be available from http://www.anope.org/"
echo "Further help may be available from https://www.anope.org/"
exit 1
fi
@@ -128,7 +128,7 @@ elif [ "$1" = "help" ] ; then
echo "$0 help Show this help menu"
echo "If you need further help please check the /docs/"
echo "folder or make use of our extensive online support at"
echo "http://www.anope.org/"
echo "https://www.anope.org/"
fi
else
+3 -3
View File
@@ -24,9 +24,9 @@ die="yes"
###########################
# The GeoIP data is created by MaxMind, available from www.maxmind.com.
geoip_country_source="http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip"
geoip_city_source="http://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLiteCity-latest.zip"
geoip_region_source="http://dev.maxmind.com/static/csv/codes/maxmind/region.csv"
geoip_country_source="https://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip"
geoip_city_source="https://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLiteCity-latest.zip"
geoip_region_source="https://www.maxmind.com/download/geoip/misc/region_codes.csv"
###########################
LOGIN="--host=$mysql_host --user=$mysql_user --password=$mysql_password $mysql_database"