#include "inspircd_config.h"
#include "inspircd.h"
#include "inspircd_io.h"
#include "inspircd_util.h"
#include <unistd.h>
#include <sys/errno.h>
#include <sys/ioctl.h>
#include <sys/utsname.h>
#include <time.h>
#include <string>
#include <hash_map>
#include <map>
#include <sstream>
#include <vector>
#include <deque>
#include "users.h"
#include "ctables.h"
#include "globals.h"
#include "modules.h"
#include "dynamic.h"
#include "wildcard.h"
#include "message.h"
#include "mode.h"
#include "xline.h"
#include "inspstring.h"
#include "helperfuncs.h"
Include dependency graph for channels.cpp:
Go to the source code of this file.
Namespaces | |
namespace | std |
Defines | |
#define | nspace std |
Variables | |
int | MODCOUNT = -1 |
std::vector< Module * > | modules |
std::vector< ircd_module * > | factory |
int | LogLevel |
char | ServerName [MAXBUF] |
char | Network [MAXBUF] |
char | ServerDesc [MAXBUF] |
char | AdminName [MAXBUF] |
char | AdminEmail [MAXBUF] |
char | AdminNick [MAXBUF] |
char | diepass [MAXBUF] |
char | restartpass [MAXBUF] |
char | motd [MAXBUF] |
char | rules [MAXBUF] |
char | list [MAXBUF] |
char | PrefixQuit [MAXBUF] |
char | DieValue [MAXBUF] |
int | debugging |
int | WHOWAS_STALE |
int | WHOWAS_MAX |
int | DieDelay |
time_t | startup_time |
int | NetBufferSize |
int | MaxWhoResults |
time_t | nb_start |
std::vector< std::string > | module_names |
int | boundPortCount |
int | portCount |
int | ports [MAXSOCKS] |
std::stringstream | config_f |
FILE * | log_file |
time_t | TIME |
std::vector< ModeParameter > | custom_mode_params |
|
Definition at line 53 of file channels.cpp. |
|
|
|
|
|
|
|
|
|
Referenced by userrec::HasPermission(). |
|
Definition at line 99 of file channels.cpp. Referenced by chanrec::GetModeParameter(), and chanrec::SetCustomModeParam(). |
|
|
|
|
|
|
|
|
|
|
|
Referenced by Server::GetUsers(). |
|
|
|
|
|
Definition at line 81 of file channels.cpp. |
|
Definition at line 1005 of file modules.cpp. Referenced by Server::FindModule(). |
|
Referenced by Server::FindModule(). |
|
Referenced by Server::FindModule(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by userrec::userrec(). |
|
|
|
Referenced by userrec::userrec(). |
|
|
|
|