Age | Commit message (Expand) | Author |
2018-11-24 | Move IsValidDuration into the core. | Peter Powell |
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
2018-08-10 | Move message parsing to ProcessBuffer and fix edge cases in it. | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2017-11-12 | Merge tag 'v2.0.25' into master. | Peter Powell |
2016-08-22 | Replace irc::string usage in CommandParser::LoopCall() with irc::insensitive_... | Attila Molnar |
2014-06-13 | Remove global Commandtable typedef | Attila Molnar |
2014-06-13 | Make CommandParser::cmdlist private | Attila Molnar |
2014-06-13 | Add CommandParser::GetCommands() and typedef CommandMap and use it instead of... | Attila Molnar |
2014-01-26 | Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa... | Attila Molnar |
2013-08-18 | Create the CommandBase class from Command | attilamolnar |
2013-06-21 | Fix Doxygen comments. | Peter Powell |
2013-06-18 | Remove dead code from the InspIRCd and CommandParser classes and typedefs.h | attilamolnar |
2013-06-13 | Rewrite CommandParser::TranslateUIDs() | attilamolnar |
2013-06-12 | Run the OnPostCommand hook from LoopCall() | attilamolnar |
2013-06-12 | CommandParser::LoopCall() changes | attilamolnar |
2013-06-06 | Merge insp20 | attilamolnar |
2013-06-01 | CommandParser::ProcessCommand() and ProcessBuffer() cleanup | attilamolnar |
2013-05-16 | Remove unused variables, avoid copies where possible, check empty() instead o... | attilamolnar |
2013-04-12 | Tidy up source files: | Peter Powell |
2012-07-05 | Fix Doxygen syntax errors. | Peter Powell |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg |
2010-01-16 | Fix signdedness error in LoopCall | danieldg |
2010-01-14 | Allow maxtargets to be bypassed in LoopCall for JOIN | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-13 | Remove Command and ModeHandler objects in their destructors; fixes possible p... | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Valgrind cleanup: Add RemoveRFCCommands() to dlclose() and delete the core co... | danieldg |
2009-09-02 | Include explicit routing information in Command, will replace CMD_LOCALONLY r... | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-04-23 | rollback r11326, we're going to make vc9 the officially supported windows bui... | peavey |
2009-04-23 | Heres the beef so far | brain |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-07 | Include explicit parameter list in ProtocolInterface::SendMode | danieldg |
2009-03-06 | Construct explicit parameter type list for MODE parameters | danieldg |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-15 | Fix naming convention to be consistant. (cmd_ -> Command) | w00t |
2008-11-02 | This was never supposed to be invoked on /rehash, only startup.. so move it t... | w00t |
2008-06-21 | Change the value of number of secs in a year to be 31557600 for Duration() wi... | brain |
2008-06-06 | m_abbreviation completed. :) | brain |
2008-05-04 | Fix unused HandleServer to use new system too, and update comments to match api | brain |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-04-20 | Fix RemoveCommands to remove all commands (this function had some really odd ... | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |