| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2021-07-01 | 5 | -17/+17 | |
| |\ | |||||
| | * | Allow reloading SSL profiles on rehash. | 2021-06-24 | 3 | -7/+9 | |
| | * | Add a log message to the SSL mods to remind users how to reload profiles. | 2021-06-24 | 3 | -0/+15 | |
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 5 | -17/+17 | |
| * | | Merge branch 'insp3' into master. | 2021-06-18 | 1 | -39/+23 | |
| |\| | |||||
| | * | Clean up VerifyCertificate in the ssl_gnutls module. | 2021-06-14 | 1 | -39/+23 | |
| * | | Merge branch 'insp3' into master. | 2021-06-07 | 2 | -2/+2 | |
| |\| | |||||
| | * | Migrate Windows builds to installing their dependencies via Conan. | 2021-06-07 | 2 | -2/+2 | |
| * | | Demote the regex_tre module to inspircd-contrib. | 2021-06-01 | 1 | -91/+0 | |
| * | | 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 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 8 | -53/+61 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 4 | -5/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 5 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 3 | -7/+7 | |
| |\| | |||||
| | * | Fix the Ubuntu package name for ssl_gnutls. | 2021-05-07 | 1 | -1/+1 | |
| | * | Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image.•••The Argon2 PPA is broken again and I don't want to deal with the stress of working out why. The 16.04 image is EOL soon (see actions/virtual-environments/#1084) so switching off it is just easier. | 2021-05-07 | 1 | -1/+1 | |
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 3 | -3/+3 | |
| * | | Refactor the hex encoding function. | 2021-05-10 | 3 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 4 | -4/+4 | |
| |\| | |||||
| | * | Update the module descriptions. | 2021-04-21 | 5 | -5/+5 | |
| | * | Update references to config fields which were renamed. | 2021-04-14 | 3 | -3/+3 | |
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 3 | -3/+3 | |
| * | | Migrate IOHookProvider from reference<> to std::shared_ptr<>. | 2021-04-09 | 3 | -24/+21 | |
| * | | Default to rehashing TLS certificates on rehash. | 2021-04-08 | 3 | -3/+20 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 4 | -23/+22 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 7 | -45/+31 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 12 | -18/+18 | |
| * | | Constify variables within loops. | 2021-04-01 | 7 | -7/+7 | |
| * | | Convert SQL::Field to be a typedef of optional<string>. | 2021-03-30 | 3 | -4/+4 | |
| * | | Use emplace_back where possible. | 2021-03-30 | 2 | -5/+5 | |
| * | | Always disable TLSv1.0 and disable TLSv1.1 by default. | 2021-03-18 | 1 | -7/+3 | |
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 1 | -1/+1 | |
| * | | Pascalize Unset in extension item classes. | 2021-03-17 | 1 | -2/+2 | |
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -2/+2 | |
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 3 | -6/+6 | |
| |\| | |||||
| | * | Add a subclass of IOHookProvider for SSL modules. | 2021-03-09 | 3 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 2 | -2/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 2 | -2/+3 | |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 5 | -7/+14 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 5 | -4/+5 | |
| | * | Add a human-readable serialiser to the geolocation extensible. | 2021-02-22 | 1 | -0/+6 | |
| | * | Fix the message sent when SSL profiles are rehashed. | 2021-02-18 | 3 | -3/+3 | |
| | * | 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 | |
| * | | Merge branch 'insp3' into master. | 2020-12-04 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix default linker flags in libargon2•••It's -largon2, not -llibargon2. I've experienced build failures due to this. | 2020-12-03 | 1 | -1/+1 | |
| * | | Move config typedefs to ServerConfig and use auto in more places. | 2020-11-03 | 3 | -3/+3 | |
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 3 | -9/+9 | |
