aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mysql.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-635/+0
* Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-131-4/+3
|\
| * Modernise PackageInfo directives.•••- Add Alpine packages. - Add missing directives to log_json. - Drop obsolete version constraints. - Use system-like for debian and rhel. Gravatar Sadie Powell2024-07-131-4/+3
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-06-231-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2024-06-211-1/+1
* | Always use fmtlib directly.Gravatar Sadie Powell2024-06-071-2/+2
|/
* 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.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-12-141-1/+1
* | Rename the error log level to critical.•••"ERROR" is apparently defined by more than just Windows. Let's pick a different name which is less likely to cause collisions. Gravatar Sadie Powell2023-08-111-3/+3
* | 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.•••- 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