|
|||
|
|||
|
#include "configreader.h"#include "users.h"#include "channels.h"#include "modules.h"#include "commands/cmd_whois.h"#include "commands/cmd_stats.h"#include "socket.h"#include "inspircd.h"#include "wildcard.h"#include "xline.h"#include "transport.h"#include "m_spanningtree/utils.h"Include dependency graph for treesocket.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | TreeSocket |
| Every SERVER connection inbound or outbound is represented by an object of type TreeSocket. More... | |
| struct | cmd_validation |
| struct | cap_validation |
Enumerations | |
| enum | ServerState { LISTENER, CONNECTING, WAIT_AUTH_1, WAIT_AUTH_2, CONNECTED } |
|
|
Definition at line 65 of file treesocket.h. 00065 { LISTENER, CONNECTING, WAIT_AUTH_1, WAIT_AUTH_2, CONNECTED };
|