| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mass comment removal.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6367 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-01-17 | 1 | -3/+0 |
| * | Fix to allow for OnRehash to know what user initiated the rehash•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6207 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-01-01 | 1 | -1/+1 |
| * | Remove global namespacing, makes modules compile FASTAH. Also massive update ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5995 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2006-12-15 | 1 | -3/+12 |
| * | Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l...•••This also bumps the module api version by one. added "CUList fixme" to peaveys module just so it builds, as this will be refactored to use the new feature that was just added :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5806 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-11-26 | 1 | -3/+3 |
| * | Const refs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5505 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-20 | 1 | -2/+2 |
| * | Insert massive change here.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5504 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-19 | 1 | -1/+1 |
| * | Always allow a user to dcc themselves•••Only return CMD_SUCCESS when a user is added or deleted, theres no use in propogating HELP or LIST
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5483 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -1/+5 |
| * | Idea from nenolod, dont allow you to add yourself to your own dccallow list (!)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5482 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -7/+12 |
| * | Make parameter count checks more readable•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5481 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -1/+1 |
| * | Fix checks on duration, this isnt valid, you cant compare a char* as an int:•••else if (parameters[1] == 0)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5480 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -2/+2 |
| * | Update syntax help to include HELP and LIST•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5479 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -1/+1 |
| * | you can't compare userrec::nick with ==, its a char[] buffer...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5478 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -3/+3 |
| * | if (dl) { do_something() } else { delete dl; } ???•••no no no, you cannot delete null pointers! :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5477 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -4/+0 |
| * | Indents all fixed, its all tabs now. Next person i see using spaces is going ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5476 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -188/+189 |
| * | More crashbug fixage, half way through indent fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5475 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -300/+297 |
| * | This compiles again now -- would have been very unstable in its old state (oo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5474 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -1/+1 |
| * | ReadFlag, oops•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5473 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -1/+1 |
| * | AURGH 4 space indents :/•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5472 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -242/+241 |
| * | GACK! you cannot ConfigReader::ReadValue to a const char*! you need to read t...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5471 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -2/+2 |
| * | Fix: DCC types (CHAT/SEND) are case insensitive•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5470 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -1/+1 |
| * | 1. Tidy up craq (two strcmps, lowercase and uppercase? use strcasecmp)•••2. TABS AND ONLY TABS not eight spaces! :P (or fear the wrath of om and w00t)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5469 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2006-10-16 | 1 | -354/+354 |
| * | Add m_dccallow module and detail configuration in inspircd.conf.example•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5468 e03df62e-2008-0410-955e-edbf42e46eb7
| jamie | 2006-10-16 | 1 | -0/+513 |