summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_pgsql.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Set the query string in the SQLquery to the copy with parameters substituted in.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4475 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-07-211-1/+3
* Implemenet parameter substitution (damn sexy if you ask me..)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4474 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-07-211-25/+79
* Add tiny perl script to detect version and pass an appropriate -D to gcc. Mak...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4472 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-07-211-3/+8
* API header and client module updates for new multi-parameter query request. N...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4471 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-07-211-8/+34
* Updates, should be able to safely unload client modules with queries in progr...•••Ideas on how to test this welcome ;p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4464 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-07-201-3/+53
* Okay, working PostgreSQL module, API header and example client module in /ext...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4463 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-07-201-9/+150
* Okay, this is getting towards working now. It just needs the API finishing......•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4456 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-07-201-378/+496
* Fixes/codes of the query queue, various prototypes and stuff...mostly commite...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4401 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-07-161-26/+42
* Making lots of stuff inherit from classbase so we can use it as a holdall cla...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4297 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-101-1/+1
* Okay..updates to u_listmode, general cleanups and add some virtual methods wh...•••Update m_chanfilter to use u_listmode, demonstrates most or all of the new features of it and looks a hell of a lot prettier :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4201 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-07-091-58/+103
* More stuff for m_pgsql in, provider-side API stuff semi-done•••Add m_sqlv2 header for the new API git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4122 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-07-071-45/+152
* modules.*: Put some void* back to char*, sorry if they were only like that be...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4119 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-07-071-28/+36
* Change InspSocket's private members to only be protected, I couldn't find any...•••Commit very first, very alpha, not-very functional version of the PostgreSQL module. It compiles..and that's..err..about it git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4112 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-07-031-0/+519