]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
[svn] webirc bugfix
authorjilles <redacted>
Wed, 25 Apr 2007 15:22:28 +0000 (08:22 -0700)
committerjilles <redacted>
Wed, 25 Apr 2007 15:22:28 +0000 (08:22 -0700)
ChangeLog
extensions/m_webirc.c
include/serno.h

index e1dfc0128d50bd38e41fc56825e7c541962dd27a..1066dec3528e83e3877fa347f5526ba0389e2aa0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+jilles      2007/04/25 15:21:34 UTC    (20070425-3424)
+  Log:
+  chghost: refuse spoofs which are empty or start with a colon
+  (would break the protocol)
+  
+
+  Changes:     Modified:
+  +3 -0                trunk/modules/m_chghost.c (File Modified) 
+
+
 jilles      2007/04/22 14:35:28 UTC    (20070422-3422)
   Log:
   Fix description of 043 numeric.
index 58aa48d86135bb5a9df59adbb602d62d2ad7ba35..9cbb40ad81b590b7877583cd935b41391f5013bc 100644 (file)
@@ -21,7 +21,7 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_webirc.c 2757 2006-11-10 22:58:15Z jilles $
+ *  $Id: m_webirc.c 3426 2007-04-25 15:22:28Z jilles $
  */
 /* Usage:
  * auth {
@@ -59,7 +59,7 @@ static int mr_webirc(struct Client *, struct Client *, int, const char **);
 
 struct Message webirc_msgtab = {
        "WEBIRC", 0, 0, 0, MFLG_SLOW | MFLG_UNREG,
-       {{mr_webirc, 4}, mg_reg, mg_ignore, mg_ignore, mg_ignore, mg_reg}
+       {{mr_webirc, 5}, mg_reg, mg_ignore, mg_ignore, mg_ignore, mg_reg}
 };
 
 mapi_clist_av1 webirc_clist[] = { &webirc_msgtab, NULL };
index b22456e995bee5dace4f4367b2b3e893c786d132..1130667029c3078da8d1604989272507494b6d96 100644 (file)
@@ -1 +1 @@
-#define SERNO "20070422-3422"
+#define SERNO "20070425-3424"