]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_mysql.cpp
'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are auto skipp...
[user/henk/code/inspircd.git] / src / modules / extra / m_mysql.cpp
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...
2006-08-01 brainAF_INET -> define to AF_FAMILY, will be either AF_INET...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-23 brainTidyup and bugfix, not copying the correct column...
2006-07-23 omChange to use GetId() and ID rather than GetData()...
2006-07-23 brainFixed to dynamically allocate the fieldlist
2006-07-23 brainMove mysql_rpath into extra
2006-07-23 brainMore stuff to return empty lists and maps when there...
2006-07-23 brainAdjust m_mysql to match the assumed behaviour of m_pgsq...
2006-07-22 brainAlter for Rows() == X, Cols() == 0 for 'X rows affected...
2006-07-22 brainI hate the fucking mysql devs. Craq smoking bastards.
2006-07-22 brainAllocate id properly
2006-07-22 brainStop publishing MySQL feature - check for successful...
2006-07-22 brain* Change to use QREPLY_FAIL
2006-07-22 brainAdd extra parameter to MySQLresult and SQLresult
2006-07-22 brainAdd back the auto reconnect
2006-07-22 brainTest commit to sync after network outage
2006-07-22 brainHuge ass comment about how this works
2006-07-22 brainWorks with the m_testclient test program/suite!
2006-07-22 brainError checking and debug
2006-07-22 brainWorks now (again, to a point)
2006-07-22 brainTry and find out why stuff isnt working
2006-07-22 brainGetting a bit further
2006-07-21 brainAdded notification socket
2006-07-21 brainOne mess and a half that compiles. To be tidied some...
2006-07-21 brainDeal with ? substitution, we're at the point now where...
2006-07-21 brainSeems to work to a point (dont use it, it wont actually...
2006-07-21 brainThis now compiles, i gaurantee it doesnt work :P
2006-07-21 brainChange includes, use --libs_r rather than mysql_config...
2006-07-21 brainMove this to m_mysql.cpp - dont even bother reading...