]> 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
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...