summaryrefslogtreecommitdiff
path: root/modules/extra
AgeCommit message (Expand)Author
2015-09-06Merge pull request #126 from SaberUK/2.0+typosAdam
2015-07-23Remove unused variables from m_ldapAdam
2015-07-23Set LDAP_OPT_PROTOCOL_VERSION 3 etc on reconnect, tooAdam
2015-07-08Fix a ton of typos.Peter Powell
2015-04-30irc2sql: handle away messages.Jyzee
2015-03-22Fix m_ldap_oper to buildAdam
2015-03-12Merge pull request #113 from attilamolnar/2.0+opensslAdam
2015-03-12m_ssl_openssl: Allow disabling SSLv3 via the configAttila Molnar
2015-03-12m_ssl_openssl: Set sane default context optionsAttila Molnar
2015-03-11Redesign m_ldap to no longer rely on undefined behaviorAdam
2015-01-28More properly track topic change sources and allow users with access to chang...Adam
2014-12-02Link m_ldap against ldap_r not ldapAdam
2014-10-16Validate credentials sent via sasl moreAdam
2014-10-14Fix module event prioritization which was broken with the newerAdam
2014-09-14changed the engine of the chanstats table from InnoDB back to MyISAM to avoid...DukePyrolator
2014-07-11Fix Log() calls in m_ldap_operAdam
2014-06-09Correct wording of log message when ldap services are createdAdam
2014-05-30Fix Windows build and update library names to the newer ones.Adam
2014-05-20Speed up akill xline checksAdam
2014-05-01Pass password to nick register event so modules like m_ldap_authentication ca...Adam
2014-03-17m_ssl_gnutls: Fix deprecation warnings when using newer GnuTLS versions.Robby-
2014-03-11Set LDAP_OPT_NETWORK_TIMEOUT to 0 in m_ldap to prevent the asynchronousAdam
2014-03-10Fix compile error in m_sasl_dh-aes and m_sasl_dh-blowfish on unusually old g+...Adam
2014-03-09irc2sql: removed the currentusers field from the chan table, keeping it updat...DukePyrolator
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-20enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from li...Daniel Vassdal
2014-02-17Merge pull request #52 from attilamolnar/2.0+gnutlsAdam
2014-02-17Move encryption.h to include/modulesAdam
2014-02-17Add m_ssl_gnutlsAttila Molnar
2014-02-17Rename m_ssl to m_ssl_openssl and update docsAttila Molnar
2014-02-16Fix Windows buildAdam
2014-02-16enc_bcrypt: Add moduleDaniel Vassdal
2014-02-14m_sasl_dh-blowfish: Add moduleDaniel Vassdal
2014-02-14m_sasl_dh-aes: Add moduleDaniel Vassdal
2014-02-05Ignore nonblocking errnors on socket operationsAdam
2014-01-21Fix missing colon in stats and top, fix smileys and actions count. Patch by b...Adam
2014-01-21Made the chanstats confs try and look similar to every other configuration fileAdam
2014-01-19m_chanstats: fixed the config options NSDefChanstats and CSDefChanstatsDukePyrolator
2014-01-17m_chanstats: do not count negative words if you have more smileys in a line t...DukePyrolator
2014-01-14Mark m_sql_log, m_rewrite, and m_dnsbl as extra so they show up in modlist wi...Adam
2014-01-06Fix compile with -std=c++11Adam
2014-01-04Allow m_sql_authentication to disable email changing similar to m_ldap_authen...Adam
2014-01-04Also make m_sql_authentication block nick grouping if it is disabling registr...Adam
2014-01-03Move modules/stats under extras because it depends on m_mysql, update its con...Adam
2014-01-02Move modules out of extras that dont have external dependenciesAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-12-30Set last_realname in m_ldap_authentication when new nicks are registeredAdam
2013-12-30Also have m_ldap_authentication disable nick grouping if registration is disa...Adam
2013-12-26Don't leak ldap resultsAdam