From 268a5a95c8a03932d487879a070da70e5eebd228 Mon Sep 17 00:00:00 2001 From: funkydude Date: Sun, 6 Mar 2016 23:48:45 +0000 Subject: [PATCH] Move some URLs overs to https --- README.md | 2 +- src/base/net/dnsupdater.cpp | 2 +- src/base/net/geoipmanager.cpp | 2 +- src/gui/gpl.html | 2 +- src/gui/options.ui | 4 ++-- src/gui/programupdater.cpp | 2 +- src/gui/properties/trackersadditiondlg.cpp | 2 +- src/searchengine/nova/engines/extratorrent.py | 4 ++-- src/searchengine/nova/engines/torrentreactor.py | 4 ++-- src/searchengine/nova/engines/versions.txt | 4 ++-- src/searchengine/nova3/engines/extratorrent.py | 4 ++-- src/searchengine/nova3/engines/torrentreactor.py | 4 ++-- src/searchengine/nova3/engines/versions.txt | 4 ++-- src/webui/www/public/preferences_content.html | 2 +- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 2fd1983de..f680dc821 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ out there. qBittorrent is fast, stable and provides unicode support as well as many features. This product includes GeoLite data created by MaxMind, available from -http://maxmind.com/ +https://www.maxmind.com/ ### Installation: For installation, follow the instructions from INSTALL file, but simple: diff --git a/src/base/net/dnsupdater.cpp b/src/base/net/dnsupdater.cpp index 6ef1dd98b..a61ebaa2b 100644 --- a/src/base/net/dnsupdater.cpp +++ b/src/base/net/dnsupdater.cpp @@ -300,7 +300,7 @@ QUrl DNSUpdater::getRegistrationUrl(int service) case DNS::DYNDNS: return QUrl("https://www.dyndns.com/account/services/hosts/add.html"); case DNS::NOIP: - return QUrl("http://www.no-ip.com/services/managed_dns/free_dynamic_dns.html"); + return QUrl("https://www.noip.com/remote-access"); default: Q_ASSERT(0); } diff --git a/src/base/net/geoipmanager.cpp b/src/base/net/geoipmanager.cpp index 10db8e4cd..61da07d44 100644 --- a/src/base/net/geoipmanager.cpp +++ b/src/base/net/geoipmanager.cpp @@ -42,7 +42,7 @@ #include "private/geoipdatabase.h" #include "geoipmanager.h" -static const char DATABASE_URL[] = "http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz"; +static const char DATABASE_URL[] = "https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz"; static const char GEOIP_FOLDER[] = "GeoIP"; static const char GEOIP_FILENAME[] = "GeoLite2-Country.mmdb"; static const int CACHE_SIZE = 1000; diff --git a/src/gui/gpl.html b/src/gui/gpl.html index 3a74abc4f..cec3fa8b9 100644 --- a/src/gui/gpl.html +++ b/src/gui/gpl.html @@ -510,7 +510,7 @@ This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the -GNU Lesser General Public License +GNU Lesser General Public License instead of this License.

