summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2013-06-05Remove unnecessary string copies and dead codeattilamolnar
2013-06-04m_pgsql Same fix as 0e09600a431d0e0f2cde6457e088d84caf6d6f5dattilamolnar
2013-06-01m_mysql Fix escaping strings longer than MAXBUF/2attilamolnar
2013-05-22m_mysql Fix crash on rehash when the database tags have been changed in the c...attilamolnar
2013-05-18m_geoip Set cc in OnSetConnectClass to the newly created string if it was NULLattilamolnar
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-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-03-29m_ldapoper Make the module actually workattilamolnar
2013-03-29m_ldapoper Fix memory leakattilamolnar
2013-03-15m_ssl_openssl Make it clear that a CA file is not mandatoryattilamolnar
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-25m_ldapoper Fix typo spotted by @lordsith49attilamolnar
2012-12-17Fixed m_ssl_gnutls build on Windows; gnutls.h uses ssize_t which is defined i...Adam
2012-12-04Unbreak m_geoipattilamolnar
2012-12-02Register all commands, modes and extensions using AddService()attilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-12-02Attach to events and register services in init()attilamolnar
2012-11-29Add a typedef for LocalUserListattilamolnar
2012-11-29ldapauth: register both extensionsRobin Burchell
2012-11-29ldapauth: RAII returned ldap message.Robin Burchell
2012-11-29ldapauth: fix memory leakRobin Burchell
2012-11-29ldapauth: Allow setting virtual hosts on identification with m_ldapauth.Robin Burchell
2012-11-29ldapauth: Add missing verbose logging to required attributes.Robin Burchell
2012-11-29ldapauth: Rework required attributes code to use only one exit path.Robin Burchell
2012-11-28Change empty string assignments to .clear() or remove them entirelyattilamolnar
2012-11-28Silence OpenSSL deprecation warnings on OS X.Peter Powell
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-12Remove usage of the deprecated ConfigReaderattilamolnar
2012-11-09m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection c...attilamolnar
2012-11-09m_ssl_openssl Remove unused variablesattilamolnar
2012-11-08Fix m_ssl_gnutls when using non-standard include/lib paths.Peter Powell
2012-10-21Make better use of User::GetFullRealHost()attilamolnar
2012-10-19m_ldapauth Allow filtering on arbitrary LDAP attributesAdrien Bustany
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-10Compare the result of ldap_search_ext_s to LDAP_SUCCESS....Adam
2012-10-04Replace hardcoded paths with configurable onesChrisTX
2012-09-30Fix more undefined behavior caused by referencing the returned buffer by std:...attilamolnar
2012-09-22m_regex_stdlib: A regex provider for the C++11 container std::regexChrisTX
2012-09-13Fixed crash in m_mysql if a module is unloaded while executingAdam
2012-08-20listensocket: Fix the two aliasing warningsChrisTX
2012-07-27m_ssl_openssl Port ISUPPORT changes from m_ssl_gnutls to fix #261attilamolnar
2012-07-26m_ssl_gnutls Allow setting the priorities to use on the ciphers, key exchange...attilamolnar
2012-07-21m_ssl_gnutls Compile with -Wno-deprecated-declarationsattilamolnar