Age | Commit message (Expand) | Author |
2018-08-10 | Remove the original line parameter of On{Pre,Post}Command. | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2018-02-02 | Add names for a bunch of numerics. | Peter Powell |
2017-07-12 | Add CXX11_OVERRIDE to overridden members that lack it. | Peter Powell |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2015-04-20 | Merge insp20 | Attila Molnar |
2015-01-21 | m_abbreviation Fix typo in numeric text | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::Parser to be physically part of the object con... | Attila Molnar |
2014-06-13 | Add CommandParser::GetCommands() and typedef CommandMap and use it instead of... | Attila Molnar |
2014-05-26 | Switch to std::string::compare() from substr() in a couple of places | Attila Molnar |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-03-22 | A few minor fixups | danieldg |
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | 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-02-16 | Remove redundant PriorityState, enum Priority does the exact same thing. | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-06-06 | Abort on matchlist.length() > 450 | brain |
2008-06-06 | Whoops eat command not allow it | brain |
2008-06-06 | If we have > 10 matches to a command, abort and dont try and show the list. T... | brain |
2008-06-06 | On ambiguous abbreviation, list all possibilities and eat the command (numeri... | brain |
2008-06-06 | Remove excessive debug | brain |
2008-06-06 | m_abbreviation completed. :) | brain |
2008-06-06 | Update a header i left out | brain |
2008-06-06 | Allow changing of command string and parameter vector within OnPreCommand, al... | brain |