diff --git a/src/gui/options.ui b/src/gui/options.ui index 717ab4642..9710455c2 100644 --- a/src/gui/options.ui +++ b/src/gui/options.ui @@ -2252,7 +2252,7 @@ - (<a href="http://github.com/qbittorrent/qBittorrent/wiki/Anonymous-Mode">More information</a>) + (<a href="https://github.com/qbittorrent/qBittorrent/wiki/Anonymous-Mode">More information</a>) true @@ -2729,7 +2729,7 @@ - <a href=http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#aboutcerts>Information about certificates</a> + <a href=https://httpd.apache.org/docs/current/ssl/ssl_faq.html#aboutcerts>Information about certificates</a> true diff --git a/src/gui/programupdater.cpp b/src/gui/programupdater.cpp index c722d8ec2..b29036308 100644 --- a/src/gui/programupdater.cpp +++ b/src/gui/programupdater.cpp @@ -41,7 +41,7 @@ namespace { - const QString RSS_URL("http://www.fosshub.com/software/feedqBittorent"); + const QString RSS_URL("https://www.fosshub.com/software/feedqBittorent"); #ifdef Q_OS_MAC const QString OS_TYPE("Mac OS X"); diff --git a/src/gui/properties/trackersadditiondlg.cpp b/src/gui/properties/trackersadditiondlg.cpp index 366824ee4..a5d2928d0 100644 --- a/src/gui/properties/trackersadditiondlg.cpp +++ b/src/gui/properties/trackersadditiondlg.cpp @@ -59,7 +59,7 @@ QStringList TrackersAdditionDlg::newTrackers() const void TrackersAdditionDlg::on_uTorrentListButton_clicked() { uTorrentListButton->setEnabled(false); - Net::DownloadHandler *handler = Net::DownloadManager::instance()->downloadUrl(QString("http://www.torrentz.com/announce_%1").arg(m_torrent->hash()), true); + Net::DownloadHandler *handler = Net::DownloadManager::instance()->downloadUrl(QString("https://www.torrentz.com/announce_%1").arg(m_torrent->hash()), true); connect(handler, SIGNAL(downloadFinished(QString, QString)), this, SLOT(parseUTorrentList(QString, QString))); connect(handler, SIGNAL(downloadFailed(QString, QString)), this, SLOT(getTrackerError(QString, QString))); //Just to show that it takes times diff --git a/src/searchengine/nova/engines/extratorrent.py b/src/searchengine/nova/engines/extratorrent.py index 88f0851ad..cf33a1af3 100644 --- a/src/searchengine/nova/engines/extratorrent.py +++ b/src/searchengine/nova/engines/extratorrent.py @@ -1,4 +1,4 @@ -#VERSION: 2.03 +#VERSION: 2.04 #AUTHORS: Christophe Dumez (chris@qbittorrent.org) #CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es) @@ -33,7 +33,7 @@ from helpers import download_file, retrieve_url class extratorrent(object): """ Search engine class """ - url = 'http://extratorrent.cc' + url = 'https://extratorrent.cc' name = 'ExtraTorrent' supported_categories = {'all' : '0', 'movies' : '4', diff --git a/src/searchengine/nova/engines/torrentreactor.py b/src/searchengine/nova/engines/torrentreactor.py index 31d8c26b7..8e40535cd 100644 --- a/src/searchengine/nova/engines/torrentreactor.py +++ b/src/searchengine/nova/engines/torrentreactor.py @@ -1,4 +1,4 @@ -#VERSION: 1.40 +#VERSION: 1.41 #AUTHORS: Gekko Dam Beer (gekko04@users.sourceforge.net) #CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org) # Bruno Barbieri (brunorex@gmail.com) @@ -34,7 +34,7 @@ from HTMLParser import HTMLParser from re import compile as re_compile class torrentreactor(object): - url = 'http://torrentreactor.com' + url = 'https://torrentreactor.com' name = 'TorrentReactor' supported_categories = {'all': '', 'movies': '5', 'tv': '8', 'music': '6', 'games': '3', 'anime': '1', 'software': '2'} diff --git a/src/searchengine/nova/engines/versions.txt b/src/searchengine/nova/engines/versions.txt index b7578189e..b32625719 100644 --- a/src/searchengine/nova/engines/versions.txt +++ b/src/searchengine/nova/engines/versions.txt @@ -1,9 +1,9 @@ btdigg: 1.30 demonoid: 1.2 -extratorrent: 2.03 +extratorrent: 2.04 kickasstorrents: 1.28 legittorrents: 2.00 mininova: 2.01 piratebay: 2.14 -torrentreactor: 1.40 +torrentreactor: 1.41 torrentz: 2.17 diff --git a/src/searchengine/nova3/engines/extratorrent.py b/src/searchengine/nova3/engines/extratorrent.py index f6cc3da8f..06a53db2d 100644 --- a/src/searchengine/nova3/engines/extratorrent.py +++ b/src/searchengine/nova3/engines/extratorrent.py @@ -1,4 +1,4 @@ -#VERSION: 2.03 +#VERSION: 2.04 #AUTHORS: Christophe Dumez (chris@qbittorrent.org) #CONTRIBUTORS: Diego de las Heras (ngosang@hotmail.es) @@ -33,7 +33,7 @@ from helpers import download_file, retrieve_url class extratorrent(object): """ Search engine class """ - url = 'http://extratorrent.cc' + url = 'https://extratorrent.cc' name = 'ExtraTorrent' supported_categories = {'all' : '0', 'movies' : '4', diff --git a/src/searchengine/nova3/engines/torrentreactor.py b/src/searchengine/nova3/engines/torrentreactor.py index 5f3e1d0fb..40fb561a4 100644 --- a/src/searchengine/nova3/engines/torrentreactor.py +++ b/src/searchengine/nova3/engines/torrentreactor.py @@ -1,4 +1,4 @@ -#VERSION: 1.40 +#VERSION: 1.41 #AUTHORS: Gekko Dam Beer (gekko04@users.sourceforge.net) #CONTRIBUTORS: Christophe Dumez (chris@qbittorrent.org) # Bruno Barbieri (brunorex@gmail.com) @@ -34,7 +34,7 @@ from html.parser import HTMLParser from re import compile as re_compile class torrentreactor(object): - url = 'http://torrentreactor.com' + url = 'https://torrentreactor.com' name = 'TorrentReactor' supported_categories = {'all': '', 'movies': '5', 'tv': '8', 'music': '6', 'games': '3', 'anime': '1', 'software': '2'} diff --git a/src/searchengine/nova3/engines/versions.txt b/src/searchengine/nova3/engines/versions.txt index b7578189e..b32625719 100644 --- a/src/searchengine/nova3/engines/versions.txt +++ b/src/searchengine/nova3/engines/versions.txt @@ -1,9 +1,9 @@ btdigg: 1.30 demonoid: 1.2 -extratorrent: 2.03 +extratorrent: 2.04 kickasstorrents: 1.28 legittorrents: 2.00 mininova: 2.01 piratebay: 2.14 -torrentreactor: 1.40 +torrentreactor: 1.41 torrentz: 2.17 diff --git a/src/webui/www/public/preferences_content.html b/src/webui/www/public/preferences_content.html index 97310e35a..d6d2cd377 100644 --- a/src/webui/www/public/preferences_content.html +++ b/src/webui/www/public/preferences_content.html @@ -378,7 +378,7 @@ - +