| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Remove support for defaults in find_{compiler,linker}_flags()".•••This is needed for compat with older versions of some libraries. This reverts commit 83327a1978eddef854cad9e937263f80bf25f056. | 2021-12-14 | 1 | -2/+2 | |
| * | Replace some references to ssl with tls. | 2021-12-08 | 1 | -1/+1 | |
| * | Consistently use `!foo` instead of `foo == NULL`. | 2021-12-03 | 1 | -2/+2 | |
| * | Add a snomask flag for rehash messages. | 2021-11-28 | 1 | -2/+2 | |
| * | Merge branch 'insp3' into master. | 2021-10-14 | 1 | -11/+12 | |
| |\ | |||||
| | * | Make reading DNs more consistent across modules.•••- If the DN contains a new line character then replace it with a space instead of killing the entire DN in the ssl_gnutls and ssl_openssl modules. - Apply the same logic to ssl_mbedtls which previously did not handle spaces in DNs. | 2021-10-14 | 1 | -11/+12 | |
| | * | Make the deprecation of LibreSSL support more explicit. | 2021-10-05 | 1 | -1/+1 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -6/+9 | |
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-09-23 | 1 | -19/+15 | |
| |\| | |||||
| | * | Send SSL profile reloading errors to snomask `a`. | 2021-09-22 | 1 | -1/+1 | |
| | * | Add an API for checking if I/O hooks are ready or not. | 2021-09-22 | 1 | -18/+13 | |
| | * | Fix ssl_openssl on a broken fork of OpenSSL. | 2021-09-07 | 1 | -1/+3 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | | Remove the use of a deprecated OpenSSL method. | 2021-08-07 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-07-24 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix using the wrong variable for the ciphersuites in ssl_openssl. | 2021-07-19 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -11/+11 | |
| |\| | |||||
| | * | Allow reloading SSL profiles on rehash. | 2021-06-24 | 1 | -3/+3 | |
| | * | Add a log message to the SSL mods to remind users how to reload profiles. | 2021-06-24 | 1 | -0/+5 | |
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -11/+11 | |
| * | | Merge branch 'insp3' into master. | 2021-06-01 | 1 | -1/+25 | |
| |\| | |||||
| | * | Implement support for setting TLSv1.3 ciphersuites in ssl_openssl. | 2021-05-25 | 1 | -1/+25 | |
| | * | Update references to config fields which were renamed. | 2021-04-14 | 1 | -1/+1 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -9/+12 | |
| * | | Refactor the hex encoding function. | 2021-05-10 | 1 | -1/+1 | |
| * | | Migrate IOHookProvider from reference<> to std::shared_ptr<>. | 2021-04-09 | 1 | -8/+7 | |
| * | | Default to rehashing TLS certificates on rehash. | 2021-04-08 | 1 | -1/+6 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -6/+6 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -5/+2 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -2/+2 | |
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | | Always disable TLSv1.0 and disable TLSv1.1 by default. | 2021-03-18 | 1 | -7/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -2/+2 | |
| |\| | |||||
| | * | Add a subclass of IOHookProvider for SSL modules. | 2021-03-09 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| | * | Fix the message sent when SSL profiles are rehashed. | 2021-02-18 | 1 | -1/+1 | |
| | * | Add default empty openssl compiler flags.•••This makes things easier for users who are using InspIRCd on OSes where OpenSSL is part of the base system. | 2021-01-18 | 1 | -1/+1 | |
| | * | Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated. | 2020-09-16 | 1 | -1/+1 | |
| * | | Move config typedefs to ServerConfig and use auto in more places. | 2020-11-03 | 1 | -1/+1 | |
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -3/+3 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -3/+3 | |
| * | | Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible with the previous config tag system. | 2020-10-31 | 1 | -3/+2 | |
| * | | Fix reading the <sslprofile> config. | 2020-10-31 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-07-15 | 1 | -0/+3 | |
| |\| | |||||
| | * | Improve SSL module debug logging. | 2020-06-16 | 1 | -0/+3 | |
| | * | Add a warning about LibreSSL support being removed in master. | 2020-05-15 | 1 | -0/+7 | |
