TrinityCore
Loading...
Searching...
No Matches
Trinity::Net::IpBanCheckHelpers Namespace Reference

Functions

TC_SHARED_API QueryCallback AsyncQuery (boost::asio::ip::address const &ipAddress)
 
TC_SHARED_API bool IsBanned (PreparedQueryResult const &result)
 
TC_SHARED_API void LogFailure (boost::asio::ip::address const &ipAddress)
 

Function Documentation

◆ AsyncQuery()

QueryCallback Trinity::Net::IpBanCheckHelpers::AsyncQuery ( boost::asio::ip::address const &  ipAddress)

Definition at line 23 of file IpBanCheckConnectionInitializer.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IsBanned()

bool Trinity::Net::IpBanCheckHelpers::IsBanned ( PreparedQueryResult const &  result)

Definition at line 30 of file IpBanCheckConnectionInitializer.cpp.

◆ LogFailure()

void Trinity::Net::IpBanCheckHelpers::LogFailure ( boost::asio::ip::address const &  ipAddress)

Definition at line 46 of file IpBanCheckConnectionInitializer.cpp.