Age | Commit message (Expand) | Author |
2020-09-16 | Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated. | Sadie Powell |
2020-07-01 | Warn about broken versions of libmaxminddb. | Sadie Powell |
2020-06-16 | Improve SSL module debug logging. | Sadie Powell |
2020-05-15 | Add a warning about LibreSSL support being removed in master. | Sadie Powell |
2020-05-09 | regex_stdlib: Don't copy std::regex_error when catching it. | Sadie Powell |
2020-04-24 | Update copyright headers. | InspIRCd Robot |
2020-04-23 | Improve the pgsql connection error messages. | Sadie Powell |
2020-04-23 | Fix reconnecting a pgsql connection if it fails. | Sadie Powell |
2020-04-23 | Unregister pgsql connection fds when they are deleted. | Sadie Powell |
2020-04-23 | Opt-out of pgsql read and write events if polling fails. | Sadie Powell |
2020-04-23 | Remove dead code from the pgsql module. | Sadie Powell |
2020-04-21 | Fixes by misspell-fixer | InspIRCd Robot |
2020-04-21 | Only read the SSL profiles if they're actually specified. | Sadie Powell |
2020-04-21 | Tell the admin how to use a SSL profile if they define one. | Sadie Powell |
2020-04-14 | Allow 'tls' to be used in /REHASH. | Matt Schatz |
2020-04-14 | Update user-facing text and comments of SSL to TLS. | Matt Schatz |
2020-04-10 | Fix an oversight in mkversions that caused it to not update extras. | Sadie Powell |
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell |
2020-04-10 | The init function should have the override keyword too. | Sadie Powell |
2020-04-10 | Add missing override keyword to the sslrehashsignal module. | Sadie Powell |
2020-04-10 | Remove references to the long dead SQLv2 from the pgsql module. | Sadie Powell |
2020-04-09 | Set the minimum length to 1 for most config items with a default. | Sadie Powell |
2020-03-30 | Fix various documentation and formatting issues. | Sadie Powell |
2020-03-12 | Improve logging for the m_ldap and m_ldapauth modules (#1757). | Joel Sing |
2020-01-31 | Update copyright headers. | InspIRCd Robot |
2020-01-17 | Fix a harmless warning in the ssl_mbedtls module. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-12-31 | Update my name and email address. | Sadie Powell |
2019-11-16 | Refactor the MySQL code slightly. | Peter Powell |
2019-11-15 | SSL modules: send SNOTICE upon successful rehash. | Matt Schatz |
2019-11-13 | Refactor the MySQL query and result queue classes. | Peter Powell |
2019-11-13 | Get rid of some dead code in the MySQL module. | Peter Powell |
2019-11-13 | Improve the logic around connecting to a MySQL server. | Peter Powell |
2019-11-13 | Add GetId() to the SQL::Provider class. | Peter Powell |
2019-11-03 | Use case insensitive comparisons when checking for SSL rehashes. | Peter Powell |
2019-09-30 | Fix a compiler error in the LDAP module. | Peter Powell |
2019-09-27 | Deduplicate code for handling with setting LDAP options. | Peter Powell |
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 |