ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/include/client.h
(Generate patch)

Comparing ircd-hybrid-7.2/include/client.h (file contents):
Revision 884 by michael, Wed Oct 24 21:51:21 2007 UTC vs.
Revision 885 by michael, Wed Oct 31 18:09:24 2007 UTC

# Line 117 | Line 117 | struct Client
117    unsigned short    status;     /* Client type */
118    unsigned char     handler;    /* Handler index */
119    unsigned long     serial;     /* used to enforce 1 send per nick */
120  unsigned long     lazyLinkClientExists; /* This client exists on the
121                                           * bit mapped lazylink servers
122                                           * mapped here
123                                           */
120    char *away;
121    /*
122     * client->name is the unique name for a client nick or host
# Line 128 | Line 124 | struct Client
124    char name[HOSTLEN + 1];
125    char id[IDLEN + 1];       /* client ID, unique ID per client */
126  
131  /*
132   * client->llname is used to store the clients requested nick
133   * temporarily for new connections.
134   */
135  char              llname[NICKLEN];
136
127    /*
128     * client->username is the username from ident or the USER message,
129     * If the client is idented the USER message is ignored, otherwise
# Line 224 | Line 214 | struct LocalUser
214    struct irc_ssaddr ip;
215    int               aftype;     /* Makes life easier for DNS res in IPV6 */
216    struct DNSQuery   *dns_query; /* result returned from resolver query */
227  unsigned long     serverMask; /* Only used for Lazy Links */
217    time_t last; /* Last time we got a PRIVMSG */
218    time_t            last_nick_change;
219    int               number_of_nick_changes;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines