[svn] webirc bugfix
This commit is contained in:
parent
822a4a2537
commit
4636e5cbac
10
ChangeLog
10
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)
|
jilles 2007/04/22 14:35:28 UTC (20070422-3422)
|
||||||
Log:
|
Log:
|
||||||
Fix description of 043 numeric.
|
Fix description of 043 numeric.
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
* USA
|
* 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:
|
/* Usage:
|
||||||
* auth {
|
* auth {
|
||||||
|
@ -59,7 +59,7 @@ static int mr_webirc(struct Client *, struct Client *, int, const char **);
|
||||||
|
|
||||||
struct Message webirc_msgtab = {
|
struct Message webirc_msgtab = {
|
||||||
"WEBIRC", 0, 0, 0, MFLG_SLOW | MFLG_UNREG,
|
"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 };
|
mapi_clist_av1 webirc_clist[] = { &webirc_msgtab, NULL };
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define SERNO "20070422-3422"
|
#define SERNO "20070425-3424"
|
||||||
|
|
Loading…
Reference in New Issue