Prevent "GLINE +test", "GLINE +test" from creating duplicate G-lines.
[ircu2.10.12-pk.git] / ChangeLog
index adf1f9dc8d57c69ec1360a6ee63218f27cca95bc..c09464e6ca9482610f3cd244a88a98dd1bb1920e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
        * ircd/Makefile.in (install-*): Remove commented-out code to touch
        and chown MPATH and RPATH.
 
+       * ircd/gline.c (gline_find): Allow searching for host-based
+       G-lines by plain hostname (not *@host), thus preventing "GLINE
+       test ..." from inserting duplicate G-lines.
+
 2005-01-26  Michael Poole <mdpoole@troilus.org>
 
        * include/ircd_alloc.h (DoMallocZero): Parenthesize macro