The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CommandAuthenticate Class Reference

Inheritance diagram for CommandAuthenticate:

Inheritance graph
[legend]
Collaboration diagram for CommandAuthenticate:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CommandAuthenticate (InspIRCd *Instance, Module *creator)
CmdResult Handle (const std::vector< std::string > &parameters, User *user)
 Handle the command from a user.

Private Attributes

ModuleCreator

Detailed Description

Definition at line 159 of file m_sasl.cpp.


Constructor & Destructor Documentation

CommandAuthenticate::CommandAuthenticate InspIRCd Instance,
Module creator
[inline]
 

Definition at line 163 of file m_sasl.cpp.

References Command::source.


Member Function Documentation

CmdResult CommandAuthenticate::Handle const std::vector< std::string > &  parameters,
User user
[inline, virtual]
 

Handle the command from a user.

Parameters:
parameters The parameters for the command.
user The user who issued the command.
Returns:
Return CMD_SUCCESS on success, or CMD_FAILURE on failure. If the command succeeds but should remain local to this server, return CMD_LOCALONLY.

Implements Command.

Definition at line 168 of file m_sasl.cpp.

References CMD_FAILURE, Creator, Extensible::GetExt(), REG_ALL, User::registered, SaslAuthenticator::SendClientMessage(), and Command::ServerInstance.


Member Data Documentation

Module* CommandAuthenticate::Creator [private]
 

Definition at line 161 of file m_sasl.cpp.

Referenced by Handle().


The documentation for this class was generated from the following file: