372 |
time_t tsinfo; /**< TS on the nick, SVINFO on server */ |
time_t tsinfo; /**< TS on the nick, SVINFO on server */ |
373 |
|
|
374 |
unsigned int flags; /**< Client flags */ |
unsigned int flags; /**< Client flags */ |
375 |
unsigned int umodes; /**< Opers, normal users subset */ |
unsigned int umodes; /**< User modes this client has set */ |
376 |
unsigned int hopcount; /**< Number of servers to this 0 = local */ |
unsigned int hopcount; /**< Number of servers to this 0 = local */ |
377 |
unsigned int status; /**< Client type */ |
unsigned int status; /**< Client type */ |
378 |
unsigned int handler; /**< Handler index */ |
unsigned int handler; /**< Handler index */ |
416 |
*/ |
*/ |
417 |
char sockhost[HOSTIPLEN + 1]; /* This is the host name from the |
char sockhost[HOSTIPLEN + 1]; /* This is the host name from the |
418 |
socket ip address as string */ |
socket ip address as string */ |
419 |
char *certfp; |
char *certfp; /**< SSL certificate fingerprint */ |
420 |
}; |
}; |
421 |
|
|
422 |
|
|