summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_gnutls.cpp
AgeCommit message (Expand)Author
2014-01-22Split IOHook into IOHook and IOHookProviderAttila Molnar
2014-01-22Add the ability to have multiple SSL profilesAttila Molnar
2014-01-22m_ssl_gnutls Create GNUTLS_NEW_CERT_CALLBACK_API and cert_cb_last_param_typeAttila Molnar
2014-01-21Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ...Adam
2013-11-18Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.Peter Powell
2013-11-12Use WriteNumeric() everywhere we send numerics and include the user's nick au...Adam
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-30Merge insp20attilamolnar
2013-08-16Clean up the build system properties and related code.Peter Powell
2013-08-13m_ssl_gnutls Fix feature testing and cipher suite related errors on older Gnu...attilamolnar
2013-08-12Add <path> keys for all of the compile-time paths.Peter Powell
2013-08-04Automatically attach modules to eventsattilamolnar
2013-08-04Modify the log message to contain the log type.Peter Powell
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-07-06Allow the user to specify any hashing mechanism supported by the underlying S...Daniel Vassdal
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-06-07Create SSLIOHook interface that provides GetCertificate()attilamolnar
2013-06-07Create IOHook interface (extracted from Module)attilamolnar
2013-06-06Convert a ton of uses of MAXBUF to use a fixed buffer size.Peter Powell
2013-06-06Merge insp20attilamolnar
2013-05-27Clean up the FileReader class and all of the modules that use it.Peter Powell
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-05-18Deduplicate hex string creation codeattilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-05-14Add method for writing server notices.Peter Powell
2013-05-02m_ssl_gnutls Call gnutls_transport_set_errno() on Windows onlyattilamolnar
2013-05-02Fix gnutls (again) on Windows by using gnutls_transport_set_errno()Adam
2013-04-28Merge insp20attilamolnar
2013-04-24m_ssl_gnutls Add ability to load DH params from fileattilamolnar
2013-04-16Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAE...Adam
2013-04-12Tidy up source files:Peter Powell
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-11Convert ISUPPORT to use a map instead of a string.Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2013-02-17m_ssl_gnutls Fix null pointer dereference in case gnutls_xxx_get_name() retur...attilamolnar
2013-01-28m_ssl_gnutls Fix build with GnuTLS 1.xattilamolnar
2012-12-17Fixed m_ssl_gnutls build on Windows; gnutls.h uses ssize_t which is defined i...Adam
2012-12-02Register all commands, modes and extensions using AddService()attilamolnar
2012-11-19m_ssl_gnutls Dynamically detect the number of certificates in the certfileattilamolnar
2012-11-19Fix m_ssl_gnutls under GCC on recent versions of GnuTLS.Peter Powell
2012-11-09m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection c...attilamolnar
2012-11-08Fix m_ssl_gnutls when using non-standard include/lib paths.Peter Powell
2012-10-14m_ssl_gnutls: Resolve deprecation warnings properlyChrisTX
2012-10-13m_ssl_gnutls Cast pointer difference to an unsigned int before displaying itattilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-10-12Remove superfluous std::string()sattilamolnar
2012-10-04Replace hardcoded paths with configurable onesChrisTX
2012-08-20listensocket: Fix the two aliasing warningsChrisTX
2012-07-26m_ssl_gnutls Allow setting the priorities to use on the ciphers, key exchange...attilamolnar