Age | Commit message (Expand) | Author |
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 | 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-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 | 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 | 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 | 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 |
2006-10-05 | Remove some annoying debug | brain |
2006-10-05 | Fixed freeing of bound sockets when unloading spanningtree | brain |
2006-10-05 | Was checking 'channel', not 'dest'. | brain |
2006-10-05 | Remove VF_STATIC from spanningtree and make a clever destructor to close and ... | brain |
2006-10-05 | Add <options:announcets> to output the "TS for #chan changed from 1111 to 2222". | brain |
2006-10-04 | Eugh. Revert change InspIRCd::Time() -> time() | jamie |
2006-10-04 | Check for non-existent channel in FMODE | brain |
2006-10-04 | Fix jamies fix (you cant strcpy to a char* pointer, without first allocating ... | brain |
2006-10-04 | Fix for bug#159 reported by SiliconAI (unloading causes crash, it neglects to... | brain |
2006-10-04 | Nickname collisions were broken! :O | brain |
2006-10-04 | *slaps* jamie for not using tabs to indent ;-p | brain |
2006-10-04 | Prepend ident with '~' if we get no response | jamie |
2006-10-03 | Someone review the comments i put in from line 1515 onwards, and see if theyr... | brain |
2006-10-03 | Tidyup (remove casts) and commenting FJOIN a lot, so that others can fix stuf... | brain |
2006-10-03 | Fake direction check in FJOIN on all users, plus tidyup of the code that form... | brain |