Public Member Functions | |
login_log (std::string _ip, int _attempts, time_t _first_attempt) | |
bool | operator== (const login_log &l) const |
Public Attributes | |
std::string | ip |
int | attempts |
time_t | first_attempt |
Definition at line 101 of file server.hpp.
|
inline |
Definition at line 102 of file server.hpp.
|
inline |
Definition at line 108 of file server.hpp.
References ip.
int wesnothd::server::login_log::attempts |
Definition at line 105 of file server.hpp.
time_t wesnothd::server::login_log::first_attempt |
Definition at line 106 of file server.hpp.
std::string wesnothd::server::login_log::ip |
Definition at line 104 of file server.hpp.
Referenced by wesnothd::server::handle_login(), and operator==().