summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_testclient.cpp
AgeCommit message (Expand)Author
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-10-19Insert massive change here.brain
2006-10-01Now with binary versioning goodnessbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Somehow, i'd cp'd all these and was making local changes :/brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins...brain
2006-07-23Change to use GetId() and ID rather than GetData() and dataom
2006-07-22Make m_pgsql return the number of affected rows for an UPDATE or INSERT query.om
2006-07-22Logic error, success is when the error ID *is* NO_ERROR :Pom
2006-07-22Fix test client error cheecking on result typesbrain
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-20Okay, working PostgreSQL module, API header and example client module in /ext...om