blob: be447b95d0526ed956c8e7c188d95f107e4fe2c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
.TH "InspIRCd" 3 "19 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
InspIRCd \-
.SH SYNOPSIS
.br
.PP
\fC#include <inspircd.h>\fP
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "void \fBMakeLowerMap\fP ()"
.br
.ti -1c
.RI "\fBstd::string\fP \fBGetRevision\fP ()"
.br
.ti -1c
.RI "\fBstd::string\fP \fBGetVersionString\fP ()"
.br
.ti -1c
.RI "char * \fBModuleError\fP ()"
.br
.ti -1c
.RI "bool \fBLoadModule\fP (const char *filename)"
.br
.ti -1c
.RI "bool \fBUnloadModule\fP (const char *filename)"
.br
.ti -1c
.RI "\fBInspIRCd\fP (int argc, char **argv)"
.br
.ti -1c
.RI "int \fBRun\fP ()"
.br
.in -1c
.SS "Public Attributes"
.in +1c
.ti -1c
.RI "time_t \fBstartup_time\fP"
.br
.ti -1c
.RI "\fBModeParser\fP * \fBModeGrok\fP"
.br
.ti -1c
.RI "CommandParser * \fBParser\fP"
.br
.ti -1c
.RI "\fBSocketEngine\fP * \fBSE\fP"
.br
.ti -1c
.RI "\fBserverstats\fP * \fBstats\fP"
.br
.in -1c
.SS "Private Member Functions"
.in +1c
.ti -1c
.RI "void \fBerase_factory\fP (int j)"
.br
.ti -1c
.RI "void \fBerase_module\fP (int j)"
.br
.in -1c
.SS "Private Attributes"
.in +1c
.ti -1c
.RI "char \fBMODERR\fP [MAXBUF]"
.br
.in -1c
.SH "Detailed Description"
.PP
Definition at line 99 of file inspircd.h.
.SH "Constructor & Destructor Documentation"
.PP
.SS "InspIRCd::InspIRCd (int argc, char ** argv)"
.PP
.SH "Member Function Documentation"
.PP
.SS "void InspIRCd::erase_factory (int j)\fC [private]\fP"
.PP
.SS "void InspIRCd::erase_module (int j)\fC [private]\fP"
.PP
.SS "\fBstd::string\fP InspIRCd::GetRevision ()"
.PP
.SS "\fBstd::string\fP InspIRCd::GetVersionString ()"
.PP
Referenced by Server::GetVersion().
.SS "bool InspIRCd::LoadModule (const char * filename)"
.PP
.SS "void InspIRCd::MakeLowerMap ()"
.PP
.SS "char* InspIRCd::ModuleError ()"
.PP
.SS "int InspIRCd::Run ()"
.PP
.SS "bool InspIRCd::UnloadModule (const char * filename)"
.PP
.SH "Member Data Documentation"
.PP
.SS "\fBModeParser\fP* \fBInspIRCd::ModeGrok\fP"
.PP
Definition at line 109 of file inspircd.h.
.PP
Referenced by Server::SendMode().
.SS "char \fBInspIRCd::MODERR\fP[MAXBUF]\fC [private]\fP"
.PP
Definition at line 103 of file inspircd.h.
.SS "CommandParser* \fBInspIRCd::Parser\fP"
.PP
Definition at line 110 of file inspircd.h.
.PP
Referenced by Server::AddCommand(), Server::CallCommandHandler(), force_nickchange(), and Server::IsValidModuleCommand().
.SS "\fBSocketEngine\fP* \fBInspIRCd::SE\fP"
.PP
Definition at line 111 of file inspircd.h.
.PP
Referenced by AddClient(), InspSocket::InspSocket(), kill_link(), kill_link_silent(), InspSocket::Poll(), and Server::UserToPseudo().
.SS "time_t \fBInspIRCd::startup_time\fP"
.PP
Definition at line 108 of file inspircd.h.
.SS "\fBserverstats\fP* \fBInspIRCd::stats\fP"
.PP
Definition at line 112 of file inspircd.h.
.PP
Referenced by force_nickchange(), and FullConnectUser().
.SH "Author"
.PP
Generated automatically by Doxygen for InspIRCd from the source code.
|