summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mssql.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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