summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sql.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added support for OSX back, based upon particularly weighty patch from ↵Gravatar brain2006-06-221-0/+2
| | | | | | BuildSmart git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4048 e03df62e-2008-0410-955e-edbf42e46eb7
* Updated to use mysql_configGravatar brain2006-06-151-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4010 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge of peaveydk's diff (at last)Gravatar brain2006-04-301-3/+24
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3919 e03df62e-2008-0410-955e-edbf42e46eb7
* More const ref fixesGravatar brain2006-03-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3656 e03df62e-2008-0410-955e-edbf42e46eb7
* Updated copyrights in headers etc using perl inplace editGravatar brain2006-01-151-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7
* SQL uses some crappy structs with pointer voodoo that prevent comparison ↵Gravatar brain2006-01-141-7/+4
| | | | | | with if() ! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2791 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix to parentheses and chown to brainGravatar brain2006-01-141-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2790 e03df62e-2008-0410-955e-edbf42e46eb7
* Extra m_sql field checkingGravatar root2006-01-141-5/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2789 e03df62e-2008-0410-955e-edbf42e46eb7
* Last set converted to 'Implements'Gravatar brain2005-12-261-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2667 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed $CompileFlags to seperate $CompileFlags and $LinkerFlagsGravatar brain2005-12-211-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2595 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed behaviour of module API to pass Server* to the constructor, rather ↵Gravatar brain2005-12-071-5/+5
| | | | | | than have to create one (makes more sense) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2252 e03df62e-2008-0410-955e-edbf42e46eb7
* Added a parameter to OnRehash for the rehash parameterGravatar brain2005-11-301-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2058 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed to use __single_client_alloc, faster on most systems in a single threadGravatar brain2005-05-151-0/+1
| | | | | | | Specified namespace std in *all* files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7
* Moved a ton of functions into helperfuncs.h to speed up recompilesGravatar brain2005-05-151-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1383 e03df62e-2008-0410-955e-edbf42e46eb7
* Test fix for 3.23 and belowGravatar brain2005-05-061-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1315 e03df62e-2008-0410-955e-edbf42e46eb7
* Major code tidyup (-W) - expect a few belchesGravatar brain2005-04-261-7/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1190 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed include issueGravatar brain2005-04-251-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1189 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed crash-n-burn on rehashGravatar brain2005-04-221-4/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1163 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed description commentGravatar brain2005-04-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1158 e03df62e-2008-0410-955e-edbf42e46eb7
* Added m_sqlauth - allows authorizing of connections via an arbitary mysql ↵Gravatar brain2005-04-211-6/+2
| | | | | | table with a username and password field git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1156 e03df62e-2008-0410-955e-edbf42e46eb7
* Updated with a bit more debug outputGravatar brain2005-04-211-0/+22
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1154 e03df62e-2008-0410-955e-edbf42e46eb7
* New stuff actually compiles nowGravatar brain2005-04-211-17/+21
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1150 e03df62e-2008-0410-955e-edbf42e46eb7
* Added header for m_sql with inherited Request classGravatar brain2005-04-211-0/+66
| | | | | | | Added simple API for m_sql git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1149 e03df62e-2008-0410-955e-edbf42e46eb7
* Corrected library paths in $CompileFlagsGravatar brain2005-04-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1148 e03df62e-2008-0410-955e-edbf42e46eb7
* Tested initial m_sql (works with issues)Gravatar brain2005-04-211-8/+78
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1145 e03df62e-2008-0410-955e-edbf42e46eb7
* Added preliminary m_sql.cppGravatar brain2005-04-201-0/+201
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1141 e03df62e-2008-0410-955e-edbf42e46eb7