summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mysql.cpp
AgeCommit message (Expand)Author
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
2010-10-15Remove m_sqlv2.h from these modules, they both use v3 now.Dennis Friis
2010-08-04Fix $md5pass and $sha256pass in SQL queriesDaniel De Graaf
2010-03-22Fix MySQL crash on module unload with empty query queuedanieldg
2010-03-13Fix uninit pointer on MySQL initial connectiondanieldg
2010-03-13Handle database not present a bit better, add missing MySQL rehash on initdanieldg
2010-03-13Change SQLv3 to format queries during submission, not beforedanieldg
2010-03-13Add OnUnloadModule hook to MySQLdanieldg
2010-03-13Convert MySQL to SQLv3danieldg
2010-03-05Fix SQL modules not all using AddService, noticed by Morpheusdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-11Allow static build of inspircd without module supportdanieldg