summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_pgsql.cpp
AgeCommit message (Expand)Author
2006-11-10Add fix for patch #166 (this is a reasonably big one)brain
2006-10-22Oops, memory leaks!brain
2006-10-19Insert massive change here.brain
2006-10-06Document more classesbrain
2006-10-01Now with binary versioning goodnessbrain
2006-09-25Mini security auditbrain
2006-09-071) Make earlier fix to inspsocket actually compile without errorbrain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-12Catch exceptions from SQLresolverom
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-11Change to use InspIRCd::Time()brain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-11Somehow, i'd cp'd all these and was making local changes :/brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
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