Fix an IPcheck registry bug for IPv4 clients and a crash bug in /silence.
[ircu2.10.12-pk.git] / ChangeLog
index d5814aea7a0548bb6518570af987f658364394db..7cb6af267cd083f6a1e23da90619f99221086376 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2005-02-18  Michael Poole <mdpoole@troilus.org>
 
+       * ircd/IPcheck.c (ip_registry_find): Use canonical form of IP
+       address to look up and compare against hash entries.
+
+       * ircd/m_silence.c (forward_silences): When we reject a silence,
+       splice it out of the ban list.  Warn the user if he is local.
+
        * ircd/s_bsd.c (connect_inet): Set IP TOS for outbound server
        connections.