Age | Commit message (Expand) | Author |
2006-02-22 | Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a... | brain |
2006-02-21 | Added which word is blocked to the numeric | w00t |
2006-02-21 | Added 'is a registered nick' to whois | w00t |
2006-02-21 | Its true i cant count! :P this one i spotted in testing. | brain |
2006-02-21 | More error descriptives | brain |
2006-02-21 | Made error more understandable on 'file not found' | brain |
2006-02-21 | MAXMODES wasn't being enforced | brain |
2006-02-21 | Missing include | brain |
2006-02-21 | Enforce 64 char dns limits | brain |
2006-02-21 | Tests for channel ghosting? | brain |
2006-02-21 | Fixed | brain |
2006-02-21 | Fix for ambiguity in function name here | brain |
2006-02-21 | Added second form of find() taking const char*, which is faster in the core w... | brain |
2006-02-21 | Improved speed of Find() by passing reference to std::string instead of std::... | brain |
2006-02-21 | It didn't, there was more strlcpy | w00t |
2006-02-21 | Fix this, I think. | w00t |
2006-02-20 | Lets fix it right this time (and annoy ol with more tweaks) | brain |
2006-02-20 | User kicks being ignored!!! | brain |
2006-02-20 | Fix to stop new code treating all KICK messages as server KICKs | brain |
2006-02-20 | Propogation of remote kicks (testy test) | brain |
2006-02-20 | Fix for hide-ulines in /links | brain |
2006-02-19 | AIEEE fucking overloaded operators | brain |
2006-02-19 | More tweaks | brain |
2006-02-19 | Tweaks | brain |
2006-02-19 | Added + and == operators between std::string and irc::string. | brain |
2006-02-19 | Removed the 'one of' check for <dns> | brain |
2006-02-19 | Throws exception on failed GetIOHook() | brain |
2006-02-19 | Added check for if the servername contains a '.', if not append one on rehash | brain |
2006-02-19 | Moved to 1.0.2+SVN | brain |
2006-02-19 | Moved to 1.0.1 release | brain |
2006-02-19 | This was back to front and threw an exception when the command DIDNT exist (w... | brain |
2006-02-19 | Return false after catching a module exception | brain |
2006-02-19 | I repeat, missing semicolons are bad | brain |
2006-02-19 | Missing semicolons are bad. | brain |
2006-02-19 | Server::AddExtendedMode and Server::AddCommand will now throw exceptions when... | brain |
2006-02-19 | More exception throwing in constructors | brain |
2006-02-19 | Added FilterException and throw code | brain |
2006-02-19 | Added exception thrower | brain |
2006-02-19 | Apparently to catch descendent classes we need to catch a reference to the pa... | brain |
2006-02-19 | Added exception handling for module loading | brain |
2006-02-19 | Should fix case insensitivity issue | brain |
2006-02-19 | - Don't allow invalid channel names in /mode #chan +L #chan | w00t |
2006-02-18 | Added MAXPARA=32 to 005 (no other ircd has this, or allows a larger MAXPARA b... | brain |
2006-02-16 | Bad maths, bad! go sit in the corner | brain |
2006-02-16 | More debug | brain |
2006-02-16 | New tweak doesnt work yet, dont use | brain |
2006-02-16 | Extra tweak for exceptional condition | brain |
2006-02-16 | Experimental speed improvement to sending encrypted lines | brain |
2006-02-16 | Extra logging to log bad opertypes coming in from remotes | brain |
2006-02-16 | Checking to prevent dodgy opertypes (opertypes must follow the same syntax as... | brain |