]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_mysql.cpp
Change Windows libraries to be dynamically linked
[user/henk/code/inspircd.git] / src / modules / extra / m_mysql.cpp
2014-04-13 AdamChange Windows libraries to be dynamically linked
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-06-01 attilamolnarm_mysql Fix escaping strings longer than MAXBUF/2
2013-05-22 attilamolnarm_mysql Fix crash on rehash when the database tags...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-13 AdamFixed crash in m_mysql if a module is unloaded while...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2011-06-18 AdamFix extras compilation under Windows
2010-10-15 Dennis FriisRemove m_sqlv2.h from these modules, they both use...
2010-08-04 Daniel De GraafFix $md5pass and $sha256pass in SQL queries
2010-03-22 danieldgFix MySQL crash on module unload with empty query queue
2010-03-13 danieldgFix uninit pointer on MySQL initial connection
2010-03-13 danieldgHandle database not present a bit better, add missing...
2010-03-13 danieldgChange SQLv3 to format queries during submission, not...
2010-03-13 danieldgAdd OnUnloadModule hook to MySQL
2010-03-13 danieldgConvert MySQL to SQLv3
2010-03-05 danieldgFix SQL modules not all using AddService, noticed by...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-11 danieldgAllow static build of inspircd without module support
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-30 danieldgFix compilation of SQL modules, use GlobalCulls to...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-02 danieldgAdd initial query support to m_mysql [patch by Athenon]
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-08-10 danieldgFix thread join not working for subclasses of Thread...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-03-27 peaveyFix potential crash on uninitialised var
2009-03-23 danieldgFix compile error due to mismerge
2009-03-23 danieldgThreadEngine: Allow interthread signaling without needi...
2009-03-23 danieldgThreadEngine: remove MutexFactory, mutexes should be...
2009-03-23 danieldgThreadEngine: remove excessive mutex use on thread...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-12 peaveyand here, and here
2009-02-12 peaveySeveral fixes to mysql module:
2009-02-11 brainI really dont get the oddball count()? rewrite it
2009-02-11 brainMerge in initial numbered parameters patch from Phoenix...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-04 brainHeader tidyups. Apart from module to module API stuff...
2008-09-21 brainsomeone forget an instance
2008-09-13 peaveymore namespace fix0rz
2008-09-09 brainRemember to free some stuff when failing in the ctor
2008-09-09 brainfix compile errors (whoops)
2008-09-09 brainWhoops, schoolboy error
2008-09-09 brainAdd connmutex to mutex the connections vector, otherwis...
2008-09-09 brainpeavey, w00t, this works now. Methods werent copied...
2008-09-09 brainfix various bodge-ups, we must have been tired when...
2008-09-09 brainnot test compiled yet: sql modules werent working becau...
2008-09-08 w00tCheck the wrong way around is just stupid. ;p
2008-09-08 w00tFix warning, thanks peavums
2008-09-08 w00tMore compile fixes.
2008-09-08 w00tFix compile problems hopefully..
2008-09-08 w00t(Attempt to) convert MySQL to using listener base.
2008-09-06 brainUse lock/unlock
2008-09-05 brainsql api and m_mysql compile fixes for windows
2008-09-04 brainNeeds the .lib apparently
2008-09-04 brainThis would be useful, too
2008-09-04 brainOf course, it DOES help to actually initialise the...
2008-09-04 brainUpdate comment
2008-09-04 brainNow uses Mutex class. No need for pthreads use directly...
2008-09-04 brainThread is now a Thread derived class, now need to conve...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-09 brainFix for bug #583 reported by Deyan, thanks for the...
2008-07-12 w00tFix a memory leak in m_mysql, found and patched by...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-01 brain#define NO_CLIENT_LONG_LONG, makes mysql.h ANSI C+...
2008-03-29 brainUnknown as to if the old code works
2008-03-24 brainAnd more of them
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-18 brainMerge in patch by Darom that fixes race condition when...
2008-02-13 brainPatch provided by danieldg for fixing 3-figure versions...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-12 aquanight-Wshadow fixes for some modules in extra/
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-29 brainThe mysql worker thread only sleeps 50 nanosecs between...
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-24 brainRemove variadic macros from sqlv2 api, removing the...
2007-10-24 brainPedantic clean
2007-10-23 brainAdd $NoPedantic build macro, for m_mysql because mysql...
2007-10-23 brainPedantic safe
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-23 brainCraquity craq De-craq!
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-17 brainMore
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
next