summaryrefslogtreecommitdiff
path: root/modules/extra
AgeCommit message (Expand)Author
2016-11-11Fix opers not really being serializableAdam
2016-10-30Add new RESTful JSON API and documentationAdam
2016-10-29Add sqlite amalgamation and use if no system sqlite is found. Move sqlite mod...Adam
2016-10-17Address casemapping issues in sqlite/mysqlAdam
2016-10-15Various improvements/bugfixes to extdb stuffAdam
2016-10-09Various other modname fixesAdam
2016-10-09Adjust reading nickserv core config optsAdam
2016-10-07m_ssl_openssl: allow certificate chain files to be usedAdam
2016-10-07m_sqlite: Fix possible memory leak when opening a database failsAttila Molnar
2016-10-02Update m_ssl_gnutls Windows library version to libgnutls-30Adam
2016-10-01sql_oper: deoper users more reliablyAdam
2016-10-01sql_oper: various fixups to compile on 2.1Adam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
2015-12-14New source tree structure for modules. From commands/cs_access => chanserv/ac...Adam
2015-10-27Merge branch '2.0' into 2.1Adam
2015-09-23Clear regex xlines on unload, which happens on shutdown, even though they are...Adam
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
2015-01-05Merge branch '2.0' into 2.1Adam
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-12-02Link m_ldap against ldap_r not ldapAdam
2014-11-24Rewrite serializable to have field level granularityAdam
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-23Merge branch '2.0' into 2.1Adam
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-28Move most of the core pseudoclient logic to modulesAdam
2014-05-20Speed up akill xline checksAdam
2014-05-01Pass password to nick register event so modules like m_ldap_authentication ca...Adam
2014-04-21Constify message source for OnChannelMode(Un)SetAdam
2014-04-20New event systemAdam
2014-04-02Remove regex mods, use std::regex insteadAdam
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-03-11Set LDAP_OPT_NETWORK_TIMEOUT to 0 in m_ldap to prevent the asynchronousAdam