diff options
author | Adam <Adam@anope.org> | 2014-01-15 23:31:28 -0500 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-01-21 18:04:08 +0100 |
commit | ec1e85cb3dbe7c733faa7dbd850459a41b7e5144 (patch) | |
tree | 2d204c9706a4a76a313f084c54ce3bd2e64583d8 /src/configreader.cpp | |
parent | 1cf73c8f32ef8c9cd2a3a1447f9c346e8c2fdacd (diff) |
Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with both openssl and gnutls
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r-- | src/configreader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 2320a44b1..0f6d414dd 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -335,6 +335,7 @@ struct DeprecatedConfig static const DeprecatedConfig ChangedConfig[] = { { "bind", "transport", "", "has been moved to <bind:ssl> as of 2.0" }, { "die", "value", "", "you need to reread your config" }, + { "gnutls", "starttls", "", "has been replaced with m_starttls as of 2.2" }, { "link", "autoconnect", "", "2.0+ does not use this attribute - define <autoconnect> tags instead" }, { "link", "transport", "", "has been moved to <link:ssl> as of 2.0" }, { "module", "name", "m_chanprotect.so", "has been replaced with m_customprefix as of 2.2" }, |