X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fsvrblist.cpp;h=9894b21e9ce5f41b7f4588c7ba3e6358a2db7689;hb=2a30393d59c892349cffec18ec16907c2358fd0f;hp=3649a4bcd185bb4230d0c6a1bc8708e2819fa019;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/common/svrblist.cpp b/source/common/svrblist.cpp index 3649a4b..9894b21 100644 --- a/source/common/svrblist.cpp +++ b/source/common/svrblist.cpp @@ -1,8 +1,28 @@ +// svrblist.cpp - Server Blacklist subroutines. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Address Book is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Address Book. If not, see + #include #include bool CheckBlacklist(wxString ServerAddress){ + // Check if the server address is on the blacklist. + wxString ServerBlacklist = "google.com"; wxString BListHostname;