aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mysql.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-12-081-51/+61
|\|
| * Refactor the MySQL code slightly.Gravatar Peter Powell2019-11-161-9/+10
| * Refactor the MySQL query and result queue classes.Gravatar Peter Powell2019-11-131-33/+52
| * Get rid of some dead code in the MySQL module.Gravatar Peter Powell2019-11-131-9/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-11-131-19/+36
|\|
| * Improve the logic around connecting to a MySQL server.•••- The connection timeout can now be customised with <database:timeout>. - <database:port> is now limited to the 1-65535 range. - The MySQL library will now not install a SIGPIPE handler as it would override the default InspIRCd ignore behavopur. - Errors caused by setting the default character set and executing the initial query are now no longer ignored. Gravatar Peter Powell2019-11-131-17/+32
| * Add GetId() to the SQL::Provider class.Gravatar Peter Powell2019-11-131-2/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-09-231-23/+35
|\|
| * Improve escaping strings in the MySQL module.Gravatar Peter Powell2019-08-201-23/+29
| * Initialise and deallocate the MySQL library correctly.Gravatar Peter Powell2019-08-201-0/+6
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-161-1/+10
|\|
| * Add package names for ArchLinux.Gravatar Peter Powell2019-07-161-0/+1
| * Reset diagnostic pragmas after including external headers (#1661).Gravatar linuxdaemon2019-06-241-0/+7
| * Log SQL queries at the debug log level.•••This makes debugging issues easier. Gravatar Peter Powell2019-06-141-0/+1
| * Replace all abstract usages of his/he/her with they/their/it.Gravatar Peter Powell2019-06-071-1/+1
* | Replace socketengine_{pthread,win32} with C++11 threads.Gravatar Sadie Powell2019-05-151-12/+12
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-1/+1
|\|
| * Textual improvements and fixes such as typos, casing, etc. (#1612)Gravatar Robby2019-04-281-1/+1