summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mysql.cpp
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2019-11-16Refactor the MySQL code slightly.Peter Powell
2019-11-13Refactor the MySQL query and result queue classes.Peter Powell
2019-11-13Get rid of some dead code in the MySQL module.Peter Powell
2019-11-13Improve the logic around connecting to a MySQL server.Peter Powell
2019-11-13Add GetId() to the SQL::Provider class.Peter Powell
2019-08-20Improve escaping strings in the MySQL module.Peter Powell
2019-08-20Initialise and deallocate the MySQL library correctly.Peter Powell
2019-07-16Add package names for ArchLinux.Peter Powell
2019-06-24Reset diagnostic pragmas after including external headers (#1661).linuxdaemon
2019-06-14Log SQL queries at the debug log level.Peter Powell
2019-06-07Replace all abstract usages of his/he/her with they/their/it.Peter Powell
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2018-09-27Fix SQL modules using "provider" in <database> instead of "module".Peter Powell
2018-08-21Fix a few things that should be marked as override but aren't.Peter Powell
2018-07-24Make more config stuff case insensitive.Peter Powell
2018-07-15Use mysql_real_escape_string instead of mysql_escape string.Peter Powell
2018-04-16Add ConfigTag::getUInt for reading unsigned config values.Peter Powell
2018-04-16Remove the default value in ConfigTag::get{Duration,Float,Int}.Peter Powell
2018-04-07SQL: Add HasColumn() to check if a result contains a named column.Daniel Vassdal
2018-02-17Fix building on Windows (mostly).Peter Powell
2017-12-22Improve and modernize the SQL system API.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-11-12Merge tag 'v2.0.25' into master.Peter Powell
2017-10-21Add PackageInfo directives for Debian.Peter Powell
2017-10-15Update wiki links to use HTTPS and point to the correct pages.Peter Powell
2016-09-16Add CentOS PackageInfoAdam
2016-09-16Rewrite the build system directive parser.Peter Powell
2016-08-19Fix m_mysql warning about use of C++11 features on C++03.Peter Powell
2015-02-06m_mysql Add charset config optionFlorian Praden
2014-12-15Change type of some associative containers to their flat versions, including ...Attila Molnar
2014-07-25Merge insp20Attila Molnar
2014-06-13Change allocation of InspIRCd::Threads to be physically part of the object co...Attila Molnar
2014-04-13Change Windows libraries to be dynamically linkedAdam
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-06-06Merge insp20attilamolnar
2013-06-05Remove unnecessary string copies and dead codeattilamolnar
2013-06-01m_mysql Fix escaping strings longer than MAXBUF/2attilamolnar
2013-05-22m_mysql Fix crash on rehash when the database tags have been changed in the c...attilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-10-12Remove superfluous std::string()sattilamolnar
2012-09-13Fixed crash in m_mysql if a module is unloaded while executingAdam
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-06-18Fix extras compilation under WindowsAdam