From 03be04a9a2d86a4568d09d5e1689dd7ef37c863a Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 14:52:12 +0000 Subject: Added extra docs for new config system git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2417 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/xline_8h.html | 166 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 152 insertions(+), 14 deletions(-) (limited to 'docs/module-doc/xline_8h.html') diff --git a/docs/module-doc/xline_8h.html b/docs/module-doc/xline_8h.html index 90b264090..cc11181c6 100644 --- a/docs/module-doc/xline_8h.html +++ b/docs/module-doc/xline_8h.html @@ -87,7 +87,7 @@ This graph shows which files directly or indirectly include this file:

void expire_lines () -void apply_lines () +void apply_lines (const int What) void stats_k (userrec *user) @@ -111,6 +111,17 @@ This graph shows which files directly or indirectly include this file:

bool qline_make_global (const char *nickname) +

Variables

+const int APPLY_GLINES = 1 + +const int APPLY_KLINES = 2 + +const int APPLY_QLINES = 4 + +const int APPLY_ZLINES = 8 + +const int APPLY_ALL = APPLY_GLINES | APPLY_KLINES | APPLY_QLINES | APPLY_ZLINES +

Function Documentation

@@ -161,7 +172,7 @@ This graph shows which files directly or indirectly include this file:

-Referenced by Server::AddELine(). +Referenced by Server::AddELine().

@@ -212,7 +223,7 @@ Referenced by Server::AddEL

-Referenced by Server::AddGLine(). +Referenced by Server::AddGLine().

@@ -263,7 +274,7 @@ Referenced by Server::AddGL

-Referenced by Server::AddKLine(). +Referenced by Server::AddKLine().

@@ -314,7 +325,7 @@ Referenced by Server::AddKL

-Referenced by Server::AddQLine(). +Referenced by Server::AddQLine().

@@ -365,10 +376,10 @@ Referenced by Server::AddQL

-Referenced by Server::AddZLine(). +Referenced by Server::AddZLine(). -

+

- + + @@ -422,7 +434,7 @@ Referenced by Server::AddZL

-Referenced by Server::DelELine(). +Referenced by Server::DelELine().

@@ -376,7 +387,8 @@ Referenced by Server::AddZL
void apply_lines const int  What  ) 

@@ -452,7 +464,7 @@ Referenced by Server::DelEL

-Referenced by Server::DelGLine(). +Referenced by Server::DelGLine().

@@ -482,7 +494,7 @@ Referenced by Server::DelGL

-Referenced by Server::DelKLine(). +Referenced by Server::DelKLine().

@@ -512,7 +524,7 @@ Referenced by Server::DelKL

-Referenced by Server::DelQLine(). +Referenced by Server::DelQLine().

@@ -542,7 +554,7 @@ Referenced by Server::DelQL

-Referenced by Server::DelZLine(). +Referenced by Server::DelZLine().

@@ -1083,7 +1095,133 @@ Referenced by Server::DelZL -


Generated on Mon Dec 12 18:31:01 2005 for InspIRCd by  +

Variable Documentation

+

+ + + + +
+ + + + +
const int APPLY_ALL = APPLY_GLINES | APPLY_KLINES | APPLY_QLINES | APPLY_ZLINES
+
+ + + + + +
+   + + +

+ +

+Definition at line 35 of file xline.h.

+

+ + + + +
+ + + + +
const int APPLY_GLINES = 1
+
+ + + + + +
+   + + +

+ +

+Definition at line 31 of file xline.h.

+

+ + + + +
+ + + + +
const int APPLY_KLINES = 2
+
+ + + + + +
+   + + +

+ +

+Definition at line 32 of file xline.h.

+

+ + + + +
+ + + + +
const int APPLY_QLINES = 4
+
+ + + + + +
+   + + +

+ +

+Definition at line 33 of file xline.h.

+

+ + + + +
+ + + + +
const int APPLY_ZLINES = 8
+
+ + + + + +
+   + + +

+ +

+Definition at line 34 of file xline.h.

+


Generated on Wed Dec 14 14:49:28 2005 for InspIRCd by  doxygen 1.4.4-20050815
-- cgit v1.2.3