| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Improve the pgsql connection error messages. | 2020-04-23 | 1 | -15/+18 | ||
| | * | Fix reconnecting a pgsql connection if it fails. | 2020-04-23 | 1 | -9/+13 | ||
| | * | Unregister pgsql connection fds when they are deleted. | 2020-04-23 | 1 | -1/+4 | ||
| | * | Opt-out of pgsql read and write events if polling fails. | 2020-04-23 | 1 | -1/+8 | ||
| | * | Remove dead code from the pgsql module. | 2020-04-23 | 1 | -36/+14 | ||
| | * | Fixes by misspell-fixer | 2020-04-21 | 2 | -4/+4 | ||
| | * | Only read the SSL profiles if they're actually specified. | 2020-04-21 | 3 | -68/+74 | ||
| | * | Tell the admin how to use a SSL profile if they define one. | 2020-04-21 | 3 | -0/+3 | ||
| | * | Allow 'tls' to be used in /REHASH. | 2020-04-14 | 4 | -4/+4 | ||
| | * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 4 | -24/+24 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-14 | 4 | -28/+28 | ||
| |\ \ | ||||||
| | * | | Allow 'tls' to be used in /REHASH. | 2020-04-14 | 4 | -4/+4 | ||
| | * | | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 4 | -24/+24 | ||
| | |/ | ||||||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 13 | -15/+15 | ||
| |\| | ||||||
| | * | Fix an oversight in mkversions that caused it to not update extras. | 2020-04-10 | 9 | -9/+9 | ||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 8 | -8/+8 | ||
| | * | The init function should have the override keyword too. | 2020-04-10 | 1 | -1/+1 | ||
| | * | Add missing override keyword to the sslrehashsignal module. | 2020-04-10 | 1 | -2/+2 | ||
| | * | Remove references to the long dead SQLv2 from the pgsql module. | 2020-04-10 | 1 | -1/+1 | ||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 13 | -71/+54 | ||
| * | | Default <sslprofile:hash> to sha256 for GnuTLS and OpenSSL. | 2020-04-09 | 2 | -2/+2 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 5 | -20/+20 | ||
| |\| | ||||||
| | * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 5 | -19/+19 | ||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 2 | -2/+2 | ||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -1/+37 | ||
| |\| | ||||||
| | * | Improve logging for the m_ldap and m_ldapauth modules (#1757).•••Currently, it is difficult to diagnose LDAP authentication failures, since the logs do not provide sufficient information about what is actually being queried and what actually failed. This increases logging details so that information about the LDAP query is included, for example: Fri Mar 06 2020 08:02:59 ANNOUNCEMENT: Error binding as manager to LDAP server: Invalid credentials (bind dn=cn=adminz,dc=nodomain) Rather than: Fri Mar 06 2020 08:02:59 ANNOUNCEMENT: Error binding as manager to LDAP server: Invalid credentials Same with connection logging: Fri Mar 06 2020 07:59:53 CONNECT: Forbidden connection from jsing!jsing@192.168.200.1 (Invalid credentials (bind dn=uid=jsing,dc=nodomain)) Fri Mar 06 2020 08:01:19 CONNECT: Successful connection from jsing!jsing@192.168.200.1 (dn=uid=jsing,dc=nodomain) | 2020-03-12 | 1 | -1/+37 | ||
| * | | Revert "Remove the now obsolete regex_posix module".•••The C++ SG16 has decided to obsolete std::regex because they think its broken and don't want to fix it so this module will probably outlive the regex_stdlib one. 🙄 This reverts commit e1dda3396c64f66b5889f72b65759251fab549ac. | 2020-02-19 | 1 | -0/+98 | ||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 6 | -51/+22 | ||
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 1 | -1/+12 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | ||
| | * | Fix a harmless warning in the ssl_mbedtls module. | 2020-01-17 | 1 | -0/+11 | ||
| * | | Migrate from Travis CI to GitHub Actions.•••This brings shiny new GitHub integratiosn as well as allowing us to bring back the macOS builds which were disabled because of the very broken Travis CI macOS infrastructure. | 2020-01-17 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 12 | -27/+78 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-01-11 | 14 | -29/+87 | ||
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 3 | -3/+3 | ||
| |\| | ||||||
| | * | Update my name and email address. | 2019-12-31 | 3 | -3/+3 | ||
| * | | Merge branch 'insp3' into master. | 2019-12-08 | 4 | -51/+64 | ||
| |\| | ||||||
| | * | Refactor the MySQL code slightly. | 2019-11-16 | 1 | -9/+10 | ||
| | * | SSL modules: send SNOTICE upon successful rehash. | 2019-11-15 | 3 | -0/+3 | ||
| | * | Refactor the MySQL query and result queue classes. | 2019-11-13 | 1 | -33/+52 | ||
| | * | Get rid of some dead code in the MySQL module. | 2019-11-13 | 1 | -9/+0 | ||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 7 | -34/+60 | ||
| |\| | ||||||
| | * | Improve the logic around connecting to a MySQL server.•••- The connection timeout can now be customised with <database:timeout>. - <database:port> is now limited to the 1-65535 range. - The MySQL library will now not install a SIGPIPE handler as it would override the default InspIRCd ignore behavopur. - Errors caused by setting the default character set and executing the initial query are now no longer ignored. | 2019-11-13 | 1 | -17/+32 | ||
| | * | Add GetId() to the SQL::Provider class. | 2019-11-13 | 3 | -4/+12 | ||
| | * | Use case insensitive comparisons when checking for SSL rehashes. | 2019-11-03 | 3 | -3/+3 | ||
| | * | Fix a compiler error in the LDAP module. | 2019-09-30 | 1 | -1/+1 | ||
| | * | Deduplicate code for handling with setting LDAP options. | 2019-09-27 | 1 | -10/+13 | ||
| * | | Merge branch 'insp3' into master. | 2019-09-23 | 2 | -24/+36 | ||
| |\| | ||||||
| | * | Silence some GCC warnings. | 2019-08-23 | 1 | -3/+3 | ||
| | * | Improve escaping strings in the MySQL module. | 2019-08-20 | 1 | -23/+29 | ||
