X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=f2a2d42c1674dacb1f7d21c0cace8c9c92d4897f;hb=0b1c58ace7aad7919ce1ba9c7e58da9711e59dce;hp=6cc43f227938ff76181e9bea300a62d726222c82;hpb=a99ade7f2f67c7736881ebbd459fa17367760847;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 6cc43f2..f2a2d42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2004-09-13 Michael Poole + + * doc/example.conf: Remove sample VIRTUAL_HOST setting. + + * doc/readme.features: Remove VIRTUAL_HOST documentation, and + update NODNS documentation to match current behavior. + + * include/s_conf.h: Remove now-unused vhost_address field and + set_virtual_host() function. + + * include/ircd_features.h, ircd/ircd_features.c, ircd/s_debug.c: + Remove VIRTUAL_HOST. + + * ircd/ircd_auth.c, ircd/s_bsd.c: Use VirtualHost as local address + if we do not have a more specific alternate. + + * ircd/ircd_parser.y: Check for sanity in General blocks (from old + conf_add_local()) and assign vhost directly to VirtualHost. + + * ircd/ircd_res.c (irc_in_addr_valid): Fix thinko; obviously any + value will be either != 0 or != 0xffff. + + * ircd/os_generic.c: Use AF_INET instead of AF_INET6 when the + local addresses are specified as IPv4 addresses. + + * ircd/s_conf.c: Remove unused conf_add_local() and + set_virtual_host(). + 2004-09-13 Michael Poole * ircd/listener.c (add_listener): Consolidate duplicated code, and