diff options
| author | DukePyrolator <DukePyrolator@anope.org> | 2011-03-12 09:27:16 +0100 |
|---|---|---|
| committer | DukePyrolator <DukePyrolator@anope.org> | 2011-03-12 09:27:16 +0100 |
| commit | fbae3344ff70f9e035292fdc9a6e09efc2702aed (patch) | |
| tree | 440df041a811317db159365a6322bae9cd596643 /modules/protocol | |
| parent | 95469fde3055e1a257fd4e1027617892b912d07c (diff) | |
added ns_cert
Diffstat (limited to 'modules/protocol')
| -rw-r--r-- | modules/protocol/bahamut.cpp | 1 | ||||
| -rw-r--r-- | modules/protocol/inspircd11.cpp | 1 | ||||
| -rw-r--r-- | modules/protocol/inspircd12.cpp | 1 | ||||
| -rw-r--r-- | modules/protocol/inspircd20.cpp | 1 | ||||
| -rw-r--r-- | modules/protocol/ngircd.cpp | 1 | ||||
| -rw-r--r-- | modules/protocol/plexus.cpp | 1 | ||||
| -rw-r--r-- | modules/protocol/ratbox.cpp | 1 | ||||
| -rw-r--r-- | modules/protocol/unreal32.cpp | 1 |
8 files changed, 8 insertions, 0 deletions
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} |
