From 88dd74fc84b574f17673338c6d42123570f464da Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 12 May 2005 23:06:51 +0000 Subject: Added docs for new smaller memory footprint classes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1371 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/users_8h-source.html | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 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 8a6aee69e..92a802dc1 100644 --- a/docs/module-doc/users_8h-source.html +++ b/docs/module-doc/users_8h-source.html @@ -48,14 +48,14 @@ 00045 class ConnectClass : public classbase 00046 { 00047 public: -00050 int type; +00050 char type; 00053 int registration_timeout; 00056 int flood; 00059 char host[MAXBUF]; 00062 int pingtime; 00065 char pass[MAXBUF]; 00066 -00069 long threshold; +00069 int threshold; 00070 00073 long sendqmax; 00074 @@ -89,9 +89,9 @@ 00116 00121 char nick[NICKMAX]; 00122 -00125 char ident[64]; +00125 char ident[16]; 00126 -00130 char dhost[256]; +00130 char dhost[160]; 00131 00134 char fullname[128]; 00135 @@ -107,13 +107,13 @@ 00157 00162 int flood; 00163 -00168 unsigned long timeout; +00168 unsigned int timeout; 00169 00175 char oper[NICKMAX]; 00176 00179 bool dns_done; 00180 -00183 unsigned long pingmax; +00183 unsigned int pingmax; 00184 00189 char password[MAXBUF]; 00190 @@ -121,7 +121,7 @@ 00196 00200 std::string sendq; 00201 -00204 long lines_in; +00204 int lines_in; 00205 time_t reset_due; 00206 long threshold; 00207 @@ -167,9 +167,20 @@ 00310 00311 }; 00312 -00313 -00314 #endif -
Generated on Thu May 12 02:25:14 2005 for InspIRCd by +00315 class WhoWasUser +00316 { +00317 public: +00318 char nick[NICKMAX]; +00319 char ident[16]; +00320 char dhost[160]; +00321 char host[160]; +00322 char fullname[128]; +00323 char server[256]; +00324 time_t signon; +00325 }; +00326 +00327 #endif +
Generated on Thu May 12 22:58:59 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3