summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2020-03-30Fix various documentation and formatting issues.Sadie Powell
2020-03-12Improve logging for the m_ldap and m_ldapauth modules (#1757).Joel Sing
2020-01-31Update copyright headers.InspIRCd Robot
2020-01-17Fix a harmless warning in the ssl_mbedtls module.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-12-31Update my name and email address.Sadie Powell
2019-11-16Refactor the MySQL code slightly.Peter Powell
2019-11-15SSL modules: send SNOTICE upon successful rehash.Matt Schatz
2019-11-13Refactor the MySQL query and result queue classes.Peter Powell
2019-11-13Get rid of some dead code in the MySQL module.Peter Powell
2019-11-13Improve the logic around connecting to a MySQL server.Peter Powell
2019-11-13Add GetId() to the SQL::Provider class.Peter Powell
2019-11-03Use case insensitive comparisons when checking for SSL rehashes.Peter Powell
2019-09-30Fix a compiler error in the LDAP module.Peter Powell
2019-09-27Deduplicate code for handling with setting LDAP options.Peter Powell
2019-08-23Silence some GCC warnings.Peter Powell
2019-08-20Improve escaping strings in the MySQL module.Peter Powell
2019-08-20Initialise and deallocate the MySQL library correctly.Peter Powell
2019-08-13Fix some remaining uses of ato[il].Peter Powell
2019-08-13Convert LocalExtItem to a typedef and deprecate it.Peter Powell
2019-07-16ssl_gnutls: remove PackageInfo directives for EOL Debian versions.Peter Powell
2019-07-16Add package names for ArchLinux.Peter Powell
2019-07-16regex_pcre: pkg-config is not required by this module.Peter Powell
2019-07-10Skip UNIX sockets in GetLocation().Matt Schatz
2019-06-24Reset diagnostic pragmas after including external headers (#1661).linuxdaemon
2019-06-14Log SQL queries at the debug log level.Peter Powell
2019-06-10Add a way to disable older SSL versions with ssl_openssl.Peter Powell
2019-06-07Replace all abstract usages of his/he/her with they/their/it.Peter Powell
2019-05-30Ignore SIGUSR1 and SIGUSR2 by default.Peter Powell
2019-05-09Silence a fallthrough warning in the pgsql module on newer GCCs.Peter Powell
2019-05-06m_geo_maxmind: fix building on older libc versions.Peter Powell
2019-05-02Merge branch 'insp20' into insp3.Peter Powell
2019-04-28Some more text fixes and improvements (#1618).Robby
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2019-04-26Update documentation links.Peter Powell
2019-04-16Fix building m_geo_maxmind with older versions of libmaxminddb.Peter Powell
2019-04-15Replace the geoip module with geo_maxmind, geoban, and geoclass.Peter Powell
2019-03-14Update most URLs to use HTTPS and fix some dead links.Robby
2019-02-16Remove obsolete ifdef in m_ssl_gnutls.Peter Powell
2018-10-26Fix a bunch of harmless compiler warnings on recent GCC releases.Peter Powell
2018-10-13Implement support for IPv6 GeoIP lookups.Peter Powell
2018-09-27Fix SQL modules using "provider" in <database> instead of "module".Peter Powell
2018-08-21Fix warnings about using std::auto_ptr on C++11 or newer.Peter Powell
2018-08-21Fix a few things that should be marked as override but aren't.Peter Powell
2018-07-24Make more config stuff case insensitive.Peter Powell
2018-07-15Use mysql_real_escape_string instead of mysql_escape string.Peter Powell
2018-04-22Merge tag 'v2.0.26' into master.Peter Powell
2018-04-16Add ConfigTag::getUInt for reading unsigned config values.Peter Powell
2018-04-16Remove the default value in ConfigTag::get{Duration,Float,Int}.Peter Powell
2018-04-08Include modules/whois.h directly from files that use it.Peter Powell