| 605 |
|
init_class(); |
| 606 |
|
init_whowas(); |
| 607 |
|
watch_init(); |
| 608 |
+ |
init_auth(); /* Initialise the auth code */ |
| 609 |
+ |
init_resolver(); /* Needs to be setup before the io loop */ |
| 610 |
|
read_conf_files(1); /* cold start init conf files */ |
| 611 |
|
me.id[0] = '\0'; |
| 612 |
|
init_uid(); |
| 611 |
– |
init_auth(); /* Initialise the auth code */ |
| 612 |
– |
#ifndef _WIN32 |
| 613 |
– |
init_resolver(); /* Needs to be setup before the io loop */ |
| 614 |
– |
#endif |
| 613 |
|
initialize_server_capabs(); /* Set up default_server_capabs */ |
| 614 |
|
initialize_global_set_options(); |
| 615 |
|
init_channels(); |