summaryrefslogtreecommitdiff
path: root/modules/extra/m_ssl_gnutls.cpp
AgeCommit message (Expand)Author
2015-12-14New source tree structure for modules. From commands/cs_access => chanserv/ac...Adam
2014-12-27Remove now unnecessary eventhook constructor calls in module init listsAdam
2014-12-10Unconst these config Get<Anope::string> calls as it makes no senseAdam
2014-12-10Use a triat class for event names instead of having to manually give them pla...Adam
2014-06-23Merge branch '2.0' into 2.1Adam
2014-05-30Fix Windows build and update library names to the newer ones.Adam
2014-04-20New event systemAdam
2014-04-01Require cmake 2.8 and C++11 supportAdam
2014-03-17m_ssl_gnutls: Fix deprecation warnings when using newer GnuTLS versions.Robby-
2014-02-24Fix m_ssl_gnutls to send its cert. Most of this is from Attila.Adam
2014-02-22Make m_ssl_gnutls work with at least GnuTLS v2.8Attila Molnar
2014-02-17Add m_ssl_gnutlsAttila Molnar