Age | Commit message (Expand) | Author |
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 | Add distclean, does the same as squeakclean, just for traditionalists | brain |
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 | New example conf with softlimit set to 12800 so that the default doesnt confu... | 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 |
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 | And fix my typoes :D | brain |
2006-10-05 | Move opertypes/operclasses maps into ServerConfig, for some reason these were... | 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 | Whowas is now fixed. | 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 |