summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqlite3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Whoops put this back to 3.3•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6423 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-211-1/+1
* Fix broken function vcheck() that checks one dot-delimited version string aga...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6422 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-211-1/+1
* Add extra macro pkgconfversion("packagename", "version");•••dies if the version you specify isnt installed. Also added to m_sqlite3: pkgconfversion("sqlite3", "3.3") Note: this will die at configuration time, not compilation time. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6421 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-211-1/+1
* Mass comment removal.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6367 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-171-14/+1
* Fix possible segfault if sql query failed. Using a free'd char is probably no...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6347 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-01-151-6/+4
* Hook qlite3_update_hook to queries to also catch affected rows on UPDATE/INSE...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6344 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-01-141-2/+18
* Remove some old destroy code not needed with InpSocket.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6336 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-01-141-4/+0
* Make REHASH work.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6335 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-01-141-1/+2
* Dont need to send anything on the notifier socket.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6334 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-01-141-1/+0
* Remove DOS newlines.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6333 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-01-141-1/+1
* Now with SQLite3 support. Fully functional and (hopefully) working.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6332 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-01-141-13/+168
* OMG SQLITE3 support, almost there now =)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6321 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-01-141-0/+532