#include "inspircd_config.h"
#include <string>
#include <stdio.h>
#include <unistd.h>
#include <signal.h>
#include <time.h>
#include <netdb.h>
#include <string.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <deque>
#include "inspircd_io.h"
#include "users.h"
#include "channels.h"
#include "socket.h"
#include "mode.h"
#include "socketengine.h"
#include "command_parse.h"
Include dependency graph for inspircd.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | serverstats |
class | InspIRCd |
Defines | |
#define | ERROR -1 |
#define | TRUE 1 |
#define | FALSE 0 |
#define | MAXSOCKS 64 |
#define | MAXCOMMAND 32 |
Functions | |
void | AddServerName (std::string servername) |
const char * | FindServerNamePtr (std::string servername) |
|
Definition at line 51 of file inspircd.h. Referenced by InspSocket::InspSocket(). |
|
Definition at line 53 of file inspircd.h. |
|
Definition at line 55 of file inspircd.h. |
|
Definition at line 54 of file inspircd.h. |
|
Definition at line 52 of file inspircd.h. |
|
|
|
Referenced by AddClient(), and userrec::userrec(). |