]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_mssql.cpp
Handle file not found, and tidy up the perl.
[user/henk/code/inspircd.git] / src / modules / extra / m_mssql.cpp
2008-12-15 peaveyHandle file not found, and tidy up the perl.
2008-12-15 peaveyAdd support for freetds 0.82 which is being shipped...
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-09-13 peaveynamespace fix0rz
2008-09-12 peaveyLast cleanup. All trunk extras now builds again.
2008-09-12 peaveymore cleanup
2008-09-12 peaveycleanup
2008-09-12 peaveyfix for listenbase, tested and works like a charm.
2008-09-06 peaveyuse lock/unlock instead.
2008-09-05 peaveyNow with threaded queries.
2008-09-05 brainmysql's windows build is utter hell to get working...
2008-09-05 brainsql api and m_mysql compile fixes for windows
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-28 peaveyrevert this 1 revision back, since it fell victim to...
2008-05-19 brainFix these too
2008-05-09 peaveyFixes to make this module scale much better. Dont conne...
2008-05-09 peaveyFix segfault on rehash and tweak the connect code.
2008-03-18 peaveyAdd logging for static callback messages/errors from...
2008-03-17 peaveyIts better to have asserted and failed, than not to...
2008-03-16 brainThere isnt any ssl support here, remove the readvalue
2008-03-16 peaveyOK that should fix it for fail too. And make it compile...
2008-03-16 peaveynew/delete - malloc/free, remember peavey
2008-03-16 peaveyLess mem leaking, thx Brain for noticing.
2008-03-16 peaveyA little less debug saying WEEEE :]
2008-03-16 peaveyExperimental support for Microsoft SQL Server. Might...