From 90252bbeccbfde0e28a13b58edb463d3b6463b8f Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sun, 25 Jun 2006 18:07:48 +0000 Subject: [PATCH] BUILD : 1.7.14 (1073) BUGS : N/A NOTES : Added a string privmsg option, which can force services to only accept /msg nick@host git-svn-id: svn://svn.anope.org/anope/trunk@1073 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@797 5417fbe8-f217-4b02-8779-1006273d7864 --- Changes | 1 + Changes.conf | 8 ++++++++ Changes.lang | 1 + data/example.conf | 8 ++++++++ include/extern.h | 1 + lang/cat.l | 2 ++ lang/de.l | 2 ++ lang/en_us.l | 2 ++ lang/es.l | 2 ++ lang/fr.l | 2 ++ lang/gr.l | 2 ++ lang/hun.l | 2 ++ lang/it.l | 2 ++ lang/nl.l | 2 ++ lang/pl.l | 2 ++ lang/pt.l | 2 ++ lang/ru.l | 2 ++ lang/tr.l | 2 ++ src/config.c | 2 ++ src/messages.c | 8 +++++++- version.log | 6 +++++- 21 files changed, 59 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index ce8265149..972420f6a 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,7 @@ Provided by Anope Dev. - 2006 06/22 A Ability for ircd modules to set extra modes on id. [ #00] 06/22 A Support startup flag. [ #00] 06/21 A Module version check. [ #00] +06/25 A Optional strict privmsg format. [ #00] 04/08 F Fixed Charybdis support on win32. [#487] 04/08 F Fixed thread stuff on windows. [#488] 04/08 F Fixed SGLine stuff on inspircd (not supported). [#489] diff --git a/Changes.conf b/Changes.conf index 5a34749cf..a4936a2f5 100644 --- a/Changes.conf +++ b/Changes.conf @@ -1,6 +1,14 @@ Anope Version S V N -------------------- ** ADDED CONFIGURATION DIRECTIVES ** +# UseStrictPrivMsg [OPTIONAL] +# Using this directive will force services to only respond to privmsgs +# addressed to Nick@ServerName - e.g. NickServ@localhost.net. +# This should be used on conjunction with ircd aliases. +# + +#UseStrictPrivMsg + # NSResendDelay