[svn] DNSBL keyword substitution is available as of 2.1.3.
This commit is contained in:
parent
4d7a1ee5d1
commit
1e56e993e2
3 changed files with 15 additions and 3 deletions
12
ChangeLog
12
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)
|
jilles 2007/02/01 00:49:07 UTC (20070201-3181)
|
||||||
Log:
|
Log:
|
||||||
Do not try find_server() on a name find_client() has
|
Do not try find_server() on a name find_client() has
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Copyright (C) 2002-2005 ircd-ratbox development team
|
* Copyright (C) 2002-2005 ircd-ratbox development team
|
||||||
* Copyright (C) 2005-2006 charybdis 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.
|
* See reference.conf for more information.
|
||||||
*/
|
*/
|
||||||
|
@ -294,7 +294,7 @@ serverhide {
|
||||||
* Word to the wise: Do not use blacklists like SPEWS for blocking IRC
|
* Word to the wise: Do not use blacklists like SPEWS for blocking IRC
|
||||||
* connections.
|
* 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:
|
* reason. The available keyword substitutions are:
|
||||||
*
|
*
|
||||||
* ${ip} - the user's IP
|
* ${ip} - the user's IP
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define SERNO "20070201-3181"
|
#define SERNO "20070201-3183"
|
||||||
|
|
Loading…
Reference in a new issue