Age | Commit message (Expand) | Author |
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 |
2017-11-25 | Convert GenRandom to std::function. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-11-13 | Unite SSL service providers and SSL profile classes | Attila Molnar |
2017-11-12 | Merge tag 'v2.0.25' into master. | Peter Powell |
2017-11-01 | Fix some SSL module issues. | Peter Powell |
2017-10-29 | Add support to IOHook for retrieving the hostname sent via SNI. | Peter Powell |
2017-10-21 | Add PackageInfo directives for Debian. | Peter Powell |
2017-10-18 | Clean up OnCleanup. | Peter Powell |
2017-10-15 | Update wiki links to use HTTPS and point to the correct pages. | Peter Powell |
2017-10-12 | Fix a broken distro constraint in the m_ssl_gnutls PackageInfo. | Peter Powell |
2017-09-03 | Convert a bunch of time-related config options to getDuration. | Peter Powell |
2017-08-11 | Fix a broken distro constraint in the m_ssl_openssl PackageInfo. | Peter Powell |
2017-07-12 | Add CXX11_OVERRIDE to overridden members that lack it. | Peter Powell |
2017-03-20 | m_ldapauth: fix providing username in PASS | Adam |
2016-11-23 | Fix LibreSSL not having a shim for the OpenSSL 1.1 BIO API. | Peter Powell |
2016-10-25 | Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque. | Peter Powell |
2016-09-16 | Add CentOS PackageInfo | Adam |
2016-09-16 | Merge pull request #1222 from SaberUK/master+warnings | Attila Molnar |
2016-09-16 | Rewrite the build system directive parser. | Peter Powell |
2016-09-15 | Fix m_ldap warning about OpenLDAP being deprecated on OS X. | Peter Powell |
2016-09-15 | Fix m_geoip warning about the use of C++11 features. | Peter Powell |
2016-09-02 | Merge insp20 | Attila Molnar |
2016-09-02 | Fix whitespace issues | Attila Molnar |
2016-08-23 | Remove broken mssql module | Attila Molnar |
2016-08-19 | Fix m_mysql warning about use of C++11 features on C++03. | Peter Powell |