#include <struct.h>
Public Member Functions | |
LIST_ENTRY (_userlist) ul_lst | |
List pointers. | |
Public Attributes | |
char | nick [NICKLEN] |
Nickname buffer. | |
char | user [USERLEN] |
Username buffer. | |
u_char | badpws |
Number bad passwords by this user. | |
char * | host |
Hostname buffer. | |
char * | gecos |
Realname field of online user. | |
unsigned int | oflags |
Online user flags. | |
RateInfo | floodlevel |
Rate of commands and flood detection. | |
unsigned int | caccess |
Level of identification to present nickname. | |
time_t | timestamp |
Time of user signon (UTC). | |
ChanList * | chan [NICKCHANHASHSIZE] |
Hash of channels user is in. | |
RegNickList * | reg |
Pointer to a registered nickname. | |
IdentifyData | id |
Identification information. | |
RegId | idnum |
Online user identifier. | |
u_int32_t | auth_cookie |
Cookie used for hash-based authentication to nicknames. |
Definition at line 314 of file struct.h.