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

Comparing ircd-hybrid-7.2/src/ircd_parser.y (file contents):
Revision 885 by michael, Wed Oct 31 18:09:24 2007 UTC vs.
Revision 900 by michael, Sun Nov 4 13:49:52 2007 UTC

# Line 355 | Line 355 | unhook_hub_leaf_confs(void)
355   %token  T_NCHANGE
356   %token  T_OPERWALL
357   %token  T_REJ
358 + %token  T_SERVER
359   %token  T_SERVNOTICE
360   %token  T_SKILL
361   %token  T_SPY
# Line 1710 | Line 1711 | listen_flags_item: T_SSL
1711   {
1712    if (ypass == 2)
1713      listener_flags |= LISTENER_HIDDEN;
1714 + } | T_SERVER
1715 + {
1716 +  if (ypass == 2)
1717 +    listener_flags |= LISTENER_SERVER;
1718   };
1719  
1720 +
1721 +
1722   listen_items:   listen_items listen_item | listen_item;
1723   listen_item:    listen_port | listen_flags | listen_address | listen_host | error ';';
1724  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines