aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mysql.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Modernise PackageInfo directives.Gravatar Sadie Powell2024-07-131-4/+3
| | | | | | | - Add Alpine packages. - Add missing directives to log_json. - Drop obsolete version constraints. - Use system-like for debian and rhel.
* Update copyright headers.Gravatar InspIRCd Robot2024-06-211-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
|
* Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-06-071-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2024-05-201-0/+6
|\|
| * Deallocate the old MySQL connection on connect if one exists.Gravatar Sadie Powell2024-05-031-0/+6
| |
* | Add SRV record support to the mysql module.Gravatar Sadie Powell2024-05-101-2/+17
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-12-141-1/+1
|\|
| * Fix the Windows build.Gravatar Sadie Powell2023-12-141-1/+1
| | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* | Rename the error log level to critical.Gravatar Sadie Powell2023-08-111-3/+3
| | | | | | | | | | "ERROR" is apparently defined by more than just Windows. Let's pick a different name which is less likely to cause collisions.
* | Update usages of stdalgo::string::equalsci to use insp::equalsci.Gravatar Sadie Powell2023-08-111-1/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-04-281-2/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2023-04-281-2/+1
| |
* | Remove unnecessary mysql include file.Gravatar Sadie Powell2023-02-051-1/+0
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-251-3/+3
|\|
| * Fix PackageInfo directives in extra modules.Gravatar Sadie Powell2023-01-191-3/+3
| |
* | Replace getInt/getUInt/getFloat with type safe templated functions.Gravatar Sadie Powell2023-01-251-1/+1
| |
* | Convert log calls to use fmtlib format stringsGravatar Sadie Powell2023-01-241-7/+7
| |
* | 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.Gravatar Sadie Powell2022-05-061-0/+1
| | | | | | | | | | | | | | | | | | - 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]
* | 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).Gravatar Josh Soref2021-06-211-3/+3
| | | | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* | 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
| |