]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_sqlv2.h
The rest of the server protocol interface and fix a warning in m_rline
[user/henk/code/inspircd.git] / src / modules / extra / m_sqlv2.h
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-24 brainRemove variadic macros from sqlv2 api, removing the...
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-01-17 brainMove QueryQueue class into m_sqlv2 to prevent flat...
2007-01-14 peaveyMake m_sqlv2.h::SQLquery extend 'classbase', for easy...
2007-01-02 peaveyAdd class SQLhost that represents a <database> config...
2006-12-24 brainSQLQuery operator% and operator, now support any data...
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-09-25 brainWhoops, patch
2006-09-25 brainFix (broken) ./configure -update and ./configure -modupdate
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-07-23 omChange to use GetId() and ID rather than GetData()...
2006-07-23 omGive SQLfield's constructor parameters default values...
2006-07-22 brainAlter for Rows() == X, Cols() == 0 for 'X rows affected...
2006-07-22 brainChange to doxygen-friendly comments, and actually docum...
2006-07-22 omAdd new QREPLY_FAIL error code (bad query syntax etc)
2006-07-22 om*hide*, I forgot to include the ID in the SQLresult...
2006-07-21 omParamL needs to be a deque rather than a vector *thwap*
2006-07-21 omAPI header and client module updates for new multi...
2006-07-20 omMake SQLexception inherit ModuleException
2006-07-20 omUpdates, should be able to safely unload client modules...
2006-07-20 omOkay, working PostgreSQL module, API header and example...
2006-07-20 omOkay, this is getting towards working now. It just...
2006-07-12 omA few updates to the API header
2006-07-10 brainInherit just about everything from classbase
2006-07-09 omOkay..updates to u_listmode, general cleanups and add...
2006-07-07 omMore stuff for m_pgsql in, provider-side API stuff...