ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/auth.c
(Generate patch)

Comparing ircd-hybrid-7.2/src/s_auth.c (file contents):
Revision 397 by nenolod, Fri Feb 3 22:08:10 2006 UTC vs.
Revision 650 by michael, Thu Jun 8 07:00:17 2006 UTC

# Line 117 | Line 117 | make_auth_request(struct Client *client)
117    request->client  = client;
118    request->timeout = CurrentTime + CONNECTTIMEOUT;
119  
120 <  return (request);
120 >  return request;
121   }
122  
123   /*
# Line 135 | Line 135 | release_auth_client(struct Client *clien
135     */
136    client->localClient->allow_read = MAX_FLOOD;
137    comm_setflush(&client->localClient->fd, 1000, flood_recalc, client);
138 +
139    if ((client->node.prev != NULL) || (client->node.next != NULL))
140    {
141      sendto_realops_flags(UMODE_ALL, L_OPER,
# Line 146 | Line 147 | release_auth_client(struct Client *clien
147    }
148    else
149      dlinkAdd(client, &client->node, &global_client_list);
150 +
151 +  client_p->since  = client_p->lasttime = client_p->firsttime = CurrentTime;
152 +  client_p->flags |= FLAGS_FINISHED_AUTH;
153 +
154    read_packet(&client->localClient->fd, client);
155   }
156  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)