]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_testclient.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / extra / m_testclient.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-04 brainHeader tidyups. Apart from module to module API stuff...
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-04-04 peaveyRemove calls to deprecated InspIRCd::Log(), thanks...
2008-03-24 brainWheeeeee
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-12 brain-Wshadow fixes
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
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 brainLast of the -pedantic fixes. Seems we were all good...
2007-10-23 brainAll of insp now builds with -pedantic (theres some...
2007-08-28 omMove everything module-related out of InspIRCd and...
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-21 brainHeader rearrangement, move inspircd.h to top, remove...
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
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 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-07-23 omChange to use GetId() and ID rather than GetData()...
2006-07-22 omMake m_pgsql return the number of affected rows for...
2006-07-22 omLogic error, success is when the error ID *is* NO_ERROR :P
2006-07-22 brainFix test client error cheecking on result types
2006-07-21 omAPI header and client module updates for new multi...
2006-07-21 omSlight tidyup: type name = type(args); --> type name...
2006-07-20 omOkay, working PostgreSQL module, API header and example...