summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mssql.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to make this module scale much better. Dont connect on each query, ↵Gravatar peavey2008-05-091-25/+54
| | | | | | keep open and send a byte like MySQL module. Now with cleanup of bufferedsocket thanks to w00t <3 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9686 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix segfault on rehash and tweak the connect code.Gravatar peavey2008-05-091-18/+35
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9677 e03df62e-2008-0410-955e-edbf42e46eb7
* Add logging for static callback messages/errors from the database.Gravatar peavey2008-03-181-7/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9119 e03df62e-2008-0410-955e-edbf42e46eb7
* Its better to have asserted and failed, than not to fail at all according to ↵Gravatar peavey2008-03-171-0/+6
| | | | | | tds. Fix assertion error on DB down. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9118 e03df62e-2008-0410-955e-edbf42e46eb7
* There isnt any ssl support here, remove the readvalueGravatar brain2008-03-161-2/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9110 e03df62e-2008-0410-955e-edbf42e46eb7
* OK that should fix it for fail too. And make it compile again.Gravatar peavey2008-03-161-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9109 e03df62e-2008-0410-955e-edbf42e46eb7
* new/delete - malloc/free, remember peaveyGravatar peavey2008-03-161-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9108 e03df62e-2008-0410-955e-edbf42e46eb7
* Less mem leaking, thx Brain for noticing.Gravatar peavey2008-03-161-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9107 e03df62e-2008-0410-955e-edbf42e46eb7
* A little less debug saying WEEEE :]Gravatar peavey2008-03-161-4/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9106 e03df62e-2008-0410-955e-edbf42e46eb7
* Experimental support for Microsoft SQL Server. Might crash and burn alot. ↵Gravatar peavey2008-03-161-0/+770
Appreciate backtraces with full debuginfo if you run this. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9105 e03df62e-2008-0410-955e-edbf42e46eb7