summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_testclient.cpp
AgeCommit message (Expand)Author
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-11-01Second attempt at time() -> SI->Time(), now problems with the original were f...w00t
2008-10-23Revert earlier time() -> SI->Time() diff for now, this causes problems with d...w00t
2008-10-23Patch from Namegduf converting all instances (where possible) of time() -> Se...w00t
2008-10-04Header tidyups. Apart from module to module API stuff and external deps, modu...brain
2008-09-05mysql's windows build is utter hell to get working the way we wanted. The pac...brain
2008-09-05sql api and m_mysql compile fixes for windowsbrain
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-04-04Remove calls to deprecated InspIRCd::Log(), thanks danieldg for reporting.peavey
2008-03-24Wheeeeeebrain
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-12-Wshadow fixesbrain
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-24Remove variadic macros from sqlv2 api, removing the warnings that come with i...brain
2007-10-24Last of the -pedantic fixes. Seems we were all good with -pedantic from the s...brain
2007-10-23All of insp now builds with -pedantic (theres some warnings to squash in modu...brain
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17Morebrain
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
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