Optimize order of checks in if() to minimize calls to match_it().
[ircu2.10.12-pk.git] / ChangeLog
index e4d4aa8e491d1a9d947624a167fc4bcde46ea3a6..dafc314c96da8c12f3f2f6742a829cebda58b7aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-03-17  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/send.c (sendcmdto_match_butone): Move match_it() to the end
+       of the if() to minimize the number of expensive function calls.
+
+2009-03-17  Michael Poole <mdpoole@troilus.org>
+
+       * patches/diffs/antispambot.diff: Forward port a patch by Dianora
+       to add rudimentary spam bot detection to ircu.
+
 2009-02-08  Michael Poole <mdpoole@troilus.org>
 
        * include/client.h (ClearHub): New macro.