Age | Commit message (Expand) | Author |
2006-10-21 | Something here was loglevel default, should have been loglevel debug | brain |
2006-10-21 | Tiny tweak | brain |
2006-10-20 | Const refs | brain |
2006-10-19 | Insert massive change here. | brain |
2006-10-19 | References and stuff | brain |
2006-10-19 | More stuff changed to const ref | brain |
2006-10-19 | Const ref frenzy! | brain |
2006-10-19 | Const ref frenzy! | brain |
2006-10-19 | Optimizations | brain |
2006-10-19 | Improve WriteLine, this should be quite an improvement as it prevents a tempo... | brain |
2006-10-19 | Use rfind rather than find when chopping strings, its faster as the \r is mor... | brain |
2006-10-19 | Remove unused large vars | brain |
2006-10-17 | Remember to delete the tree root when unloading the module | brain |
2006-10-17 | Move the declaration of class Link up top | brain |
2006-10-17 | Whoops, forgot to init a var | brain |
2006-10-17 | Remove culllist.h from here, we no longer use it. | brain |
2006-10-17 | Remove another 'using' for a symbol we use only once | brain |
2006-10-17 | Add a ton of comments to make this much more useful now (putting it all in a ... | brain |
2006-10-17 | Brain->GoToTownOnThisModule(). | brain |
2006-10-17 | Finally take ServerInstance out of the global scope in this module, amongst a... | brain |
2006-10-16 | Added a tiny bit more logging to LoadModule, to log to default loglevel when ... | brain |
2006-10-16 | Allow * in override to mean all tokens in 1.1 | 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 |
2006-10-12 | Only tick the timer when there are people doing /LIST, as suggested by special | brain |
2006-10-11 | Fixed a crash when unloading m_safelist (timers weren't properly tracked to b... | special |
2006-10-09 | Fixed percentage in m_tline (division was backwards, so it displayed 200% ins... | special |
2006-10-08 | Update comments | brain |
2006-10-07 | Replaced operonlystats with userstats to improve security | special |
2006-10-07 | b4 SVN | brain |
2006-10-07 | Oops, marble. | brain |
2006-10-07 | Granite! | brain |
2006-10-07 | Fix (we hope!) for the 'internal error processing connection' bug. Thanks to ... | brain |
2006-10-06 | /me thwaps special for not reading comments :p | brain |
2006-10-06 | Make this module propogate remote modes by directly calling the MODE command ... | brain |
2006-10-06 | Revert tweak | brain |