summaryrefslogtreecommitdiff
path: root/src/testsuite.cpp
AgeCommit message (Expand)Author
2014-06-14Kill needless #includes in source filesAttila Molnar
2014-02-07Only compile the testsuite if INSPIRCD_ENABLE_TESTSUITE is definedAttila Molnar
2013-08-04Change the syntax of FOREACH macros to be less dumb.Adam
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-04-14Use std::string internally in UIDGenerator, move UUID_LENGTH into the class a...attilamolnar
2013-04-14Extract UID/SID generation logic into a new class: UIDGeneratorattilamolnar
2012-09-06Avoid global namespace pollution.Peter Powell
2012-05-27Add testsuite tests for UID generationattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-08-06First space stream seperator test.w00t
2009-08-06Add commasepstream test case.w00t
2009-03-23ThreadEngine: remove MutexFactory, mutexes should be constructed using their ...danieldg
2009-03-23ThreadEngine: remove excessive mutex use on thread creationdanieldg
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-09-20Add test suite tests for wildcard function for failures discovered by Ankitbrain
2008-08-26Add test cases that fails current matching, fix to follow soon.peavey
2008-08-22Add even more edge case matching tests (they all pass yay)peavey
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-08-17Another edge case suggested by peavey (passes)brain
2008-08-17Fix missing bounds checks in wildcard.cpp causing crash in bug #590 and relatedbrain
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-20Alter prompt to indicate that multiple tests can be queued by entering multip...brain
2008-05-24Fix memory leak if we send STARTTLS twice, thanks special and psychonbrain
2008-05-23Add interesting test casebrain
2008-05-21Fix test suite to not have bugs itself (oops) and fix bugs in new cidr matchi...brain
2008-05-09Add test suites for edge cases and in the process, spot a crash in the new co...brain
2008-05-09Convert CIDR matching and wildcard matching to operate on std::stringsbrain
2008-02-22Forgot to initialize critical section. somehow, the new logging code exposed ...brain
2008-02-22ffsbrain
2008-02-22Exception handlingbrain
2008-02-22Now compiles with win32thread and testsuitebrain
2008-02-22Closer to compilationbrain
2008-02-21ThreadEngine::GetName(), for display in /versionbrain
2008-02-21Make the output for the test run a bit neaterbrain
2008-02-21Working thread test!!!brain
2008-02-21Now buildble.brain
2008-02-21Threadengine stuffbrain
2008-02-21Testsuite now does somethingbrain
2008-02-21Even morebrain
2008-02-21More test suite stuffbrain
2008-02-21Testsuite stuffbrain
2008-02-11Add (empty) testsuite.cppbrain