Age | Commit message (Expand) | Author |
2013-03-29 | cmd_kill Send snotice to servers when both the oper and the victim are on the... | attilamolnar |
2012-10-21 | Make better use of User::GetFullRealHost() | attilamolnar |
2012-10-21 | Fix KILL accepting SIDs, get rid of potentially unsafe snprintf and strlcpy | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-02-11 | Fix double-sending of locally sourced kills | danieldg |
2010-02-11 | Fix routing of KILL command when sourced from a server | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-16 | Attempt to revert r11734 | danieldg |
2009-09-16 | Merge commands and modules in source, since they are already merged in install | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-19 | Convert connection::host | brain |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-05 | fix LoopCalls to not send param count thus avoiding a crash in command parser | peavey |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-01-16 | Remove an O(log n) in favour of an O(1) operation, and tidy up culllist some ... | w00t |
2008-01-16 | Two stage commit: don't set user->muted except in QuitUser (duplicate setting... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-22 | Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w... | w00t |