X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=aa11bc9353206ab1f4588172715e2859659c4de8;hb=2cc57cb6020fcf2d6cbfa8f1ca2472bacf9817e3;hp=d80d8bb1408bad7254a4997fe0619b08a7491482;hpb=482194058738a873e2a92144e7bd8a36bc0cba81;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index d80d8bb..aa11bc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2004-12-13 Michael Poole + + * doc/example.conf: Update General block comment to mention + new RESOLVER option and to explain IPv6 support. + + * ircd/ircd_lexer.l: Recognize RESOLVER token. + + * ircd/ircd_parser.y: Declare RESOLVER token and use it in an + alternative for generalitem. + + * ircd/ircd_res.c: Define global ResolverAddr variable. If it is + valid, use it instead of VirtualHost in restart_resolver(). + 2004-12-13 Michael Poole * doc/example.conf: Update configuration to move Client block