|
|||
|
|||
|


Public Member Functions | |
| CommandMkpasswd (InspIRCd *Instance, Module *S, hashymodules &h, std::deque< std::string > &n) | |
| void | MakeHash (User *user, const char *algo, const char *stuff) |
| CmdResult | Handle (const std::vector< std::string > ¶meters, User *user) |
| Handle the command from a user. | |
Private Attributes | |
| Module * | Sender |
| hashymodules & | hashers |
| std::deque< std::string > & | names |
Definition at line 24 of file m_password_hash.cpp.
|
||||||||||||||||||||
|
Definition at line 30 of file m_password_hash.cpp. References Command::source, and Command::syntax. |
|
||||||||||||
|
Handle the command from a user.
Implements Command. Definition at line 60 of file m_password_hash.cpp. References CMD_FAILURE, and MakeHash(). |
|
||||||||||||||||
|
Definition at line 37 of file m_password_hash.cpp. References hashers, names, User::nick, Sender, and User::WriteServ(). Referenced by Handle(). |
|
|
Definition at line 27 of file m_password_hash.cpp. Referenced by MakeHash(). |
|
|
Definition at line 28 of file m_password_hash.cpp. Referenced by MakeHash(). |
|
|
Definition at line 26 of file m_password_hash.cpp. Referenced by MakeHash(). |