| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-11 | 1 | -1/+1 | |
| * | Fix module unmapping with culled Module objects•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11875 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-14 | 1 | -1/+5 | |
| * | Remove InspIRCd* parameters and fields•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-26 | 1 | -4/+4 | |
| * | First space stream seperator test.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11498 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-08-06 | 1 | -1/+42 | |
| * | Add commasepstream test case.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11497 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-08-06 | 1 | -7/+51 | |
| * | ThreadEngine: remove MutexFactory, mutexes should be constructed using their ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11250 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-03-23 | 1 | -3/+1 | |
| * | ThreadEngine: remove excessive mutex use on thread creation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11249 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-03-23 | 1 | -1/+1 | |
| * | Update all wiki links to point to the new wiki. This was done automatically w...•••for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-03-15 | 1 | -1/+1 | |
| * | Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-01-02 | 1 | -1/+1 | |
| * | Add test suite tests for wildcard function for failures discovered by Ankit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10563 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-09-20 | 1 | -42/+54 | |
| * | Add test cases that fails current matching, fix to follow soon.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10301 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-08-26 | 1 | -0/+3 | |
| * | Add even more edge case matching tests (they all pass yay)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10220 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-08-22 | 1 | -20/+35 | |
| * | match() is no longer a function+no header, now a static method of InspIRCd cl...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10212 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-08-21 | 1 | -5/+4 | |
| * | Another edge case suggested by peavey (passes)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10148 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-08-17 | 1 | -0/+1 | |
| * | Fix missing bounds checks in wildcard.cpp causing crash in bug #590 and related•••Add test cases for wildcards to pick this up in future regression testing plus a bunch of other edge cases git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10147 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-08-17 | 1 | -0/+6 | |
| * | Remove last vestige of libircdfoo, by changing tag into a single identifier...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10076 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-07-29 | 1 | -1/+1 | |
| * | Alter prompt to indicate that multiple tests can be queued by entering multip...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10055 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-07-20 | 1 | -1/+1 | |
| * | Fix memory leak if we send STARTTLS twice, thanks special and psychon•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9800 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-05-24 | 1 | -9/+0 | |
| * | Add interesting test case•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9799 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-05-23 | 1 | -0/+9 | |
| * | Fix test suite to not have bugs itself (oops) and fix bugs in new cidr matchi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9785 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-05-21 | 1 | -5/+9 | |
| * | Add test suites for edge cases and in the process, spot a crash in the new co...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9682 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-05-09 | 1 | -0/+7 | |
| * | Convert CIDR matching and wildcard matching to operate on std::strings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9681 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-05-09 | 1 | -4/+44 | |
| * | Forgot to initialize critical section. somehow, the new logging code exposed ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9005 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-22 | 1 | -3/+10 | |
| * | ffs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9004 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-22 | 1 | -1/+1 | |
| * | Exception handling•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9003 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-22 | 1 | -1/+8 | |
| * | Now compiles with win32thread and testsuite•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8993 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-22 | 1 | -1/+0 | |
| * | Closer to compilation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8992 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-22 | 1 | -0/+1 | |
| * | ThreadEngine::GetName(), for display in /version•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8985 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-21 | 1 | -3/+3 | |
| * | Make the output for the test run a bit neater•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8984 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-21 | 1 | -3/+3 | |
| * | Working thread test!!!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8983 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-21 | 1 | -7/+11 | |
| * | Now buildble.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8982 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-21 | 1 | -2/+5 | |
| * | Threadengine stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8980 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-21 | 1 | -2/+66 | |
| * | Testsuite now does something•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8979 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-21 | 1 | -4/+42 | |
| * | Even more•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8978 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-21 | 1 | -2/+3 | |
| * | More test suite stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8976 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-21 | 1 | -0/+9 | |
| * | Testsuite stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8975 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-21 | 1 | -0/+19 | |
| * | Add (empty) testsuite.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8904 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-11 | 1 | -0/+0 |
