aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mysql.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace InspIRCd::Format with fmt::format.Gravatar Sadie Powell2023-01-231-3/+3
* Log the versions of third-party libraries used by modules.Gravatar Sadie Powell2023-01-191-0/+4
* Qualify auto correctly in all cases.Gravatar Sadie Powell2023-01-101-1/+1
* Avoid copying shared_ptr<ConfigTag> when not necessary.Gravatar Sadie Powell2023-01-101-1/+1
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-2/+2
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-301-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-251-0/+6
|\|
| * Fix an incompatibility between MySQL and MariaDB.Gravatar Sadie Powell2022-12-181-0/+2
| * Add SSL support to the mysql module.Gravatar Sadie Powell2022-12-181-0/+4
* | Rework the levels things are logged at to make more sense.Gravatar Sadie Powell2022-12-181-3/+3
* | Yet more stylistic fixes.Gravatar Sadie Powell2022-12-011-1/+4
* | Use auto in places where it is really obvious what the type is.Gravatar Sadie Powell2022-09-041-1/+1
* | Fix some warnings noticed by the readability-* clang-tidy checkers.Gravatar Sadie Powell2022-09-031-3/+3
* | Clean up the Windows build process and remove some legacy code.Gravatar Sadie Powell2022-09-031-3/+2
* | Modernize various minor legacy C++isms.Gravatar Sadie Powell2022-07-301-3/+3
* | Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-2/+2
* | Tweak the compiler flags for extra modules a bit.•••- Use pkg-config for the pgsql module. - Remove defaults from argon2, geo_maxmind, and regex_re2 (these are not needed with newer package versions). - Remove old library warning from geo_maxmind (no longer needed). [skip windows ci] Gravatar Sadie Powell2022-05-061-0/+1
* | Rewrite logging calls to use the new APIs.Gravatar Sadie Powell2022-05-011-4/+4
* | Slim the included headers down more.Gravatar Sadie Powell2022-01-261-1/+4
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-6/+6
* | Refactor CoreException and ModuleException.Gravatar Sadie Powell2022-01-071-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-051-7/+0
|\|
| * Silence a warning in the mysql module on MySQL 8.0.27.Gravatar Sadie Powell2021-10-251-1/+8
* | Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-041-5/+8
* | Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-281-2/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-08-271-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-3/+3
|\|
| * Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-211-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-071-1/+1
|\|
| * Migrate Windows builds to installing their dependencies via Conan.Gravatar Sadie Powell2021-06-071-1/+1
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-6/+6
* | Migrate collections from insert to emplace.Gravatar Sadie Powell2021-04-181-1/+1
* | Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-16/+15
* | Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-041-2/+2
* | Constify variables within loops.Gravatar Sadie Powell2021-04-011-1/+1
* | Convert SQL::Field to be a typedef of optional<string>.Gravatar Sadie Powell2021-03-301-1/+1
* | Use emplace_back where possible.Gravatar Sadie Powell2021-03-301-4/+4
* | Clean up a bunch of contructors and destructors.Gravatar Sadie Powell2020-11-011-1/+0
* | Convert ConfigTag from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-2/+2
* | 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. Gravatar Sadie Powell2020-10-311-5/+6
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-5/+5
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-2/+2
| * Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-211-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Fix an oversight in mkversions that caused it to not update extras.Gravatar Sadie Powell2020-04-101-1/+1
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-6/+6
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-15/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-3/+10
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-3/+10