Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2006-01-10 01:23:39 UTC

Modified files:
  Tag: u2_10_12_branch
     ChangeLog include/ircd_features.h ircd/ircd_features.c

Log message:

Recognize ZANNELS feature for compatibility.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.710.2.59 ircu2.10/ChangeLog:1.710.2.60
--- ircu2.10/ChangeLog:1.710.2.59       Fri Jan  6 17:08:29 2006
+++ ircu2.10/ChangeLog  Mon Jan  9 17:23:28 2006
@@ -1,3 +1,9 @@
+2006-01-09  Michael Poole <[EMAIL PROTECTED]>
+
+       * include/ircd_features.h (FEAT_ZANNELS): Actually, put it back.
+
+       * ircd/ircd_features.c (FEAT_ZANNELS): Likewise.
+
 2006-01-06  Michael Poole <[EMAIL PROTECTED]>
 
        * ircd/channel.c (mode_process_clients): Do not reveal zombies who
Index: ircu2.10/include/ircd_features.h
diff -u ircu2.10/include/ircd_features.h:1.38.2.3 
ircu2.10/include/ircd_features.h:1.38.2.4
--- ircu2.10/include/ircd_features.h:1.38.2.3   Mon Jan  2 17:25:50 2006
+++ ircu2.10/include/ircd_features.h    Mon Jan  9 17:23:28 2006
@@ -20,7 +20,7 @@
  */
 /** @file
  * @brief Public interfaces and declarations for dealing with configurable 
features.
- * @version $Id: ircd_features.h,v 1.38.2.3 2006/01/03 01:25:50 entrope Exp $
+ * @version $Id: ircd_features.h,v 1.38.2.4 2006/01/10 01:23:28 entrope Exp $
  */
 
 struct Client;
@@ -56,6 +56,7 @@
   FEAT_HIDDEN_IP,
   FEAT_CONNEXIT_NOTICES,
   FEAT_OPLEVELS,
+  FEAT_ZANNELS,
   FEAT_LOCAL_CHANNELS,
   FEAT_TOPIC_BURST,
 
Index: ircu2.10/ircd/ircd_features.c
diff -u ircu2.10/ircd/ircd_features.c:1.50.2.3 
ircu2.10/ircd/ircd_features.c:1.50.2.4
--- ircu2.10/ircd/ircd_features.c:1.50.2.3      Mon Jan  2 17:25:50 2006
+++ ircu2.10/ircd/ircd_features.c       Mon Jan  9 17:23:28 2006
@@ -18,7 +18,7 @@
  */
 /** @file
  * @brief Implementation of configurable feature support.
- * @version $Id: ircd_features.c,v 1.50.2.3 2006/01/03 01:25:50 entrope Exp $
+ * @version $Id: ircd_features.c,v 1.50.2.4 2006/01/10 01:23:28 entrope Exp $
  */
 #include "config.h"
 
@@ -309,6 +309,7 @@
   F_S(HIDDEN_IP, 0, "127.0.0.1", 0),
   F_B(CONNEXIT_NOTICES, 0, 0, 0),
   F_B(OPLEVELS, 0, 1, 0),
+  F_B(ZANNELS, 0, 1, 0),
   F_B(LOCAL_CHANNELS, 0, 1, 0),
   F_B(TOPIC_BURST, 0, 0, 0),
 
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to