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

m_dccallow.cpp File Reference

#include "inspircd.h"

Include dependency graph for m_dccallow.cpp:

Go to the source code of this file.

Classes

class  BannedFileList
class  DCCAllow
class  CommandDccallow
class  ModuleDCCAllow

Typedefs

typedef std::vector< User * > userlist
typedef std::vector< DCCAllowdccallowlist
typedef std::vector< BannedFileListbannedfilelist

Variables

static ConfigReaderConf
userlist ul
dccallowlistdl
bannedfilelist bfl


Typedef Documentation

typedef std::vector<BannedFileList> bannedfilelist
 

Definition at line 44 of file m_dccallow.cpp.

typedef std::vector<DCCAllow> dccallowlist
 

Definition at line 42 of file m_dccallow.cpp.

typedef std::vector<User *> userlist
 

Definition at line 40 of file m_dccallow.cpp.


Variable Documentation

bannedfilelist bfl
 

Definition at line 45 of file m_dccallow.cpp.

Referenced by ModuleDCCAllow::OnUserPreNotice(), and ModuleDCCAllow::ReadFileConf().

ConfigReader* Conf [static]
 

Definition at line 18 of file m_dccallow.cpp.

Referenced by BufferedSocket::BindAddr(), ListModeBase::DoRehash(), CloakUser::DoRehash(), CommandVhost::Handle(), CommandTitle::Handle(), ModuleChanProtect::LoadSettings(), Modulewatch::OnRehash(), ModuleSSLOpenSSL::OnRehash(), ModuleSQLOper::OnRehash(), ModuleSQLAuth::OnRehash(), ModuleSilence::OnRehash(), ModuleSetHost::OnRehash(), ModuleRLine::OnRehash(), ModuleOverride::OnRehash(), ModuleLDAPAuth::OnRehash(), ModuleHostChange::OnRehash(), ModuleQuitBan::OnRehash(), ModuleWaitPong::OnRehash(), ModuleChgHost::OnRehash(), ModuleCgiIRC::OnRehash(), ModuleCallerID::OnRehash(), ModuleBlockAmsg::OnRehash(), LogManager::OpenFileLogs(), ModuleSQLOper::OperUser(), ModuleBlockCAPS::ReadConf(), ModuleSQLLog::ReadConfig(), and SpanningTreeUtilities::ReadConfiguration().

dccallowlist* dl
 

Definition at line 43 of file m_dccallow.cpp.

Referenced by CommandDccallow::DisplayDCCAllowList(), ModuleDCCAllow::Expire(), CommandDccallow::Handle(), ModuleKickNoRejoin::OnChannelDelete(), KickRejoin::OnModeChange(), ModuleKickNoRejoin::OnUserKick(), ModuleKickNoRejoin::OnUserPreJoin(), ModuleDCCAllow::OnUserPreNotice(), and ModuleDCCAllow::RemoveNick().

userlist ul
 

Definition at line 41 of file m_dccallow.cpp.

Referenced by ModuleDCCAllow::Expire(), CommandDccallow::Handle(), ModuleDCCAllow::RemoveFromUserlist(), and ModuleDCCAllow::RemoveNick().