From cd9f9a8add02597a2998ba74b803ed3fbf81314c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 27 Nov 2005 01:44:46 +0000 Subject: Added new documentation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/xline_8h.html | 514 ++++++++++++++++++------------------------ 1 file changed, 224 insertions(+), 290 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 30ed335e5..62098d9d5 100644 --- a/docs/module-doc/xline_8h.html +++ b/docs/module-doc/xline_8h.html @@ -1,155 +1,155 @@ - + InspIRCd: xline.h File Reference - -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members
+ +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members
+

xline.h File Reference

#include <typeinfo>
#include <iostream>
#include <string>
#include <deque>
#include <sstream>
#include <vector>
-#include "users.h"
-#include "channels.h"
+#include "users.h"
+#include "channels.h"

-Include dependency graph for xline.h:

Include dependency graph
+Include dependency graph for xline.h:

- - + + +

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

Included by dependency graph
+This graph shows which files directly or indirectly include this file:

- - + +

-Go to the source code of this file. +Go to the source code of this file.
- - + + - + + - - + + - - + + - - + - - + + - - - + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - +

Compounds

class  ELine

Classes

class  XLine
class  GLine
 XLine is the base class for ban lines such as G lines and K lines. More...
class  KLine
 GLine class. More...

class  KLine
 KLine class. More...
class  GLine
 KLine class. More...

class  QLine
 GLine class. More...
class  ELine
 QLine class. More...

class  XLine
class  ZLine
 XLine is the base class for ban lines such as G lines and K lines. More...

class  ZLine
 ZLine class. More...
class  QLine
 ZLine class. More...


Functions

void read_xline_defaults ()
 QLine class. More...

Functions

void read_xline_defaults ()
void add_gline (long duration, const char *source, const char *reason, const char *hostmask)
void add_gline (long duration, const char *source, const char *reason, const char *hostmask)
void add_qline (long duration, const char *source, const char *reason, const char *nickname)
void add_qline (long duration, const char *source, const char *reason, const char *nickname)
void add_zline (long duration, const char *source, const char *reason, const char *ipaddr)
void add_zline (long duration, const char *source, const char *reason, const char *ipaddr)
void add_kline (long duration, const char *source, const char *reason, const char *hostmask)
void add_kline (long duration, const char *source, const char *reason, const char *hostmask)
void add_eline (long duration, const char *source, const char *reason, const char *hostmask)
void add_eline (long duration, const char *source, const char *reason, const char *hostmask)
bool del_gline (const char *hostmask)
bool del_gline (const char *hostmask)
bool del_qline (const char *nickname)
bool del_qline (const char *nickname)
bool del_zline (const char *ipaddr)
bool del_zline (const char *ipaddr)
bool del_kline (const char *hostmask)
bool del_kline (const char *hostmask)
bool del_eline (const char *hostmask)
bool del_eline (const char *hostmask)
char * matches_qline (const char *nick)
char * matches_qline (const char *nick)
char * matches_gline (const char *host)
char * matches_gline (const char *host)
char * matches_zline (const char *ipaddr)
char * matches_zline (const char *ipaddr)
char * matches_kline (const char *host)
char * matches_kline (const char *host)
char * matches_exception (const char *host)
char * matches_exception (const char *host)
void expire_lines ()
void expire_lines ()
void apply_lines ()
void apply_lines ()
void stats_k (userrec *user)
void stats_k (userrec *user)
void stats_g (userrec *user)
void stats_g (userrec *user)
void stats_q (userrec *user)
void stats_q (userrec *user)
void stats_z (userrec *user)
void stats_z (userrec *user)
void stats_e (userrec *user)
void stats_e (userrec *user)
void gline_set_creation_time (char *host, time_t create_time)
void gline_set_creation_time (char *host, time_t create_time)
void qline_set_creation_time (char *nick, time_t create_time)
void qline_set_creation_time (char *nick, time_t create_time)
void zline_set_creation_time (char *ip, time_t create_time)
void zline_set_creation_time (char *ip, time_t create_time)
bool zline_make_global (const char *ipaddr)
bool zline_make_global (const char *ipaddr)
bool qline_make_global (const char *nickname)
void sync_xlines (serverrec *serv, char *tcp_host)
bool qline_make_global (const char *nickname)


Function Documentation

-

- +

+

- + - - + + - - + + - - + + - + -
void add_eline void add_eline long  duration,
const char *  source,
const char *  reason,
const char *  hostmask
- +
+Referenced by Server::AddELine().
  @@ -159,49 +159,48 @@ This graph shows which files directly or indirectly include this file:

-Referenced by Server::AddELine().

-

- +

+

- + - - + + - - + + - - + + - + -
void add_gline void add_gline long  duration,
const char *  source,
const char *  reason,
const char *  hostmask
- +
+Referenced by Server::AddGLine().
  @@ -211,49 +210,48 @@ Referenced by Server::AddEL

-Referenced by Server::AddGLine().

-

- +

+

- + - - + + - - + + - - + + - + -
void add_kline void add_kline long  duration,
const char *  source,
const char *  reason,
const char *  hostmask
- +
+Referenced by Server::AddKLine().
  @@ -263,49 +261,48 @@ Referenced by Server::AddGL

-Referenced by Server::AddKLine().

-

- +

+

- + - - + + - - + + - - + + - + -
void add_qline void add_qline long  duration,
const char *  source,
const char *  reason,
const char *  nickname
- +
+Referenced by Server::AddQLine().
  @@ -315,49 +312,48 @@ Referenced by Server::AddKL

-Referenced by Server::AddQLine().

-

- +

+

- + - - + + - - + + - - + + - + -
void add_zline void add_zline long  duration,
const char *  source,
const char *  reason,
const char *  ipaddr
- +
+Referenced by Server::AddZLine().
  @@ -367,27 +363,26 @@ Referenced by Server::AddQL

-Referenced by Server::AddZLine().

-

- +

+

- + -
void apply_lines void apply_lines  ) 
- +
  @@ -398,25 +393,24 @@ Referenced by Server::AddZL
-

- +

+

- + -
bool del_eline bool del_eline const char *  hostmask  ) 
- +
+Referenced by Server::DelELine().
  @@ -426,28 +420,27 @@ Referenced by Server::AddZL

-Referenced by Server::DelELine().

-

- +

+

- + -
bool del_gline bool del_gline const char *  hostmask  ) 
- +
+Referenced by Server::DelGLine().
  @@ -457,28 +450,27 @@ Referenced by Server::DelEL

-Referenced by Server::DelGLine().

-

- +

+

- + -
bool del_kline bool del_kline const char *  hostmask  ) 
- +
+Referenced by Server::DelKLine().
  @@ -488,28 +480,27 @@ Referenced by Server::DelGL

-Referenced by Server::DelKLine().

-

- +

+

- + -
bool del_qline bool del_qline const char *  nickname  ) 
- +
+Referenced by Server::DelQLine().
  @@ -519,28 +510,27 @@ Referenced by Server::DelKL

-Referenced by Server::DelQLine().

-

- +

+

- + -
bool del_zline bool del_zline const char *  ipaddr  ) 
- +
+Referenced by Server::DelZLine().
  @@ -550,27 +540,26 @@ Referenced by Server::DelQL

-Referenced by Server::DelZLine().

-

- +

+

- + -
void expire_lines void expire_lines  ) 
- +
  @@ -581,34 +570,33 @@ Referenced by Server::DelZL
-

- +

+

- + - - + + - + -
void gline_set_creation_time void gline_set_creation_time char *  host,
time_t  create_time
- +
  @@ -619,25 +607,24 @@ Referenced by Server::DelZL
-

- +

+

- + -
char* matches_exception char* matches_exception const char *  host  ) 
- +
  @@ -648,25 +635,24 @@ Referenced by Server::DelZL
-

- +

+

- + -
char* matches_gline char* matches_gline const char *  host  ) 
- +
  @@ -677,25 +663,24 @@ Referenced by Server::DelZL
-

- +

+

- + -
char* matches_kline char* matches_kline const char *  host  ) 
- +
  @@ -706,25 +691,24 @@ Referenced by Server::DelZL
-

- +

+

- + -
char* matches_qline char* matches_qline const char *  nick  ) 
- +
  @@ -735,25 +719,24 @@ Referenced by Server::DelZL
-

- +

+

- + -
char* matches_zline char* matches_zline const char *  ipaddr  ) 
- +
  @@ -764,25 +747,24 @@ Referenced by Server::DelZL
-

- +

+

- + -
bool qline_make_global bool qline_make_global const char *  nickname  ) 
- +
  @@ -793,34 +775,33 @@ Referenced by Server::DelZL
-

- +

+

- + - - + + - + -
void qline_set_creation_time void qline_set_creation_time char *  nick,
time_t  create_time
- +
  @@ -831,24 +812,23 @@ Referenced by Server::DelZL
-

- +

+

- + -
void read_xline_defaults void read_xline_defaults  ) 
- +
  @@ -859,25 +839,24 @@ Referenced by Server::DelZL
-

- +

+

- + -
void stats_e void stats_e userrec user  ) 
- +
  @@ -888,25 +867,24 @@ Referenced by Server::DelZL
-

- +

+

- + -
void stats_g void stats_g userrec user  ) 
- +
  @@ -917,25 +895,24 @@ Referenced by Server::DelZL
-

- +

+

- + -
void stats_k void stats_k userrec user  ) 
- +
  @@ -946,25 +923,24 @@ Referenced by Server::DelZL
-

- +

+

- + -
void stats_q void stats_q userrec user  ) 
- +
  @@ -975,63 +951,24 @@ Referenced by Server::DelZL
-

- +

+

- -
- + - -
void stats_z void stats_z userrec user  ) 
-
- - - - - -
-   - - -

-

-

- - -
- - - - - - - - - - - - - - - - - - -
void sync_xlines serverrec serv,
char *  tcp_host
- +
  @@ -1042,25 +979,24 @@ Referenced by Server::DelZL
-

- +

+

- + -
bool zline_make_global bool zline_make_global const char *  ipaddr  ) 
- +
  @@ -1071,34 +1007,33 @@ Referenced by Server::DelZL
-

- +

+

- + - - + + - + -
void zline_set_creation_time void zline_set_creation_time char *  ip,
time_t  create_time
- +
  @@ -1109,9 +1044,8 @@ Referenced by Server::DelZL
-


Generated on Mon May 30 05:16:22 2005 for InspIRCd by +
Generated on Sun Nov 27 01:43:24 2005 for InspIRCd by  -doxygen -1.3.3
+doxygen 1.4.4-20050815
-- cgit v1.2.3