From 80acf05785484ea822472b1c3ea678e82dfb5cfe Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 27 Jan 2003 00:28:57 +0000 Subject: ... git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@157 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classuserrec.html | 40 +++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'docs/module-doc/classuserrec.html') diff --git a/docs/module-doc/classuserrec.html b/docs/module-doc/classuserrec.html index 3ca14b4af..aa54ae1f8 100644 --- a/docs/module-doc/classuserrec.html +++ b/docs/module-doc/classuserrec.html @@ -61,7 +61,7 @@ Everything about a connection is stored here primarily, from the user's socket I

-Definition at line 88 of file users.h.


Constructor & Destructor Documentation

+Definition at line 92 of file users.h.

Constructor & Destructor Documentation

@@ -91,7 +91,7 @@ Definition at line 88 of fi

Definition at line 26 of file users.cpp.

-References connection::bytes_in, connection::bytes_out, ucrec::channel, chans, connection::cmds_in, connection::cmds_out, connection::fd, connection::haspassed, connection::idle_lastmsg, invites, connection::ip, connection::lastping, connection::nping, connection::port, connection::registered, and connection::signon. +References connection::bytes_in, connection::bytes_out, ucrec::channel, chans, connection::cmds_in, connection::cmds_out, connection::fd, connection::haspassed, connection::idle_lastmsg, invites, connection::ip, connection::lastping, connection::nping, connection::port, connection::registered, and connection::signon.

00027 {
 00028         // the PROPER way to do it, AVOID bzero at *ALL* costs
@@ -145,9 +145,9 @@ References connection::byt
 

-Definition at line 140 of file users.h. +Definition at line 144 of file users.h.

-

00140 {  }
+
00144 {  }
 
@@ -183,7 +183,7 @@ Returns the full displayed host of the user This member function returns the hos

Definition at line 51 of file users.cpp.

-References result. +References result.

00052 {
 00053         sprintf(result,"%s!%s@%s",nick,ident,dhost);
@@ -223,7 +223,7 @@ If any form of hostname cloaking is in operation, e.g. through a module, then th
 

Definition at line 58 of file users.cpp.

-References result. +References result.

00059 {
 00060         sprintf(result,"%s!%s@%s",nick,ident,host);
@@ -264,7 +264,7 @@ Adds a channel to a users invite list (invites them to a channel).
 

Definition at line 75 of file users.cpp.

-References Invited::channel, and invites. +References Invited::channel, and invites.

00076 {
 00077         Invited i;
@@ -306,7 +306,7 @@ Returns true if a user is invited to a channel.
 

Definition at line 64 of file users.cpp.

-References invites. +References invites.

00065 {
 00066         for (InvitedList::iterator i = invites.begin(); i != invites.end(); i++)
@@ -352,7 +352,7 @@ This member function is called on successfully joining an invite only channel to
 

Definition at line 82 of file users.cpp.

-References invites. +References invites.

00083 {
 00084         for (InvitedList::iterator i = invites.begin(); i != invites.end(); i++)
@@ -391,7 +391,7 @@ The user's away message.
 

If this string is empty, the user is not marked as away.

-Definition at line 131 of file users.h. +Definition at line 135 of file users.h.

@@ -415,7 +415,7 @@ Definition at line 131 of f

-Definition at line 122 of file users.h. +Definition at line 126 of file users.h.

Referenced by userrec(). @@ -443,7 +443,7 @@ The host displayed to non-opers (used for cloaking etc).

This usually matches the value of userrec::host.

-Definition at line 110 of file users.h. +Definition at line 114 of file users.h.

@@ -469,7 +469,7 @@ The users full name.

-Definition at line 114 of file users.h. +Definition at line 118 of file users.h.

@@ -495,7 +495,7 @@ The users ident reply.

-Definition at line 105 of file users.h. +Definition at line 109 of file users.h.

@@ -521,7 +521,7 @@ A list of channels the user has a pending invite to.

-Definition at line 94 of file users.h. +Definition at line 98 of file users.h.

Referenced by InviteTo(), IsInvited(), RemoveInvite(), and userrec(). @@ -549,7 +549,7 @@ The user's mode string.

This may contain any of the following RFC characters: o, w, s, i Your module may define other mode characters as it sees fit.

-Definition at line 120 of file users.h. +Definition at line 124 of file users.h.

@@ -575,7 +575,7 @@ The users nickname.

An invalid nickname indicates an unregistered connection prior to the NICK command.

-Definition at line 101 of file users.h. +Definition at line 105 of file users.h.

@@ -601,7 +601,7 @@ Stores the result of the last GetFullHost or GetRealHost call.

You may use this to increase the speed of use of this class.

-Definition at line 136 of file users.h. +Definition at line 140 of file users.h.

Referenced by GetFullHost(), and GetFullRealHost(). @@ -629,12 +629,12 @@ The server the user is connected to.

-Definition at line 126 of file users.h. +Definition at line 130 of file users.h.


The documentation for this class was generated from the following files: -
Generated on Mon Jan 27 00:16:43 2003 for InspIRCd by +
Generated on Mon Jan 27 00:23:14 2003 for InspIRCd by doxygen1.3-rc2
-- cgit v1.2.3