summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/protocolinterface.h
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.Peter Powell
2016-03-30Remove unused ProtocolInterface::SendTopic()Attila Molnar
2016-03-30Remove ProtocolInterface::PushToClient()Attila Molnar
2014-09-03Remove ProtocolInterface::SendMode()Attila Molnar
2014-01-26Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa...Attila Molnar
2014-01-26ProtocolInterface::SendEncapsulatedData() changesAttila Molnar
2014-01-04Change type of snomask parameter to char in ProtocolInterface::SendSNONotice()Attila Molnar
2013-09-13Pass an interface to the OnSync hooksattilamolnar
2013-09-13Split ProtocolInterface::SendMetaData() into multiple functionsattilamolnar
2013-08-25Clean up the protocol interfaceattilamolnar
2013-06-13Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...attilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-02-01Remove unused variables detected by Clang 4.2.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fix some of the include guard names (requested by SaberUK)Justin Crawford
2012-04-14Fixes for bug #12Justin Crawford
2010-02-18Allow SASL messages to be targeted at the services serverdanieldg
2009-11-03Move MODENOTICE command to a command moduledanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-02MetaData reworkdanieldg
2009-09-02Remove unneeded ProtocolInterface::Introducedanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-03-07Include explicit parameter list in ProtocolInterface::SendModedanieldg
2008-10-25As we have an enum for type, why not ..use it?w00t
2008-10-25Nuke space indents from orbit. (die!!)w00t
2008-06-01Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ...brain
2008-05-08Add call to protocol interface to get useful info on the server map. Return a...brain
2008-04-17Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a...w00t
2008-04-04Remote server PRIVMSG/NOTICE to nickname supportbrain
2008-04-04Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNot...brain
2008-04-04The rest of the server protocol interface and fix a warning in m_rlinebrain
2008-04-04Add basic stuff for protocol interface and implement a couple of the methods....brain