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

Comparing ircd-hybrid-7.2/src/s_conf.c (file contents):
Revision 102 by michael, Mon Oct 10 12:17:19 2005 UTC vs.
Revision 201 by adx, Tue Nov 1 11:41:52 2005 UTC

# Line 1860 | Line 1860 | set_default_conf(void)
1860    ConfigChannel.use_knock = YES;
1861    ConfigChannel.knock_delay = 300;
1862    ConfigChannel.knock_delay_channel = 60;
1863  ConfigChannel.invite_ops_only = YES;
1863    ConfigChannel.max_chans_per_user = 15;
1864    ConfigChannel.quiet_on_ban = YES;
1865    ConfigChannel.max_bans = 25;
# Line 2714 | Line 2713 | flush_deleted_I_P(void)
2713    struct ConfItem *conf;
2714    struct AccessItem *aconf;
2715    dlink_list * free_items [] = {
2716 <    &server_items, &oconf_items, &hub_items, &leaf_items, NULL
2716 >    &server_items, &oconf_items, NULL
2717    };
2718    dlink_list ** iterator = free_items; /* C is dumb */
2719  

Diff Legend

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