mirror of
https://github.com/anope/anope.git
synced 2026-07-04 17:33:12 +02:00
Update most URLs to use HTTPS if available, and fix some dead ones too.
This commit is contained in:
+3
-3
@@ -305,7 +305,7 @@ void Anope::Init(int ac, char **av)
|
||||
if (GetCommandLineArgument("help", 'h'))
|
||||
{
|
||||
Log(LOG_TERMINAL) << "Anope-" << Anope::Version() << " -- " << Anope::VersionBuildString();
|
||||
Log(LOG_TERMINAL) << "Anope IRC Services (http://www.anope.org)";
|
||||
Log(LOG_TERMINAL) << "Anope IRC Services (https://www.anope.org/)";
|
||||
Log(LOG_TERMINAL) << "Usage ./" << Anope::ServicesBin << " [options] ...";
|
||||
Log(LOG_TERMINAL) << "-c, --config=filename.conf";
|
||||
Log(LOG_TERMINAL) << " --confdir=conf file direcory";
|
||||
@@ -323,7 +323,7 @@ void Anope::Init(int ac, char **av)
|
||||
Log(LOG_TERMINAL) << "-s, --support";
|
||||
Log(LOG_TERMINAL) << "-v, --version";
|
||||
Log(LOG_TERMINAL) << "";
|
||||
Log(LOG_TERMINAL) << "Further support is available from http://www.anope.org";
|
||||
Log(LOG_TERMINAL) << "Further support is available from https://www.anope.org/";
|
||||
Log(LOG_TERMINAL) << "Or visit us on IRC at irc.anope.org #anope";
|
||||
throw CoreException();
|
||||
}
|
||||
@@ -490,7 +490,7 @@ void Anope::Init(int ac, char **av)
|
||||
Log(LOG_TERMINAL) << ex.GetReason();
|
||||
Log(LOG_TERMINAL) << "*** Support resources: Read through the services.conf self-contained";
|
||||
Log(LOG_TERMINAL) << "*** documentation. Read the documentation files found in the 'docs'";
|
||||
Log(LOG_TERMINAL) << "*** folder. Visit our portal located at http://www.anope.org/. Join";
|
||||
Log(LOG_TERMINAL) << "*** folder. Visit our portal located at https://www.anope.org/. Join";
|
||||
Log(LOG_TERMINAL) << "*** our support channel on /server irc.anope.org channel #anope.";
|
||||
throw CoreException("Configuration file failed to validate");
|
||||
}
|
||||
|
||||
@@ -111,7 +111,7 @@ static ModuleReturn moduleCopyFile(const Anope::string &name, Anope::string &out
|
||||
}
|
||||
#endif
|
||||
|
||||
/* This code was found online at http://www.linuxjournal.com/article/3687#comment-26593
|
||||
/* This code was found online at https://web.archive.org/web/20180318184211/https://www.linuxjournal.com/article/3687#comment-26593
|
||||
*
|
||||
* This function will take a pointer from either dlsym or GetProcAddress and cast it in
|
||||
* a way that won't cause C++ warnings/errors to come up.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* +------------------------------------+
|
||||
*
|
||||
* InspIRCd: (C) 2002-2011 InspIRCd Development Team
|
||||
* See: http://www.inspircd.org/wiki/index.php/Credits
|
||||
* See: https://wiki.inspircd.org/Credits
|
||||
*
|
||||
* This program is free but copyrighted software; see
|
||||
* the file COPYING for details.
|
||||
|
||||
Reference in New Issue
Block a user