Fix bug in last commit to find_ban().
[ircu2.10.12-pk.git] / ChangeLog
index f927cd44c9407af18068adf074e361db5d25eba5..d63a47d184018b27403435f9064821d0c800a687 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-09-13  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/channel.c (find_ban): Revert to older style of comparison,
+       fixing the sense of one check.  Spotted by Alex Badea.
+
+2005-09-13  Alex Badea <vamposdecampos@gmail.com>
+
+       * ircd/ircd.c (try_connections): modify autoreconnect logic to
+       allow FEAT_CONNECTFREQUENCY to be smaller than Class connectfreq
+
 2005-09-13  Alex Badea <vamposdecampos@gmail.com>
 
        * ircd/s_conf.c (close_mappings): NULL out GlobalServiceMapList,