Age | Commit message (Expand) | Author |
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 |
2006-10-06 | WriteOpers when reaching the softlimit | brain |
2006-10-06 | More. | brain |
2006-10-06 | More debug | brain |
2006-10-06 | Extra debugging | brain |
2006-10-06 | Make the socketengines always clear the slots on DelFd, even if the underlyin... | brain |
2006-10-06 | Add extra debugging for socketengines, will now report OS error string when f... | brain |
2006-10-06 | Document more classes | brain |
2006-10-06 | Document a ton of classes (e.g. give them a short description for http://svn.... | brain |
2006-10-06 | Remove a strcpy | brain |
2006-10-06 | Update to support modular prefixes, and eliminate some string copying | brain |
2006-10-06 | Optimize some more | brain |
2006-10-06 | ...and actually take out the +i restriction | brain |
2006-10-06 | Backport improved NAMES code into m_spy | brain |
2006-10-06 | Tidy up strlens which are not required | brain |
2006-10-06 | And fix typos | brain |
2006-10-06 | tidy up WriteMode | brain |
2006-10-06 | Tidy up m_safelist to avoid strlen on every line output, we're strlen()ing a ... | brain |
2006-10-05 | Report invalid command name when invalid command is given in negotiation phase | brain |