summaryrefslogtreecommitdiff
path: root/src/modules/m_dccallow.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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 Gravatar brain2006-10-161-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 Gravatar brain2006-10-161-7/+12
* Make parameter count checks more readable•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5481 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-161-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 Gravatar brain2006-10-161-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 Gravatar brain2006-10-161-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 Gravatar brain2006-10-161-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 Gravatar brain2006-10-161-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 Gravatar brain2006-10-161-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 Gravatar brain2006-10-161-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 Gravatar brain2006-10-161-1/+1
* ReadFlag, oops•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5473 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-161-1/+1
* AURGH 4 space indents :/•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5472 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-161-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 Gravatar brain2006-10-161-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 Gravatar brain2006-10-161-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 Gravatar brain2006-10-161-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 Gravatar jamie2006-10-161-0/+513