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 125 of file server.hpp.
|
inline |
Definition at line 131 of file server.hpp.
References ip.
| int wesnothd::server::login_log::attempts |
Definition at line 128 of file server.hpp.
| std::chrono::steady_clock::time_point wesnothd::server::login_log::first_attempt |
Definition at line 129 of file server.hpp.
| std::string wesnothd::server::login_log::ip |
Definition at line 127 of file server.hpp.
Referenced by operator==().