summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_pgsql.cpp
AgeCommit message (Expand)Author
2007-01-02Use SQLhost from m_sqlv2.h and tidyup some code. Plus throw less module excep...peavey
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-31Tidyup a bit, get rid of some valgrind warnings.peavey
2006-12-30Make it safe to lose connection to sql server.peavey
2006-12-30Remove a line of debug that could crash Log.peavey
2006-12-30This is a longshot, pls test AnnMaster.peavey
2006-12-30The world is coming to an end!!! RUN AWAY!brain
2006-12-30Fix typo in warning, and make it sound less like the world is coming to an end.peavey
2006-12-30Now REHASH checks for same and old connections, same as the DNS resolver. So ...peavey
2006-12-30Majorly funk around with this, still needs check for config change on REHASH.peavey
2006-12-29Oops slippy fingers.peavey
2006-12-29Less debug.peavey
2006-12-29Fix for rehash/load/unload.peavey
2006-12-29Writing beyond malloc'ed mem of a char pointer will crash with a vengeance. F...peavey
2006-12-28Change the SQLutils and SQL providers to also use interfaces for proper unloa...peavey
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-12-04Update $ModDep lines so that these properly depend on their headers in the ma...brain
2006-11-19Merge pgsql stuff from darix, but im sure theres something to be looked at in...brain
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