From fbae3344ff70f9e035292fdc9a6e09efc2702aed Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Sat, 12 Mar 2011 09:27:16 +0100 Subject: added ns_cert --- modules/protocol/bahamut.cpp | 1 + modules/protocol/inspircd11.cpp | 1 + modules/protocol/inspircd12.cpp | 1 + modules/protocol/inspircd20.cpp | 1 + modules/protocol/ngircd.cpp | 1 + modules/protocol/plexus.cpp | 1 + modules/protocol/ratbox.cpp | 1 + modules/protocol/unreal32.cpp | 1 + 8 files changed, 8 insertions(+) (limited to 'modules/protocol') diff --git a/modules/protocol/bahamut.cpp b/modules/protocol/bahamut.cpp index fa714d7b1..68ff578ea 100644 --- a/modules/protocol/bahamut.cpp +++ b/modules/protocol/bahamut.cpp @@ -36,6 +36,7 @@ IRCDVar myIrcd[] = { 0, /* ts6 */ "$", /* TLD Prefix for Global */ 6, /* Max number of modes we can send per line */ + 0, /* IRCd sends a SSL users certificate fingerprint */ } , {NULL} diff --git a/modules/protocol/inspircd11.cpp b/modules/protocol/inspircd11.cpp index e903bb2a3..4030e40c1 100644 --- a/modules/protocol/inspircd11.cpp +++ b/modules/protocol/inspircd11.cpp @@ -36,6 +36,7 @@ IRCDVar myIrcd[] = { 0, /* ts6 */ "$", /* TLD Prefix for Global */ 20, /* Max number of modes we can send per line */ + 0, /* IRCd sends a SSL users certificate fingerprint */ } , {NULL} diff --git a/modules/protocol/inspircd12.cpp b/modules/protocol/inspircd12.cpp index 42e897aa4..ecac4a4f9 100644 --- a/modules/protocol/inspircd12.cpp +++ b/modules/protocol/inspircd12.cpp @@ -42,6 +42,7 @@ IRCDVar myIrcd[] = { 1, /* ts6 */ "$", /* TLD Prefix for Global */ 20, /* Max number of modes we can send per line */ + 1, /* IRCd sends a SSL users certificate fingerprint */ } , {NULL} diff --git a/modules/protocol/inspircd20.cpp b/modules/protocol/inspircd20.cpp index 5025884ea..40f1a413d 100644 --- a/modules/protocol/inspircd20.cpp +++ b/modules/protocol/inspircd20.cpp @@ -42,6 +42,7 @@ IRCDVar myIrcd[] = { 1, /* ts6 */ "$", /* TLD Prefix for Global */ 20, /* Max number of modes we can send per line */ + 1, /* IRCd sends a SSL users certificate fingerprint */ } , {NULL} diff --git a/modules/protocol/ngircd.cpp b/modules/protocol/ngircd.cpp index 7f4f4f9f1..160f74e9c 100644 --- a/modules/protocol/ngircd.cpp +++ b/modules/protocol/ngircd.cpp @@ -35,6 +35,7 @@ IRCDVar myIrcd[] = { 0, /* ts6 */ "$", /* TLD Prefix for Global */ 20, /* Max number of modes we can send per line */ + 0, /* IRCd sends a SSL users certificate fingerprint */ } , {NULL} diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index a538479db..edfdfeec4 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -36,6 +36,7 @@ IRCDVar myIrcd[] = { 1, /* ts6 */ "$$", /* TLD Prefix for Global */ 4, /* Max number of modes we can send per line */ + 1, /* IRCd sends a SSL users certificate fingerprint */ } , {NULL} diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp index ea1c35c83..a5f58057e 100644 --- a/modules/protocol/ratbox.cpp +++ b/modules/protocol/ratbox.cpp @@ -36,6 +36,7 @@ IRCDVar myIrcd[] = { 1, /* ts6 */ "$$", /* TLD Prefix for Global */ 4, /* Max number of modes we can send per line */ + 0, /* IRCd sends a SSL users certificate fingerprint */ } , {NULL} diff --git a/modules/protocol/unreal32.cpp b/modules/protocol/unreal32.cpp index d8351b931..b6e438461 100644 --- a/modules/protocol/unreal32.cpp +++ b/modules/protocol/unreal32.cpp @@ -36,6 +36,7 @@ IRCDVar myIrcd[] = { 0, /* ts6 */ "$", /* TLD Prefix for Global */ 12, /* Max number of modes we can send per line */ + 0, /* IRCd sends a SSL users certificate fingerprint */ } , {NULL} -- cgit