From 6c15aa2164c96846a5cc04d833af8ff33ca8b66a Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 13 Oct 2021 23:00:29 +0200 Subject: [PATCH] =?UTF-8?q?just=20make=20it=20public=20=F0=9F=A4=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/include/server.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/include/server.h b/core/include/server.h index 0d86edc..9de8c4b 100644 --- a/core/include/server.h +++ b/core/include/server.h @@ -149,6 +149,11 @@ class Server : public QObject { */ void updateHTTPAdvertiserConfig(); + /** + * @brief Checks if an IP is in a subnet of the IPBanlist. + **/ + bool isIPBanned(QHostAddress f_remote_IP); + /** * @brief Getter for an area specific buffer from the logger. */ @@ -302,11 +307,6 @@ class Server : public QObject { **/ void hookupLogger(AOClient* client); - /** - * @brief Checks if an IP is in a subnet of the IPBanlist. - **/ - bool isIPBanned(QHostAddress f_remote_IP); - /** * @brief The proxy used for WebSocket connections. *