Public Member Functions | |
bool | operator== (const login_log &l) const |
Public Attributes | |
std::string | ip |
int | attempts |
std::chrono::steady_clock::time_point | first_attempt |
Definition at line 110 of file server.hpp.
|
inline |
Definition at line 116 of file server.hpp.
References ip.
int wesnothd::server::login_log::attempts |
Definition at line 113 of file server.hpp.
std::chrono::steady_clock::time_point wesnothd::server::login_log::first_attempt |
Definition at line 114 of file server.hpp.
std::string wesnothd::server::login_log::ip |
Definition at line 112 of file server.hpp.
Referenced by operator==().