Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2007-08-09 03:46:31 UTC

Modified files:
  Tag: u2_10_12_branch
     ircd/s_auth.c ChangeLog

Log message:

Remove duplicate end-of-stats replies for /stats iauth and /stats iauthconf.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.710.2.197 ircu2.10/ChangeLog:1.710.2.198
--- ircu2.10/ChangeLog:1.710.2.197      Fri Jul 20 21:52:02 2007
+++ ircu2.10/ChangeLog  Wed Aug  8 20:46:20 2007
@@ -1,3 +1,15 @@
+2007-08-08  Michael Poole <[EMAIL PROTECTED]>
+
+       * ircd/s_auth.c (report_iauth_conf): Remove end-of-stats message;
+       m_stats() already does that.
+
+       (report_iauth_stats): Likewise.
+
+2007-08-08  Michael Poole <[EMAIL PROTECTED]>
+
+       * include/res.h (irc_in_addr_is_ipv4): Fix classification of
+       addresses like 0.0.0.0.
+
 2007-07-21  Perry Lorier <[EMAIL PROTECTED]>
 
        * ircd/s_user.c: Move set_nick_name() to use set_user_mode(),
Index: ircu2.10/ircd/s_auth.c
diff -u ircu2.10/ircd/s_auth.c:1.37.2.24 ircu2.10/ircd/s_auth.c:1.37.2.25
--- ircu2.10/ircd/s_auth.c:1.37.2.24    Fri Jul 13 19:40:01 2007
+++ ircu2.10/ircd/s_auth.c      Wed Aug  8 20:46:20 2007
@@ -31,7 +31,7 @@
  */
 /** @file
  * @brief Implementation of DNS and ident lookups.
- * @version $Id: s_auth.c,v 1.37.2.24 2007/07/14 02:40:01 isomer Exp $
+ * @version $Id: s_auth.c,v 1.37.2.25 2007/08/09 03:46:20 entrope Exp $
  */
 #include "config.h"
 
@@ -2201,7 +2201,6 @@
         send_reply(cptr, SND_EXPLICIT | RPL_STATSDEBUG, ":%s",
                    link->value.cp);
     }
-    send_reply(cptr, SND_EXPLICIT | RPL_STATSDEBUG, ":End of IAuth 
configuration.");
 }
 
 /** Report active iauth's statistics to \a cptr.
@@ -2218,5 +2217,4 @@
         send_reply(cptr, SND_EXPLICIT | RPL_STATSDEBUG, ":%s",
                    link->value.cp);
     }
-    send_reply(cptr, SND_EXPLICIT | RPL_STATSDEBUG, ":End of IAuth 
statistics.");
 }
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to