| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | ||
| * | | Clean up a bunch of contructors and destructors. | 2020-11-01 | 1 | -1/+0 | ||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 9 | -16/+16 | ||
| * | | 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 | 7 | -28/+25 | ||
| * | | Fix reading the <sslprofile> config. | 2020-10-31 | 3 | -3/+3 | ||
| * | | X509CRL does not need to inherit from refcountbase. | 2020-10-31 | 1 | -1/+1 | ||
| * | | Convert OperInfo from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+0 | ||
| * | | Merge branch 'insp3' into master. | 2020-10-27 | 1 | -0/+194 | ||
| |\| | ||||||
| | * | Fixes by misspell-fixer | 2020-10-15 | 1 | -1/+1 | ||
| | * | Implement support for Argon2 password hashing.•••Resolves #1540. | 2020-10-10 | 1 | -0/+214 | ||
| | * | Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated. | 2020-09-16 | 3 | -3/+3 | ||
| * | | Rewrite the regex system from scratch.•••* Move everything to the Regex namespace: - Regex -> Regex::Pattern - RegexException -> Regex::Exception - RegexFactory -> Regex::Engine * Add support for regex flags. - Regex::OPT_CASE_INSENSITIVE performs case-insensitive matching. * Add the Regex::EngineReference class as a friendly wrapper around dynamic_reference_nocheck<Regex::Engine>. * Add the Regex::SimpleEngine template class for automating the implementation of regex factory classes. * Use std::shared_ptr for Regex::Pattern objects instead of making users manage memory manually. | 2020-07-28 | 4 | -129/+97 | ||
| * | | Work around RE2 specifying -std=c++11 in its pkg-config file. | 2020-07-25 | 1 | -1/+1 | ||
| * | | Remove obsolete silencing of C++11 warnings from ssl_mbedtls. | 2020-07-25 | 1 | -11/+0 | ||
| * | | Pascalize ExtensionItem::{get,set,unset}_raw. | 2020-07-20 | 1 | -3/+3 | ||
| * | | Merge branch 'insp3' into master. | 2020-07-15 | 4 | -0/+11 | ||
| |\| | ||||||
| | * | Warn about broken versions of libmaxminddb. | 2020-07-01 | 1 | -0/+2 | ||
| | * | Improve SSL module debug logging. | 2020-06-16 | 3 | -0/+9 | ||
| | * | Add a warning about LibreSSL support being removed in master. | 2020-05-15 | 1 | -0/+7 | ||
| | * | regex_stdlib: Don't copy std::regex_error when catching it. | 2020-05-09 | 1 | -2/+3 | ||
| * | | Remove compat for the v2 <gnutls> and <openssl> tags. | 2020-06-16 | 3 | -110/+57 | ||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 8 | -145/+150 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-04-24 | 9 | -15/+16 | ||
