aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mysql.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2026-06-051-1/+1
|
* Allow <database:tls> to work on MySQL forks that use the old API.Gravatar Sadie Powell2026-05-301-3/+6
| | | | Closes #2212.
* Fix <database:ssl> not being called <database:tls> as documented.Gravatar Sadie Powell2026-05-291-1/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2025-08-021-1/+0
|
* Migrate the Windows build to Conan 2.Gravatar Sadie Powell2025-04-171-4/+0
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* Update copyright headers.Gravatar InspIRCd Robot2025-02-281-1/+1
|
* Convert debug logging from string concatenation to format strings.Gravatar Sadie Powell2025-01-231-1/+1
| | | | | When running in normal mode this will prevent a bunch of expensive string concatenation.
* Use reference<>::ptr() in more places.Gravatar Sadie Powell2024-09-131-1/+1
|
* Add a helper template for checking MySQL errors.Gravatar Sadie Powell2024-08-061-3/+12
|
* Fix trying to fetch more MySQL rows than are available.Gravatar Sadie Powell2024-08-041-1/+2
| | | | | MySQL returns -1 on error in an unsigned field which was breaking this.
* 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
| |