]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/testsuite.cpp
Fix mistakenly using Clang instead of GCC on older FreeBSD versions.
[user/henk/code/inspircd.git] / src / testsuite.cpp
2012-09-09 Attila MolnarMerge pull request #296 from SaberUK/insp20-namespace...
2012-09-06 Peter PowellAvoid global namespace pollution.
2012-05-30 Robin BurchellMerge pull request #159 from gholms/md5-memset-20
2012-05-28 Robin BurchellMerge pull request #152 from attilamolnar/insp20+showwh...
2012-05-28 Robin BurchellMerge pull request #150 from attilamolnar/insp20+increm...
2012-05-27 attilamolnarAdd testsuite tests for UID generation
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-08-06 w00tFirst space stream seperator test.
2009-08-06 w00tAdd commasepstream test case.
2009-03-23 danieldgThreadEngine: remove MutexFactory, mutexes should be...
2009-03-23 danieldgThreadEngine: remove excessive mutex use on thread...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-20 brainAdd test suite tests for wildcard function for failures...
2008-08-26 peaveyAdd test cases that fails current matching, fix to...
2008-08-22 peaveyAdd even more edge case matching tests (they all pass...
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-08-17 brainAnother edge case suggested by peavey (passes)
2008-08-17 brainFix missing bounds checks in wildcard.cpp causing crash...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-20 brainAlter prompt to indicate that multiple tests can be...
2008-05-24 brainFix memory leak if we send STARTTLS twice, thanks speci...
2008-05-23 brainAdd interesting test case
2008-05-21 brainFix test suite to not have bugs itself (oops) and fix...
2008-05-09 brainAdd test suites for edge cases and in the process,...
2008-05-09 brainConvert CIDR matching and wildcard matching to operate...
2008-02-22 brainForgot to initialize critical section. somehow, the...
2008-02-22 brainffs
2008-02-22 brainException handling
2008-02-22 brainNow compiles with win32thread and testsuite
2008-02-22 brainCloser to compilation
2008-02-21 brainThreadEngine::GetName(), for display in /version
2008-02-21 brainMake the output for the test run a bit neater
2008-02-21 brainWorking thread test!!!
2008-02-21 brainNow buildble.
2008-02-21 brainThreadengine stuff
2008-02-21 brainTestsuite now does something
2008-02-21 brainEven more
2008-02-21 brainMore test suite stuff
2008-02-21 brainTestsuite stuff
2008-02-11 brainAdd (empty) testsuite.cpp