summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_pgsql.cpp
AgeCommit message (Expand)Author
2007-02-07Fix ipv6 ass-u-me'sbrain
2007-01-27Correctly allow all supporting versions of PostgreSQL to use secure string es...peavey
2007-01-27The mob has spoken: PQescapeStringConn is used for pgsql >= 8.1.4peavey
2007-01-17Move QueryQueue class into m_sqlv2 to prevent flat-out duplication of identic...brain
2007-01-17Mass comment removal.brain
2007-01-14Add eval() and exec() macros, that evaluate perl and execute commands at conf...brain
2007-01-12Improve handling of backend server being down. Also decraq some debug output ...peavey
2007-01-11More tidyup.peavey
2007-01-11Only use force if necessary! Tidy up debug output.peavey
2007-01-11pgsql should now work thx to added posibility to force a fd out of the socket...peavey
2007-01-11Closer now, but somehow libpq invalidates the file descriptor on server shutd...peavey
2007-01-10reconnects still broken, but getting there.peavey
2007-01-10SQLConn rewritten to use EventHandler instead of InspSocket. This is much nea...peavey
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...brain
2007-01-07DNS caching stuff (almost done)brain
2007-01-07DNS Stuff - this wont work right yet, it will soon (tm)brain
2007-01-07Add TTL stuff to dns system (pass it to inherited objects)brain
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