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

Comparing ircd-hybrid-7.3/src/ircd_parser.y (file contents):
Revision 1117 by michael, Tue Dec 21 15:01:46 2010 UTC vs.
Revision 1118 by michael, Thu Jan 6 13:39:10 2011 UTC

# Line 180 | Line 180 | unhook_hub_leaf_confs(void)
180   %token  EXCEED_LIMIT
181   %token  EXEMPT
182   %token  FAILED_OPER_NOTICE
183 %token  FAKENAME
183   %token  IRCD_FLAGS
184   %token  FLATTEN_LINKS
185   %token  FFAILED_OPERLOG
# Line 2307 | Line 2306 | connect_name_b: | connect_name_t;
2306   connect_items:  connect_items connect_item | connect_item;
2307   connect_item:   connect_name | connect_host | connect_vhost |
2308                  connect_send_password | connect_accept_password |
2309 <                connect_aftype | connect_port | connect_fakename |
2309 >                connect_aftype | connect_port |
2310                  connect_flags | connect_hub_mask | connect_leaf_mask |
2311                  connect_class | connect_encrypted |
2312                  connect_rsa_public_key_file | connect_cipher_preference |
# Line 2426 | Line 2425 | connect_aftype: AFTYPE '=' T_IPV4 ';'
2425   #endif
2426   };
2427  
2429 connect_fakename: FAKENAME '=' QSTRING ';'
2430 {
2431  if (conf_parser_ctx.pass == 2)
2432  {
2433    MyFree(yy_aconf->fakename);
2434    DupString(yy_aconf->fakename, yylval.string);
2435  }
2436 };
2437
2428   connect_flags: IRCD_FLAGS
2429   {
2430   } '='  connect_flags_items ';';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines