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

Comparing ircd-hybrid-7.3/src/ircd_parser.y (file contents):
Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
Revision 1072 by michael, Wed Feb 17 22:58:23 2010 UTC

# Line 171 | Line 171 | unhook_hub_leaf_confs(void)
171   %token  DISABLE_HIDDEN
172   %token  DISABLE_LOCAL_CHANNELS
173   %token  DISABLE_REMOTE_COMMANDS
174 %token  DOT_IN_IP6_ADDR
174   %token  DOTS_IN_IDENT
175   %token  DURATION
176   %token  EGDPOOL_PATH
# Line 3179 | Line 3178 | general_item:       general_hide_spoof_i
3178                      general_default_cipher_preference |
3179                      general_compression_level | general_client_flood |
3180                      general_throttle_time | general_havent_read_conf |
3181 <                    general_dot_in_ip6_addr | general_ping_cookie |
3181 >                    general_ping_cookie |
3182                      general_disable_auth | general_burst_away |
3183                      general_tkline_expire_notices | general_gline_min_cidr |
3184                      general_gline_min_cidr6 | general_use_whois_actually |
# Line 3654 | Line 3653 | general_client_flood: T_CLIENT_FLOOD '='
3653    ConfigFileEntry.client_flood = $3;
3654   };
3655  
3657 general_dot_in_ip6_addr: DOT_IN_IP6_ADDR '=' TBOOL ';'
3658 {
3659  ConfigFileEntry.dot_in_ip6_addr = yylval.number;
3660 };
3656  
3657   /***************************************************************************
3658   *  section glines

Diff Legend

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