summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mysql.cpp
AgeCommit message (Expand)Author
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
2009-10-18Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReaderdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-09-30Fix compilation of SQL modules, use GlobalCulls to clean up deleted modulesdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-02Add initial query support to m_mysql [patch by Athenon]danieldg
2009-09-02Cast rework: use C++ style static_cast<> instead of C-style castsdanieldg
2009-08-10Fix thread join not working for subclasses of Thread because of C++ destructo...danieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-03-27Fix potential crash on uninitialised varpeavey
2009-03-23Fix compile error due to mismergedanieldg
2009-03-23ThreadEngine: Allow interthread signaling without needing as many hacksdanieldg
2009-03-23ThreadEngine: remove MutexFactory, mutexes should be constructed using their ...danieldg
2009-03-23ThreadEngine: remove excessive mutex use on thread creationdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-12and here, and herepeavey
2009-02-12Several fixes to mysql module:peavey
2009-02-11I really dont get the oddball count()? rewrite itbrain
2009-02-11Merge in initial numbered parameters patch from Phoenix, thanks :)brain
2009-01-02Update copyrights for 2009.w00t
2008-10-04Header tidyups. Apart from module to module API stuff and external deps, modu...brain
2008-09-21someone forget an instancebrain
2008-09-13more namespace fix0rzpeavey
2008-09-09Remember to free some stuff when failing in the ctorbrain
2008-09-09fix compile errors (whoops)brain
2008-09-09Whoops, schoolboy errorbrain
2008-09-09Add connmutex to mutex the connections vector, otherwise we can get access fr...brain
2008-09-09peavey, w00t, this works now. Methods werent copied right. Please feel free t...brain
2008-09-09fix various bodge-ups, we must have been tired when fixing this in the first ...brain
2008-09-09not test compiled yet: sql modules werent working because someone chopped out...brain
2008-09-08Check the wrong way around is just stupid. ;pw00t