]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_mssql.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / extra / m_mssql.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-08-10 danieldgFix thread join not working for subclasses of Thread...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-03-23 peaveyMake this compile.
2009-03-23 danieldgThreadEngine: Allow interthread signaling without needi...
2009-03-23 danieldgThreadEngine: remove MutexFactory, mutexes should be...
2009-03-23 danieldgThreadEngine: remove excessive mutex use on thread...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-12 peaveyand here, and here
2009-02-11 brainI really dont get the oddball count()? rewrite it
2009-02-11 brainMerge in initial numbered parameters patch from Phoenix...
2009-01-02 w00tUpdate copyrights for 2009.
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...