index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
/
m_sql.cpp
Age
Commit message (
Expand
)
Author
2006-07-21
Move this to m_mysql.cpp - dont even bother reading this yet its unchanged fr...
brain
2006-07-10
Making lots of stuff inherit from classbase so we can use it as a holdall cla...
brain
2006-06-15
Now uses mysql_config and mysql_rpath.pl
brain
2006-04-30
In 1.1, we return a negative value when QueryCount has a downed connection - ...
brain
2006-04-30
Merge of peaveydk's diff (at last)
brain
2006-04-24
delete operator tracking in debug mode (using a macro -- live with it.)
brain
2006-04-06
Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...
w00t
2006-03-11
More const ref fixes
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2006-01-14
SQL uses some crappy structs with pointer voodoo that prevent comparison with...
brain
2006-01-14
Fix to parentheses and chown to brain
brain
2006-01-14
Extra m_sql field checking
root
2005-12-26
Last set converted to 'Implements'
brain
2005-12-21
Changed $CompileFlags to seperate $CompileFlags and $LinkerFlags
brain
2005-12-07
Changed behaviour of module API to pass Server* to the constructor, rather th...
brain
2005-11-30
Added a parameter to OnRehash for the rehash parameter
brain
2005-05-15
Changed to use __single_client_alloc, faster on most systems in a single thread
brain
2005-05-15
Moved a ton of functions into helperfuncs.h to speed up recompiles
brain
2005-05-06
Test fix for 3.23 and below
brain
2005-04-26
Major code tidyup (-W) - expect a few belches
brain
2005-04-25
Fixed include issue
brain
2005-04-22
Fixed crash-n-burn on rehash
brain
2005-04-21
Changed description comment
brain
2005-04-21
Added m_sqlauth - allows authorizing of connections via an arbitary mysql tab...
brain
2005-04-21
Updated with a bit more debug output
brain
2005-04-21
New stuff actually compiles now
brain
2005-04-21
Added header for m_sql with inherited Request class
brain
2005-04-21
Corrected library paths in $CompileFlags
brain
2005-04-21
Tested initial m_sql (works with issues)
brain
2005-04-20
Added preliminary m_sql.cpp
brain