summaryrefslogtreecommitdiff
path: root/src/testsuite.cpp
AgeCommit message (Expand)Author
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