summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-22Change to doxygen-friendly comments, and actually document the lotbrain
2006-07-22Change comment to actually be rightishom
2006-07-22Reorder a couple of constructor prototypes for consistencyom
2006-07-22Add m_sqlutils - Currently provides ID->chan/user lookupsom
2006-07-22I hate the fucking mysql devs. Craq smoking bastards.brain
2006-07-22Allocate id properlybrain
2006-07-22Actually hook up the OnUnloadModule event >_<om
2006-07-22This compiles, dont expect it to work yetbrain
2006-07-22Logic error, success is when the error ID *is* NO_ERROR :Pom
2006-07-22Stop publishing MySQL feature - check for successful publishing of SQL featurebrain
2006-07-22Stop publishing the PgSQL feature ( :-'( )om
2006-07-22Fix -modupdate to not break inspircd_se_config.h (a configure-written header ...brain
2006-07-22Make OnCheckReady safe against the user being killed, SO LONG AS THE MODULE W...brain
2006-07-22Explicitly return false after killing user in OnCheckReady() (theoretically n...om
2006-07-22* Change to use QREPLY_FAILbrain
2006-07-22Handle queries failing properly, actually workom
2006-07-22Set the SQLresult's error field properly when the query failsom
2006-07-22Add new QREPLY_FAIL error code (bad query syntax etc)om
2006-07-22Add extra parameter to MySQLresult and SQLresultbrain
2006-07-22Fix test client error cheecking on result typesbrain
2006-07-22Update to SQLv2 APIom
2006-07-22Set the ID in the request *before* we copy it by value why not..om
2006-07-22*hide*, I forgot to include the ID in the SQLresult *rehide*om
2006-07-22Add back the auto reconnectbrain
2006-07-22Test commit to sync after network outagebrain
2006-07-22Huge ass comment about how this worksbrain
2006-07-22Works with the m_testclient test program/suite!brain
2006-07-22Error checking and debugbrain
2006-07-22Works now (again, to a point)brain
2006-07-22Try and find out why stuff isnt workingbrain
2006-07-22Getting a bit furtherbrain
2006-07-21Added notification socketbrain
2006-07-21One mess and a half that compiles. To be tidied some day after it works (i dr...brain
2006-07-21Deal with ? substitution, we're at the point now where we can call the mysql_...brain
2006-07-21Seems to work to a point (dont use it, it wont actually execute a query yet)brain
2006-07-21This now compiles, i gaurantee it doesnt work :Pbrain
2006-07-21Change includes, use --libs_r rather than mysql_config --libs, we want re-ent...brain
2006-07-21Move this to m_mysql.cpp - dont even bother reading this yet its unchanged fr...brain
2006-07-21Set the query string in the SQLquery to the copy with parameters substituted in.om
2006-07-21Implemenet parameter substitution (damn sexy if you ask me..)om
2006-07-21ParamL needs to be a deque rather than a vector *thwap*om
2006-07-21Add tiny perl script to detect version and pass an appropriate -D to gcc. Mak...om
2006-07-21API header and client module updates for new multi-parameter query request. N...om
2006-07-21Slight tidyup: type name = type(args); --> type name(args);om
2006-07-20Make SQLexception inherit ModuleExceptionom
2006-07-20Change formattingbrain
2006-07-20Add comments, remove debug, alter message in ./configurebrain
2006-07-20Fixed, no longer a memory leak (Thread leak)brain
2006-07-20Updates, should be able to safely unload client modules with queries in progr...om
2006-07-20Okay, working PostgreSQL module, API header and example client module in /ext...om