aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-015-17/+17
|\
| * Allow reloading SSL profiles on rehash.Gravatar Sadie Powell2021-06-243-7/+9
| * Add a log message to the SSL mods to remind users how to reload profiles.Gravatar Sadie Powell2021-06-243-0/+15
| * Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-215-17/+17
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-181-39/+23
|\|
| * Clean up VerifyCertificate in the ssl_gnutls module.Gravatar Sadie Powell2021-06-141-39/+23
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-072-2/+2
|\|
| * Migrate Windows builds to installing their dependencies via Conan.Gravatar Sadie Powell2021-06-072-2/+2
* | Demote the regex_tre module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-91/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-011-1/+25
|\|
| * Implement support for setting TLSv1.3 ciphersuites in ssl_openssl.Gravatar Sadie Powell2021-05-251-1/+25
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-308-53/+61
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-144-5/+5
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-05-145-6/+6
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-113-7/+7
|\|
| * Fix the Ubuntu package name for ssl_gnutls.Gravatar Sadie Powell2021-05-071-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. Gravatar Sadie Powell2021-05-071-1/+1
| * Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-273-3/+3
* | Refactor the hex encoding function.Gravatar Sadie Powell2021-05-103-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-04-274-4/+4
|\|
| * Update the module descriptions.Gravatar Sadie Powell2021-04-215-5/+5
| * Update references to config fields which were renamed.Gravatar Sadie Powell2021-04-143-3/+3
* | Migrate collections from insert to emplace.Gravatar Sadie Powell2021-04-183-3/+3
* | Migrate IOHookProvider from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2021-04-093-24/+21
* | Default to rehashing TLS certificates on rehash.Gravatar Sadie Powell2021-04-083-3/+20
* | Refer to encryption as TLS instead of SSL in all messages.Gravatar Sadie Powell2021-04-084-23/+22
* | Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-077-45/+31
* | Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-0412-18/+18
* | Constify variables within loops.Gravatar Sadie Powell2021-04-017-7/+7
* | Convert SQL::Field to be a typedef of optional<string>.Gravatar Sadie Powell2021-03-303-4/+4
* | Use emplace_back where possible.Gravatar Sadie Powell2021-03-302-5/+5
* | Always disable TLSv1.0 and disable TLSv1.1 by default.Gravatar Sadie Powell2021-03-181-7/+3
* | Mark {From,To}{Human,Internal,Network} as noexcept.Gravatar Sadie Powell2021-03-171-1/+1
* | Pascalize Unset in extension item classes.Gravatar Sadie Powell2021-03-171-2/+2
* | Pascalize Set in extension item classes.Gravatar Sadie Powell2021-03-171-2/+2
* | Pascalize Get in extension item classes.Gravatar Sadie Powell2021-03-171-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-103-6/+6
|\|
| * Add a subclass of IOHookProvider for SSL modules.Gravatar Sadie Powell2021-03-093-6/+6
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-052-2/+3
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-03-052-2/+3
* | Refactor classbase/CullResult into Cullable/Cullable::Result.Gravatar Sadie Powell2021-03-021-4/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-285-7/+14
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-265-4/+5
| * Add a human-readable serialiser to the geolocation extensible.Gravatar Sadie Powell2021-02-221-0/+6
| * Fix the message sent when SSL profiles are rehashed.Gravatar Sadie Powell2021-02-183-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. Gravatar Sadie Powell2021-01-181-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-041-1/+1
|\|
| * Fix default linker flags in libargon2•••It's -largon2, not -llibargon2. I've experienced build failures due to this.Gravatar Elizabeth Myers2020-12-031-1/+1
* | Move config typedefs to ServerConfig and use auto in more places.Gravatar Sadie Powell2020-11-033-3/+3
* | Move FilePosition to fileutils.h and use in ConfigTag.Gravatar Sadie Powell2020-11-033-9/+9