]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_pgsql.cpp
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / src / modules / extra / m_pgsql.cpp
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...
2006-08-09 brainWrong version given in check it seems. Om can review...
2006-08-09 brainChange some resolver stuff.
2006-08-09 brainThis wont build. :(
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-08 brainAdd checking on AddFd that was missing (it assumed...
2006-08-07 omUntested but compiling updates for Resolver DNS API
2006-07-23 omChange to use GetId() and ID rather than GetData()...
2006-07-23 omFree, as they should be, fieldlist and/or fieldmap...
2006-07-22 omMake m_pgsql return the number of affected rows for...
2006-07-22 omActually hook up the OnUnloadModule event >_<
2006-07-22 omStop publishing the PgSQL feature ( :-'( )
2006-07-22 omSet the SQLresult's error field properly when the query...
2006-07-22 omSet the ID in the request *before* we copy it by value...
2006-07-22 om*hide*, I forgot to include the ID in the SQLresult...
2006-07-21 omSet the query string in the SQLquery to the copy with...
2006-07-21 omImplemenet parameter substitution (damn sexy if you...
2006-07-21 omAdd tiny perl script to detect version and pass an...
2006-07-21 omAPI header and client module updates for new multi...
2006-07-20 omUpdates, should be able to safely unload client modules...
2006-07-20 omOkay, working PostgreSQL module, API header and example...
2006-07-20 omOkay, this is getting towards working now. It just...
2006-07-16 omFixes/codes of the query queue, various prototypes...
2006-07-10 brainMaking lots of stuff inherit from classbase so we can...
2006-07-09 omOkay..updates to u_listmode, general cleanups and add...
2006-07-07 omMore stuff for m_pgsql in, provider-side API stuff...
2006-07-07 ommodules.*: Put some void* back to char*, sorry if they...
2006-07-03 omChange InspSocket's private members to only be protecte...