Changeset 801 for trunk/ithildin/modules/ircd/server.c
- Timestamp:
- 02/12/07 05:52:32 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/server.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/server.c
r787 r801 480 480 cp->last = me.now; 481 481 482 /* put it on the stage2 list. technically it should stay as stage2until482 /* put it on the unregistered list. it should stay unregistered until 483 483 * the negotiation is finished and server_register() is called. */ 484 LIST_INSERT_HEAD(ircd.connections. stage2, cp, lp);484 LIST_INSERT_HEAD(ircd.connections.unregistered, cp, lp); 485 485 proto->setup(cp); 486 486 … … 557 557 remove_hook(sock->datahook, server_connecting_hook); 558 558 sock->udata = sp->conn; /* set udata to what is expected */ 559 /* also, make sure IRCD_CONN_DONE() will test positive */560 cp->flags |= (IRCD_CONNFL_DNS | IRCD_CONNFL_IDENT);561 559 add_hook(sock->datahook, ircd_connection_datahook); 562 560 scp->srv = NULL; /* all done */
Note: See TracChangeset
for help on using the changeset viewer.
