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_mssql.cpp
Age
Commit message (
Expand
)
Author
2008-09-05
Now with threaded queries.
peavey
2008-09-05
mysql's windows build is utter hell to get working the way we wanted. The pac...
brain
2008-09-05
sql api and m_mysql compile fixes for windows
brain
2008-08-25
Change module versions to use a string instead of fixed digits, and use props...
w00t
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-05-28
revert this 1 revision back, since it fell victim to collateral damage of the...
peavey
2008-05-19
Fix these too
brain
2008-05-09
Fixes to make this module scale much better. Dont connect on each query, keep...
peavey
2008-05-09
Fix segfault on rehash and tweak the connect code.
peavey
2008-03-18
Add logging for static callback messages/errors from the database.
peavey
2008-03-17
Its better to have asserted and failed, than not to fail at all according to ...
peavey
2008-03-16
There isnt any ssl support here, remove the readvalue
brain
2008-03-16
OK that should fix it for fail too. And make it compile again.
peavey
2008-03-16
new/delete - malloc/free, remember peavey
peavey
2008-03-16
Less mem leaking, thx Brain for noticing.
peavey
2008-03-16
A little less debug saying WEEEE :]
peavey
2008-03-16
Experimental support for Microsoft SQL Server. Might crash and burn alot. App...
peavey