Age | Commit message (Expand) | Author |
2019-08-23 | Silence some GCC warnings. | Peter Powell |
2019-08-20 | Improve escaping strings in the MySQL module. | Peter Powell |
2019-08-20 | Initialise and deallocate the MySQL library correctly. | Peter Powell |
2019-08-13 | Fix some remaining uses of ato[il]. | Peter Powell |
2019-08-13 | Convert LocalExtItem to a typedef and deprecate it. | Peter Powell |
2019-07-16 | ssl_gnutls: remove PackageInfo directives for EOL Debian versions. | Peter Powell |
2019-07-16 | Add package names for ArchLinux. | Peter Powell |
2019-07-16 | regex_pcre: pkg-config is not required by this module. | Peter Powell |
2019-07-10 | Skip UNIX sockets in GetLocation(). | Matt Schatz |
2019-06-24 | Reset diagnostic pragmas after including external headers (#1661). | linuxdaemon |
2019-06-14 | Log SQL queries at the debug log level. | Peter Powell |
2019-06-10 | Add a way to disable older SSL versions with ssl_openssl. | Peter Powell |
2019-06-07 | Replace all abstract usages of his/he/her with they/their/it. | Peter Powell |
2019-05-30 | Ignore SIGUSR1 and SIGUSR2 by default. | Peter Powell |
2019-05-09 | Silence a fallthrough warning in the pgsql module on newer GCCs. | Peter Powell |
2019-05-06 | m_geo_maxmind: fix building on older libc versions. | Peter Powell |
2019-05-02 | Merge branch 'insp20' into insp3. | Peter Powell |
2019-04-28 | Some more text fixes and improvements (#1618). | Robby |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby |
2019-04-26 | Update documentation links. | Peter Powell |
2019-04-16 | Fix building m_geo_maxmind with older versions of libmaxminddb. | Peter Powell |
2019-04-15 | Replace the geoip module with geo_maxmind, geoban, and geoclass. | Peter Powell |
2019-03-14 | Update most URLs to use HTTPS and fix some dead links. | Robby |
2019-02-16 | Remove obsolete ifdef in m_ssl_gnutls. | Peter Powell |
2018-10-26 | Fix a bunch of harmless compiler warnings on recent GCC releases. | Peter Powell |
2018-10-13 | Implement support for IPv6 GeoIP lookups. | Peter Powell |
2018-09-27 | Fix SQL modules using "provider" in <database> instead of "module". | Peter Powell |
2018-08-21 | Fix warnings about using std::auto_ptr on C++11 or newer. | Peter Powell |
2018-08-21 | Fix a few things that should be marked as override but aren't. | Peter Powell |
2018-07-24 | Make more config stuff case insensitive. | Peter Powell |
2018-07-15 | Use mysql_real_escape_string instead of mysql_escape string. | Peter Powell |
2018-04-22 | Merge tag 'v2.0.26' into master. | Peter Powell |
2018-04-16 | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell |
2018-04-16 | Remove the default value in ConfigTag::get{Duration,Float,Int}. | Peter Powell |
2018-04-08 | Include modules/whois.h directly from files that use it. | Peter Powell |
2018-04-08 | Move OnStats from the core to a cross-module event. | Peter Powell |
2018-04-07 | Fix some more oversights in m_geoip. | Peter Powell |
2018-04-07 | Fix disabling the GeoIP extban in m_geoip. | Peter Powell |
2018-04-07 | SQL: Add HasColumn() to check if a result contains a named column. | Daniel Vassdal |
2018-04-06 | Implement support for banning users from channels by country code. | Peter Powell |
2018-03-30 | Update the GeoIP ExtItem when CGI:IRC sets the real IP (#1471) | genius3000 |
2018-03-02 | m_ssl_openssl: Remove deprecated API members. | Wade Cline |
2018-02-17 | Move m_sslrehashsignal to the extra directory. | Peter Powell |
2018-02-17 | Fix building on Windows (mostly). | Peter Powell |
2017-12-22 | Improve and modernize the SQL system API. | Peter Powell |
2017-12-21 | Merge pull request #1370 from clinew/insp30+openssl-crl | Peter Powell |
2017-12-16 | Remove usage of deprecated API members in m_ssl_openssl. | Peter Powell |
2017-12-14 | Add OpenSSL CRLs. | Wade Cline |
2017-11-30 | Bump the minimum versions of GnuTLS to 2.0.0 and OpenSSL to 1.0.0. | Peter Powell |
2017-11-30 | Improve TLS security configuration in m_ssl_openssl. | Peter Powell |