summaryrefslogtreecommitdiff
path: root/include/command_parse.h
AgeCommit message (Expand)Author
2021-04-27Fix a bunch of weird indentation and spacing issues.Sadie Powell
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-01-11Update copyright headers.InspIRCd Robot
2018-11-24Move IsValidDuration into the core.Peter Powell
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-08-10Move message parsing to ProcessBuffer and fix edge cases in it.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-11-12Merge tag 'v2.0.25' into master.Peter Powell
2016-08-22Replace irc::string usage in CommandParser::LoopCall() with irc::insensitive_...Attila Molnar
2014-06-13Remove global Commandtable typedefAttila Molnar
2014-06-13Make CommandParser::cmdlist privateAttila Molnar
2014-06-13Add CommandParser::GetCommands() and typedef CommandMap and use it instead of...Attila Molnar
2014-01-26Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa...Attila Molnar
2013-08-18Create the CommandBase class from Commandattilamolnar
2013-06-21Fix Doxygen comments.Peter Powell
2013-06-18Remove dead code from the InspIRCd and CommandParser classes and typedefs.hattilamolnar
2013-06-13Rewrite CommandParser::TranslateUIDs()attilamolnar
2013-06-12Run the OnPostCommand hook from LoopCall()attilamolnar
2013-06-12CommandParser::LoopCall() changesattilamolnar
2013-06-06Merge insp20attilamolnar
2013-06-01CommandParser::ProcessCommand() and ProcessBuffer() cleanupattilamolnar
2013-05-16Remove unused variables, avoid copies where possible, check empty() instead o...attilamolnar
2013-04-12Tidy up source files:Peter Powell
2012-07-05Fix Doxygen syntax errors.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fixes for bug #12Justin Crawford
2010-01-18PreCommand/PostCommand are local-only hooksdanieldg
2010-01-16Fix signdedness error in LoopCalldanieldg
2010-01-14Allow maxtargets to be bypassed in LoopCall for JOINdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-18Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReaderdanieldg
2009-10-13Remove Command and ModeHandler objects in their destructors; fixes possible p...danieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Valgrind cleanup: Add RemoveRFCCommands() to dlclose() and delete the core co...danieldg
2009-09-02Include explicit routing information in Command, will replace CMD_LOCALONLY r...danieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-04-23rollback r11326, we're going to make vc9 the officially supported windows bui...peavey
2009-04-23Heres the beef so farbrain
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-07Include explicit parameter list in ProtocolInterface::SendModedanieldg
2009-03-06Construct explicit parameter type list for MODE parametersdanieldg
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-12-15Fix naming convention to be consistant. (cmd_ -> Command)w00t
2008-11-02This was never supposed to be invoked on /rehash, only startup.. so move it t...w00t
2008-06-21Change the value of number of secs in a year to be 31557600 for Duration() wi...brain
2008-06-06m_abbreviation completed. :)brain
2008-05-04Fix unused HandleServer to use new system too, and update comments to match apibrain