]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_dccallow.cpp
Added <oper:swhois> to m_swhois, which will override <type:swhois> if specified
[user/henk/code/inspircd.git] / src / modules / m_dccallow.cpp
2006-10-20 brainConst refs
2006-10-19 brainInsert massive change here.
2006-10-16 brainAlways allow a user to dcc themselves
2006-10-16 brainIdea from nenolod, dont allow you to add yourself to...
2006-10-16 brainMake parameter count checks more readable
2006-10-16 brainFix checks on duration, this isnt valid, you cant compa...
2006-10-16 brainUpdate syntax help to include HELP and LIST
2006-10-16 brainyou can't compare userrec::nick with ==, its a char...
2006-10-16 brainif (dl) { do_something() } else { delete dl; } ???
2006-10-16 brainIndents all fixed, its all tabs now. Next person i...
2006-10-16 brainMore crashbug fixage, half way through indent fix
2006-10-16 brainThis compiles again now -- would have been very unstabl...
2006-10-16 brainReadFlag, oops
2006-10-16 brainAURGH 4 space indents :/
2006-10-16 brainGACK! you cannot ConfigReader::ReadValue to a const...
2006-10-16 brainFix: DCC types (CHAT/SEND) are case insensitive
2006-10-16 brain1. Tidy up craq (two strcmps, lowercase and uppercase...
2006-10-16 jamieAdd m_dccallow module and detail configuration in inspi...