summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_pgsql.cpp
AgeCommit message (Expand)Author
2008-09-05mysql's windows build is utter hell to get working the way we wanted. The pac...brain
2008-09-05sql api and m_mysql compile fixes for windowsbrain
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-03-24Wheeeeeebrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-12-Wshadow fixes for some modules in extra/aquanight
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-24Remove variadic macros from sqlv2 api, removing the warnings that come with i...brain
2007-10-24Pedantic cleanbrain
2007-10-23All of insp now builds with -pedantic (theres some warnings to squash in modu...brain
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15InspTimer -> Timerw00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-19Allow support for multiple dns results per request. This is a significant cha...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17Morebrain
2007-05-30Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :)brain
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
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