summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mysql.cpp
AgeCommit message (Expand)Author
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
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-06Fix for bug #263 - note, this NEEDS QA TESTINGbrain
2007-01-17Move QueryQueue class into m_sqlv2 to prevent flat-out duplication of identic...brain
2007-01-17Mass comment removal.brain
2007-01-14Add eval() and exec() macros, that evaluate perl and execute commands at conf...brain
2007-01-13Extra stuff to improve buildsystem, calculate lib and include dirs at configu...brain
2007-01-02Remove a TODO comment. Also added support for <database:port> option since r6...peavey
2007-01-02m_mysql can now do REHASH proper. Detects any changes made to config and load...peavey
2007-01-02Also use SQLhost for host config.peavey
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-30That should make it load/unload, still needs REHASH done proper.peavey
2006-12-29Writing beyond malloc'ed mem of a char pointer will crash with a vengeance. F...peavey
2006-12-28Change the SQLutils and SQL providers to also use interfaces for proper unloa...peavey
2006-12-28Fix mem leakage in reading in and connecting to databases and have destructor...peavey