]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_sql.cpp
API header and client module updates for new multi-parameter query request. Needs...
[user/henk/code/inspircd.git] / src / modules / extra / m_sql.cpp
2006-07-10 brainMaking lots of stuff inherit from classbase so we can...
2006-06-15 brainNow uses mysql_config and mysql_rpath.pl
2006-04-30 brainIn 1.1, we return a negative value when QueryCount...
2006-04-30 brainMerge of peaveydk's diff (at last)
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-11 brainMore const ref fixes
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-14 brainSQL uses some crappy structs with pointer voodoo that...
2006-01-14 brainFix to parentheses and chown to brain
2006-01-14 rootExtra m_sql field checking
2005-12-26 brainLast set converted to 'Implements'
2005-12-21 brainChanged $CompileFlags to seperate $CompileFlags and...
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-30 brainAdded a parameter to OnRehash for the rehash parameter
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-06 brainTest fix for 3.23 and below
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-25 brainFixed include issue
2005-04-22 brainFixed crash-n-burn on rehash
2005-04-21 brainChanged description comment
2005-04-21 brainAdded m_sqlauth - allows authorizing of connections...
2005-04-21 brainUpdated with a bit more debug output
2005-04-21 brainNew stuff actually compiles now
2005-04-21 brainAdded header for m_sql with inherited Request class
2005-04-21 brainCorrected library paths in $CompileFlags
2005-04-21 brainTested initial m_sql (works with issues)
2005-04-20 brainAdded preliminary m_sql.cpp