Fix the irregular IP ban bug harder.
[ircu2.10.12-pk.git] / ChangeLog
index 96e23aa35003eb2c213be237da6f1064f35983f4..ca229557ce19ed2e74edad687ae8e1173ae7675c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-08  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/channel.c (find_ban): For non-IPmask bans, match the ban
+       string against the string form of the client's IP address.
+
 2005-07-16  Michael Poole <mdpoole@troilus.org>
 
        * configure.in: Apply a test for socklen_t that Reed found.