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

Comparing ircd-hybrid-8/src/ircd.c (file contents):
Revision 1402 by michael, Wed May 9 18:42:45 2012 UTC vs.
Revision 1503 by michael, Tue Aug 14 09:05:58 2012 UTC

# Line 298 | Line 298 | static void
298   initialize_message_files(void)
299   {
300    init_message_file(USER_MOTD, MPATH, &ConfigFileEntry.motd);
301  init_message_file(OPER_MOTD, OPATH, &ConfigFileEntry.opermotd);
301    init_message_file(USER_LINKS, LIPATH, &ConfigFileEntry.linksfile);
302  
303    read_message_file(&ConfigFileEntry.motd);
305  read_message_file(&ConfigFileEntry.opermotd);
304    read_message_file(&ConfigFileEntry.linksfile);
305  
306    init_isupport();
# Line 510 | Line 508 | main(int argc, char *argv[])
508    ConfigFileEntry.rxlinefile = RXPATH; /* Server regex xline file   */
509    ConfigFileEntry.rklinefile = RKPATH; /* Server regex kline file   */
510    ConfigFileEntry.dlinefile  = DLPATH; /* dline file                */
513  ConfigFileEntry.glinefile  = GPATH;  /* gline log file            */
511    ConfigFileEntry.cresvfile  = CRESVPATH; /* channel resv file      */
512    ConfigFileEntry.nresvfile  = NRESVPATH; /* nick resv file         */
513    myargv = argv;
# Line 566 | Line 563 | main(int argc, char *argv[])
563    watch_init();
564    init_auth();          /* Initialise the auth code */
565    init_resolver();      /* Needs to be setup before the io loop */
566 +  modules_init();
567    read_conf_files(1);   /* cold start init conf files */
568    init_uid();
569    initialize_server_capabs();   /* Set up default_server_capabs */

Diff Legend

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