summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
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
2018-04-08Move OnStats from the core to a cross-module event.Peter Powell
2018-04-07Fix some more oversights in m_geoip.Peter Powell
2018-04-07Fix disabling the GeoIP extban in m_geoip.Peter Powell
2018-04-07SQL: Add HasColumn() to check if a result contains a named column.Daniel Vassdal
2018-04-06Implement support for banning users from channels by country code.Peter Powell
2018-03-30Update the GeoIP ExtItem when CGI:IRC sets the real IP (#1471)genius3000
2018-03-02m_ssl_openssl: Remove deprecated API members.Wade Cline
2018-02-17Move m_sslrehashsignal to the extra directory.Peter Powell
2018-02-17Fix building on Windows (mostly).Peter Powell
2017-12-22Improve and modernize the SQL system API.Peter Powell
2017-12-21Merge pull request #1370 from clinew/insp30+openssl-crlPeter Powell
2017-12-16Remove usage of deprecated API members in m_ssl_openssl.Peter Powell
2017-12-14Add OpenSSL CRLs.Wade Cline
2017-11-30Bump the minimum versions of GnuTLS to 2.0.0 and OpenSSL to 1.0.0.Peter Powell
2017-11-30Improve TLS security configuration in m_ssl_openssl.Peter Powell