Typedefs | |
| typedef net6::login::error | error |
Functions | |
| std::string | errstring (error err) |
| std::string | errstring (error err) |
Variables | |
| const error | ERROR_COLOUR_IN_USE |
| const error | ERROR_WRONG_GLOBAL_PASSWORD |
| const error | ERROR_WRONG_USER_PASSWORD |
| const error | ERROR_PROTOCOL_VERSION_MISMATCH |
| const error | ERROR_NOT_ENCRYPTED |
| const error | ERROR_MAX |
| typedef net6::login::error obby::login::error |
| std::string obby::login::errstring | ( | error | err | ) |
Definition at line 36 of file error.cpp.
References obby::_(), ERROR_COLOUR_IN_USE, ERROR_NOT_ENCRYPTED, ERROR_PROTOCOL_VERSION_MISMATCH, ERROR_WRONG_GLOBAL_PASSWORD, and ERROR_WRONG_USER_PASSWORD.
| std::string obby::login::errstring | ( | error | err | ) |
Definition at line 36 of file error.cpp.
References obby::_(), ERROR_COLOUR_IN_USE, ERROR_NOT_ENCRYPTED, ERROR_PROTOCOL_VERSION_MISMATCH, ERROR_WRONG_GLOBAL_PASSWORD, and ERROR_WRONG_USER_PASSWORD.
Definition at line 23 of file error.cpp.
Referenced by errstring(), obby::basic_server_buffer< Document, Selector >::on_auth(), and obby::basic_client_buffer< Document, Selector >::on_login_failed().
Definition at line 31 of file error.cpp.
Referenced by errstring(), and obby::basic_server_buffer< Document, Selector >::on_auth().
Definition at line 29 of file error.cpp.
Referenced by errstring(), and obby::basic_client_buffer< Document, Selector >::on_net_welcome().
Definition at line 25 of file error.cpp.
Referenced by errstring(), obby::basic_server_buffer< Document, Selector >::on_auth(), and obby::basic_client_buffer< Document, Selector >::on_login_failed().
Definition at line 27 of file error.cpp.
Referenced by errstring(), obby::basic_server_buffer< Document, Selector >::on_auth(), and obby::basic_client_buffer< Document, Selector >::on_login_failed().
1.5.1