diff --git a/ChangeLog b/ChangeLog index 58b5b69a3..8e4af1521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +jilles 2007/02/01 01:07:42 UTC (20070201-3183) + Log: + Change two occurances like match(userinput, target_p->name) || + match(target_p->name, userinput) to just match(userinput, + target_p->name). No client name can contain * or ? now. + + + Changes: Modified: + +1 -1 trunk/modules/m_trace.c (File Modified) + +1 -2 trunk/src/s_serv.c (File Modified) + + jilles 2007/02/01 00:49:07 UTC (20070201-3181) Log: Do not try find_server() on a name find_client() has diff --git a/doc/example.conf b/doc/example.conf index 25d597960..1550d547f 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -4,7 +4,7 @@ * Copyright (C) 2002-2005 ircd-ratbox development team * Copyright (C) 2005-2006 charybdis development team * - * $Id: example.conf 3159 2007-01-25 07:08:21Z nenolod $ + * $Id: example.conf 3195 2007-02-01 01:44:31Z jilles $ * * See reference.conf for more information. */ @@ -294,7 +294,7 @@ serverhide { * Word to the wise: Do not use blacklists like SPEWS for blocking IRC * connections. * - * As of charybdis 2.2, you can do some keyword substitution on the rejection + * As of charybdis 2.1.3, you can do some keyword substitution on the rejection * reason. The available keyword substitutions are: * * ${ip} - the user's IP diff --git a/include/serno.h b/include/serno.h index bcf812483..9bec980aa 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070201-3181" +#define SERNO "20070201-3183"