From bc0d192a35489b8f5c42aa381ab2b120957ef770 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 7 May 2005 15:35:21 +0000 Subject: Added final documentation for inspircd Beta 4 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1322 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/users_8h-source.html | 157 +++++++++++++++++++---------------- 1 file changed, 87 insertions(+), 70 deletions(-) (limited to 'docs/module-doc/users_8h-source.html') diff --git a/docs/module-doc/users_8h-source.html b/docs/module-doc/users_8h-source.html index 3427aae77..1ebbec1e5 100644 --- a/docs/module-doc/users_8h-source.html +++ b/docs/module-doc/users_8h-source.html @@ -54,81 +54,98 @@ 00059 char host[MAXBUF]; 00062 int pingtime; 00065 char pass[MAXBUF]; -00066 -00067 ConnectClass() -00068 { -00069 registration_timeout = 0; -00070 flood = 0; -00071 pingtime = 0; -00072 strlcpy(host,"",MAXBUF); -00073 strlcpy(pass,"",MAXBUF); -00074 } -00075 }; -00076 -00079 typedef std::vector<Invited> InvitedList; -00080 +00066 +00069 long threshold; +00070 +00071 ConnectClass() +00072 { +00073 registration_timeout = 0; +00074 flood = 0; +00075 pingtime = 0; +00076 threshold = 0; +00077 strlcpy(host,"",MAXBUF); +00078 strlcpy(pass,"",MAXBUF); +00079 } +00080 }; 00081 -00082 -00085 typedef std::vector<ConnectClass> ClassVector; +00084 typedef std::vector<Invited> InvitedList; +00085 00086 -00093 class userrec : public connection -00094 { -00095 private: -00096 -00099 InvitedList invites; -00100 public: -00101 -00106 char nick[NICKMAX]; -00107 -00110 char ident[64]; -00111 -00115 char dhost[256]; -00116 -00119 char fullname[128]; -00120 -00125 char modes[MAXBUF]; -00126 -00127 ucrec chans[MAXCHANS]; -00128 -00131 char server[256]; -00132 -00136 char awaymsg[512]; +00087 +00090 typedef std::vector<ConnectClass> ClassVector; +00091 +00098 class userrec : public connection +00099 { +00100 private: +00101 +00104 InvitedList invites; +00105 public: +00106 +00111 char nick[NICKMAX]; +00112 +00115 char ident[64]; +00116 +00120 char dhost[256]; +00121 +00124 char fullname[128]; +00125 +00130 char modes[MAXBUF]; +00131 +00132 ucrec chans[MAXCHANS]; +00133 +00136 char server[256]; 00137 -00141 char result[256]; +00141 char awaymsg[512]; 00142 -00147 int flood; -00148 -00153 unsigned long timeout; -00154 -00160 char oper[NICKMAX]; -00161 -00164 bool dns_done; -00165 -00168 unsigned long pingmax; -00169 -00174 char password[MAXBUF]; -00175 -00176 userrec(); -00177 -00178 virtual ~userrec() { } -00179 -00184 virtual char* GetFullHost(); -00185 -00191 virtual char* GetFullRealHost(); -00192 -00195 virtual bool IsInvited(char* channel); +00146 char result[256]; +00147 +00152 int flood; +00153 +00158 unsigned long timeout; +00159 +00165 char oper[NICKMAX]; +00166 +00169 bool dns_done; +00170 +00173 unsigned long pingmax; +00174 +00179 char password[MAXBUF]; +00180 +00185 std::string recvq; +00186 +00189 long lines_in; +00190 time_t reset_due; +00191 long threshold; +00192 +00193 userrec(); +00194 +00195 virtual ~userrec() { } 00196 -00199 virtual void InviteTo(char* channel); -00200 -00205 virtual void RemoveInvite(char* channel); -00206 -00211 bool HasPermission(char* command); -00212 -00213 }; -00214 -00215 -00216 #endif -
Generated on Tue Apr 26 17:11:44 2005 for InspIRCd by +00201 virtual char* GetFullHost(); +00202 +00208 virtual char* GetFullRealHost(); +00209 +00212 virtual bool IsInvited(char* channel); +00213 +00216 virtual void InviteTo(char* channel); +00217 +00222 virtual void RemoveInvite(char* channel); +00223 +00228 bool HasPermission(char* command); +00229 +00237 bool AddBuffer(std::string a); +00238 +00242 bool BufferIsReady(); +00243 +00246 void ClearBuffer(); +00247 +00255 std::string GetBuffer(); +00256 +00257 }; +00258 +00259 +00260 #endif +
Generated on Sat May 7 15:34:21 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3