]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_pgsql.cpp
Merge pull request #590 from SaberUK/master+module-logging
[user/henk/code/inspircd.git] / src / modules / extra / m_pgsql.cpp
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-05 attilamolnarMerge insp20
2013-06-04 attilamolnarm_pgsql Same fix as 0e09600a431d0e0f2cde6457e088d84caf6...
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-04-27 attilamolnarMerge insp20
2013-04-21 attilamolnarTimer changes and TimerManager enhancements
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-11-28 attilamolnarChange empty string assignments to .clear() or remove...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-10-15 Dennis FriisRemove m_sqlv2.h from these modules, they both use...
2010-08-04 Daniel De GraafFix $md5pass and $sha256pass in SQL queries
2010-03-13 danieldgChange SQLv3 to format queries during submission, not...
2010-03-13 danieldgImplement OnUnloadModule for postgres
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!
next