summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_pgsql.cpp
AgeCommit message (Expand)Author
2006-08-10PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins...brain
2006-08-09Wrong version given in check it seems. Om can review this later, but now it c...brain
2006-08-09Change some resolver stuff.brain
2006-08-09This wont build. :(brain
2006-08-09Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p...brain
2006-08-08Add checking on AddFd that was missing (it assumed, like everything else)brain
2006-08-07Untested but compiling updates for Resolver DNS APIom
2006-07-23Change to use GetId() and ID rather than GetData() and dataom
2006-07-23Free, as they should be, fieldlist and/or fieldmap in destructor of PgSQLresu...om
2006-07-22Make m_pgsql return the number of affected rows for an UPDATE or INSERT query.om
2006-07-22Actually hook up the OnUnloadModule event >_<om
2006-07-22Stop publishing the PgSQL feature ( :-'( )om
2006-07-22Set the SQLresult's error field properly when the query failsom
2006-07-22Set the ID in the request *before* we copy it by value why not..om
2006-07-22*hide*, I forgot to include the ID in the SQLresult *rehide*om
2006-07-21Set the query string in the SQLquery to the copy with parameters substituted in.om
2006-07-21Implemenet parameter substitution (damn sexy if you ask me..)om
2006-07-21Add tiny perl script to detect version and pass an appropriate -D to gcc. Mak...om
2006-07-21API header and client module updates for new multi-parameter query request. N...om
2006-07-20Updates, should be able to safely unload client modules with queries in progr...om
2006-07-20Okay, working PostgreSQL module, API header and example client module in /ext...om
2006-07-20Okay, this is getting towards working now. It just needs the API finishing......om
2006-07-16Fixes/codes of the query queue, various prototypes and stuff...mostly commite...om
2006-07-10Making lots of stuff inherit from classbase so we can use it as a holdall cla...brain
2006-07-09Okay..updates to u_listmode, general cleanups and add some virtual methods wh...om
2006-07-07More stuff for m_pgsql in, provider-side API stuff semi-doneom
2006-07-07modules.*: Put some void* back to char*, sorry if they were only like that be...om
2006-07-03Change InspSocket's private members to only be protected, I couldn't find any...om