]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_mysql.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / extra / m_mysql.cpp
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...
2007-05-06 brainFix for bug #263 - note, this NEEDS QA TESTING
2007-01-17 brainMove QueryQueue class into m_sqlv2 to prevent flat...
2007-01-17 brainMass comment removal.
2007-01-14 brainAdd eval() and exec() macros, that evaluate perl and...
2007-01-13 brainExtra stuff to improve buildsystem, calculate lib and...
2007-01-02 peaveyRemove a TODO comment. Also added support for <database...
2007-01-02 peaveym_mysql can now do REHASH proper. Detects any changes...
2007-01-02 peaveyAlso use SQLhost for host config.
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-30 peaveyThat should make it load/unload, still needs REHASH...
2006-12-29 peaveyWriting beyond malloc'ed mem of a char pointer will...
2006-12-28 peaveyChange the SQLutils and SQL providers to also use inter...
2006-12-28 peaveyFix mem leakage in reading in and connecting to databas...
2006-12-21 brainFix for bug #180, logging is not threadsafe, mutex...
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-12-04 brainUpdate $ModDep lines so that these properly depend...
2006-10-22 brainOops, memory leaks!
2006-10-20 brainConst refs
2006-10-06 brainDocument more classes
2006-10-01 brainNow with binary versioning goodness
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainSomehow, i'd cp'd all these and was making local changes :/
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainPublishFeature, FindFeature, FindModule, PriorityBefore...
2006-08-10 brainRemoval of Server::Log -- not much ever used it anyway...
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
next