summaryrefslogtreecommitdiff
path: root/src/protocol
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-06-03 05:15:39 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-06-03 05:15:39 +0000
commit1c89004245d014d2fb961ca6c850e7df72af7993 (patch)
treead0a14224b0db8f1f5e150cba885efc505817973 /src/protocol
parent8cc71ee7946ca3723778062b66b336415122062b (diff)
Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate users. Fixes us telling people to identify after netmerge then silently identifying them once we process svid.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2994 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol')
-rw-r--r--src/protocol/bahamut.c1
-rw-r--r--src/protocol/inspircd11.c1
-rw-r--r--src/protocol/inspircd12.cpp1
-rw-r--r--src/protocol/ratbox.c1
-rw-r--r--src/protocol/unreal32.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c
index a813a4b6c..717654220 100644
--- a/src/protocol/bahamut.c
+++ b/src/protocol/bahamut.c
@@ -53,7 +53,6 @@ IRCDVar myIrcd[] = {
0, /* p10 */
0, /* CIDR channelbans */
"$", /* TLD Prefix for Global */
- false, /* Auth for users is sent after the initial NICK/UID command */
6, /* Max number of modes we can send per line */
}
,
diff --git a/src/protocol/inspircd11.c b/src/protocol/inspircd11.c
index c731d4043..eaa94ec87 100644
--- a/src/protocol/inspircd11.c
+++ b/src/protocol/inspircd11.c
@@ -70,7 +70,6 @@ IRCDVar myIrcd[] = {
0, /* p10 */
1, /* CIDR channelbans */
"$", /* TLD Prefix for Global */
- false, /* Auth for users is sent after the initial NICK/UID command */
20, /* Max number of modes we can send per line */
}
,
diff --git a/src/protocol/inspircd12.cpp b/src/protocol/inspircd12.cpp
index 2c53e4b8d..d76da332d 100644
--- a/src/protocol/inspircd12.cpp
+++ b/src/protocol/inspircd12.cpp
@@ -70,7 +70,6 @@ IRCDVar myIrcd[] = {
0, /* p10 */
1, /* CIDR channelbans */
"$", /* TLD Prefix for Global */
- true, /* Auth for users is sent after the initial NICK/UID command */
20, /* Max number of modes we can send per line */
}
,
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c
index f1c2f3b3b..3c589e98e 100644
--- a/src/protocol/ratbox.c
+++ b/src/protocol/ratbox.c
@@ -51,7 +51,6 @@ IRCDVar myIrcd[] = {
0, /* p10 */
0, /* CIDR channelbans */
"$$", /* TLD Prefix for Global */
- false, /* Auth for users is sent after the initial NICK/UID command */
4, /* Max number of modes we can send per line */
}
,
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c
index b44031004..55fe49dd4 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -53,7 +53,6 @@ IRCDVar myIrcd[] = {
0, /* p10 */
0, /* CIDR channelbans */
"$", /* TLD Prefix for Global */
- false, /* Auth for users is sent after the initial NICK/UID command */
12, /* Max number of modes we can send per line */
}
,