summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/protocolinterface.cpp
AgeCommit message (Expand)Author
2013-09-13Pass an interface to the OnSync hooksattilamolnar
2013-09-13Split ProtocolInterface::SendMetaData() into multiple functionsattilamolnar
2013-08-28m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ...attilamolnar
2013-08-27m_spanningtree Introduce command buildersattilamolnar
2013-08-25Clean up the protocol interfaceattilamolnar
2013-06-13Rewrite CommandParser::TranslateUIDs()attilamolnar
2013-06-13Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...attilamolnar
2013-04-13m_spanningtree Add channel timestamp to FTOPICattilamolnar
2013-04-13m_spanningtree Add channel timestamp to channel METADATAattilamolnar
2013-04-12m_spanningtree Remove unneeded #includesattilamolnar
2013-04-12m_spanningtree Remove encapsulation on UserCount/OperCountattilamolnar
2013-04-12m_spanningtree Introduce new function to send channel messagesattilamolnar
2013-04-12m_spanningtree Change TreeServerList to be a set, get rid of a function dedic...attilamolnar
2012-08-08m_spanningtree Specify the uuid of the remote user when sending server NOTICE...attilamolnar
2012-08-08m_spanningtree Handle ? wildcard as well when processing an incoming ENCAPattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-02-18Allow SASL messages to be targeted at the services serverdanieldg
2009-11-03Move MODENOTICE command to a command moduledanieldg
2009-09-02Remote user messaging fixesdanieldg
2009-09-02MetaData reworkdanieldg
2009-09-02Remove unneeded ProtocolInterface::Introducedanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-04-18Don't send out UID for users that are quitting, because the QUIT won't be sen...danieldg
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-25Note where to find the docs.w00t
2008-08-31Move all the parameters around AGAIN. See docs shortlybrain
2008-08-31Add snomasks to UID command, after 'modes', bump protocol version, as this ca...w00t
2008-07-18Set parent to empty if there is no parent, pippijn, does this fix your duplic...w00t
2008-07-12Add <gecos> field to <server> in XML stats output, also add to ProtoServer. F...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-05Remove debug, thanks for reminding me danieldgbrain
2008-04-05Fix crash in MODE when sent for a user, with only one parameter (which is wro...brain
2008-04-04Whoops, thanks w00tbrain
2008-04-04Make it buildablebrain
2008-04-04Remote server PRIVMSG/NOTICE to nickname supportbrain
2008-04-04Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNot...brain
2008-04-04Make all our modules use the new stuff rather than the send_ eventsbrain
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