summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mysql.cpp
AgeCommit message (Expand)Author
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
2008-09-08Fix warning, thanks peavumsw00t
2008-09-08More compile fixes.w00t
2008-09-08Fix compile problems hopefully..w00t
2008-09-08(Attempt to) convert MySQL to using listener base.w00t
2008-09-06Use lock/unlockbrain
2008-09-05sql api and m_mysql compile fixes for windowsbrain
2008-09-04Needs the .lib apparentlybrain
2008-09-04This would be useful, toobrain
2008-09-04Of course, it DOES help to actually initialise the Mutex objects, and delete ...brain
2008-09-04Update commentbrain
2008-09-04Now uses Mutex class. No need for pthreads use directly in this lib. Needs te...brain
2008-09-04Thread is now a Thread derived class, now need to convert the mutexes. With t...brain
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-09Fix for bug #583 reported by Deyan, thanks for the heads upbrain
2008-07-12Fix a memory leak in m_mysql, found and patched by Dart in bug #570 - thanksw00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-01#define NO_CLIENT_LONG_LONG, makes mysql.h ANSI C++ compliant so that we can ...brain
2008-03-29Unknown as to if the old code worksbrain
2008-03-24And more of thembrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-18Merge in patch by Darom that fixes race condition when unloading m_mysql.so t...brain
2008-02-13Patch provided by danieldg for fixing 3-figure versions in configurebrain
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-12-Wshadow fixes for some modules in extra/aquanight
2008-01-10Header update: 2007 -> 2008w00t
2007-11-29The mysql worker thread only sleeps 50 nanosecs between cycles, this is not e...brain
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-24Remove variadic macros from sqlv2 api, removing the warnings that come with i...brain
2007-10-24Pedantic cleanbrain
2007-10-23Add $NoPedantic build macro, for m_mysql because mysql AB dont know how to co...brain
2007-10-23Pedantic safebrain
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-23Craquity craq De-craq!brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17Morebrain