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

Comparing ircd-hybrid/branches/8.2.x/src/conf.c (file contents):
Revision 4299 by michael, Sun Jul 20 13:51:28 2014 UTC vs.
Revision 4314 by michael, Thu Jul 31 18:53:31 2014 UTC

# Line 1080 | Line 1080 | set_default_conf(void)
1080    ServerInfo.max_clients = MAXCLIENTS_MAX;
1081    ServerInfo.max_nick_length = 9;
1082    ServerInfo.max_topic_length = 80;
1083
1083    ServerInfo.hub = 0;
1084    ServerInfo.dns_host.sin_addr.s_addr = 0;
1085    ServerInfo.dns_host.sin_port = 0;
1086 +
1087    AdminInfo.name = NULL;
1088    AdminInfo.email = NULL;
1089    AdminInfo.description = NULL;
# Line 1114 | Line 1114 | set_default_conf(void)
1114    ConfigServerHide.hide_server_ips = 0;
1115    ConfigServerHide.disable_remote_commands = 0;
1116  
1117 +  ConfigFileEntry.away_count = 2;
1118 +  ConfigFileEntry.away_time = 10;
1119    ConfigFileEntry.service_name = xstrdup(SERVICE_NAME_DEFAULT);
1120    ConfigFileEntry.max_watch = WATCHSIZE_DEFAULT;
1121    ConfigFileEntry.cycle_on_host_change = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines