Age | Commit message (Expand) | Author |
2007-02-07 | Fix for bug #205 reported by nenolod (modules that erroneously check remote u... | brain |
2007-01-17 | Mass comment removal. | brain |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-11-26 | Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l... | brain |
2006-10-20 | Const refs | brain |
2006-10-19 | Insert massive change here. | brain |
2006-10-16 | Always allow a user to dcc themselves | brain |
2006-10-16 | Idea from nenolod, dont allow you to add yourself to your own dccallow list (!) | brain |
2006-10-16 | Make parameter count checks more readable | brain |
2006-10-16 | Fix checks on duration, this isnt valid, you cant compare a char* as an int: | brain |
2006-10-16 | Update syntax help to include HELP and LIST | brain |
2006-10-16 | you can't compare userrec::nick with ==, its a char[] buffer... | brain |
2006-10-16 | if (dl) { do_something() } else { delete dl; } ??? | brain |
2006-10-16 | Indents all fixed, its all tabs now. Next person i see using spaces is going ... | brain |
2006-10-16 | More crashbug fixage, half way through indent fix | brain |
2006-10-16 | This compiles again now -- would have been very unstable in its old state (oo... | brain |
2006-10-16 | ReadFlag, oops | brain |
2006-10-16 | AURGH 4 space indents :/ | brain |
2006-10-16 | GACK! you cannot ConfigReader::ReadValue to a const char*! you need to read t... | brain |
2006-10-16 | Fix: DCC types (CHAT/SEND) are case insensitive | brain |
2006-10-16 | 1. Tidy up craq (two strcmps, lowercase and uppercase? use strcasecmp) | brain |
2006-10-16 | Add m_dccallow module and detail configuration in inspircd.conf.example | jamie |