]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_pgsql.cpp
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / src / modules / extra / m_pgsql.cpp
2010-03-13 danieldgConvert pgsql to SQLv3
2010-03-05 danieldgFix SQL modules not all using AddService, noticed by...
2010-03-02 danieldgFix some more incorrect socket use
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-11 danieldgAllow static build of inspircd without module support
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-30 danieldgFix compilation of SQL modules, use GlobalCulls to...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-03-27 peaveyGive pgsql some needed love. Dont use DNS, remove some...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-12 peaveyNuke an unused var
2009-02-11 brainI really dont get the oddball count()? rewrite it
2009-02-11 brainMerge in initial numbered parameters patch from Phoenix...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-04 brainHeader tidyups. Apart from module to module API stuff...
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-09-05 brainmysql's windows build is utter hell to get working...
2008-09-05 brainsql api and m_mysql compile fixes for windows
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-03-24 brainWheeeeee
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-12 aquanight-Wshadow fixes for some modules in extra/
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-24 brainRemove variadic macros from sqlv2 api, removing the...
2007-10-24 brainPedantic clean
2007-10-23 brainAll of insp now builds with -pedantic (theres some...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tInspTimer -> Timer
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-19 brainAllow support for multiple dns results per request...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-17 brainMore
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-02-07 brainFix ipv6 ass-u-me's
2007-01-27 peaveyCorrectly allow all supporting versions of PostgreSQL...
2007-01-27 peaveyThe mob has spoken: PQescapeStringConn is used for...
2007-01-17 brainMove QueryQueue class into m_sqlv2 to prevent flat...
2007-01-17 brainMass comment removal.
2007-01-14 brainAdd eval() and exec() macros, that evaluate perl and...
2007-01-12 peaveyImprove handling of backend server being down. Also...
2007-01-11 peaveyMore tidyup.
2007-01-11 peaveyOnly use force if necessary! Tidy up debug output.
2007-01-11 peaveypgsql should now work thx to added posibility to force...
2007-01-11 peaveyCloser now, but somehow libpq invalidates the file...
2007-01-10 peaveyreconnects still broken, but getting there.
2007-01-10 peaveySQLConn rewritten to use EventHandler instead of InspSo...
2007-01-07 brainDocument dns caching, add a "bool cached" to OnLookupCo...
2007-01-07 brainDNS caching stuff (almost done)
2007-01-07 brainDNS Stuff - this wont work right yet, it will soon...
2007-01-07 brainAdd TTL stuff to dns system (pass it to inherited objects)
2007-01-02 peaveyUse SQLhost from m_sqlv2.h and tidyup some code. Plus...
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-31 peaveyTidyup a bit, get rid of some valgrind warnings.
2006-12-30 peaveyMake it safe to lose connection to sql server.
2006-12-30 peaveyRemove a line of debug that could crash Log.
2006-12-30 peaveyThis is a longshot, pls test AnnMaster.
2006-12-30 brainThe world is coming to an end!!! RUN AWAY!
2006-12-30 peaveyFix typo in warning, and make it sound less like the...
2006-12-30 peaveyNow REHASH checks for same and old connections, same...
2006-12-30 peaveyMajorly funk around with this, still needs check for...
2006-12-29 peaveyOops slippy fingers.
2006-12-29 peaveyLess debug.
2006-12-29 peaveyFix for rehash/load/unload.
2006-12-29 peaveyWriting beyond malloc'ed mem of a char pointer will...
2006-12-28 peaveyChange the SQLutils and SQL providers to also use inter...
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-12-04 brainUpdate $ModDep lines so that these properly depend...
2006-11-19 brainMerge pgsql stuff from darix, but im sure theres someth...
2006-11-10 brainAdd fix for patch #166 (this is a reasonably big one)
2006-10-22 brainOops, memory leaks!
2006-10-19 brainInsert massive change here.
2006-10-06 brainDocument more classes
2006-10-01 brainNow with binary versioning goodness
2006-09-25 brainMini security audit
2006-09-07 brain1) Make earlier fix to inspsocket actually compile...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-12 omCatch exceptions from SQLresolver
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainChange to use InspIRCd::Time()
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 brainSomehow, i'd cp'd all these and was making local changes :/
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainPublishFeature, FindFeature, FindModule, PriorityBefore...
next