Age | Commit message (Expand) | Author |
2019-01-02 | Fix message tags not being broadcast across the network. | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2018-04-11 | Change ServerInfo::gecos to description | genius3000 |
2016-03-30 | Remove unused ProtocolInterface::SendTopic() | Attila Molnar |
2016-03-30 | Remove ProtocolInterface::PushToClient() | Attila Molnar |
2014-09-03 | Remove ProtocolInterface::SendMode() | Attila Molnar |
2014-09-03 | m_spanningtree Send MODE/FMODE from the OnMode hook | Attila Molnar |
2014-01-26 | Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa... | Attila Molnar |
2014-01-26 | ProtocolInterface::SendEncapsulatedData() changes | Attila Molnar |
2014-01-04 | Change type of snomask parameter to char in ProtocolInterface::SendSNONotice() | Attila Molnar |
2013-09-13 | Pass an interface to the OnSync hooks | attilamolnar |
2013-09-13 | Split ProtocolInterface::SendMetaData() into multiple functions | attilamolnar |
2013-08-28 | m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ... | attilamolnar |
2013-08-27 | m_spanningtree Introduce command builders | attilamolnar |
2013-08-25 | Clean up the protocol interface | attilamolnar |
2013-06-13 | Rewrite CommandParser::TranslateUIDs() | attilamolnar |
2013-06-13 | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat... | attilamolnar |
2013-04-13 | m_spanningtree Add channel timestamp to FTOPIC | attilamolnar |
2013-04-13 | m_spanningtree Add channel timestamp to channel METADATA | attilamolnar |
2013-04-12 | m_spanningtree Remove unneeded #includes | attilamolnar |
2013-04-12 | m_spanningtree Remove encapsulation on UserCount/OperCount | attilamolnar |
2013-04-12 | m_spanningtree Introduce new function to send channel messages | attilamolnar |
2013-04-12 | m_spanningtree Change TreeServerList to be a set, get rid of a function dedic... | attilamolnar |
2012-08-08 | m_spanningtree Specify the uuid of the remote user when sending server NOTICE... | attilamolnar |
2012-08-08 | m_spanningtree Handle ? wildcard as well when processing an incoming ENCAP | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-02-18 | Allow SASL messages to be targeted at the services server | danieldg |
2009-11-03 | Move MODENOTICE command to a command module | danieldg |
2009-09-02 | Remote user messaging fixes | danieldg |
2009-09-02 | MetaData rework | danieldg |
2009-09-02 | Remove unneeded ProtocolInterface::Introduce | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-09-01 | Fix build of m_spanningtree and display of dependency regeneration | danieldg |
2009-04-18 | Don't send out UID for users that are quitting, because the QUIT won't be sen... | danieldg |
2009-03-07 | Include explicit parameter list in ProtocolInterface::SendMode | danieldg |
2008-10-25 | As we have an enum for type, why not ..use it? | w00t |
2008-10-25 | Note where to find the docs. | w00t |
2008-08-31 | Move all the parameters around AGAIN. See docs shortly | brain |
2008-08-31 | Add snomasks to UID command, after 'modes', bump protocol version, as this ca... | w00t |
2008-07-18 | Set parent to empty if there is no parent, pippijn, does this fix your duplic... | w00t |
2008-07-12 | Add <gecos> field to <server> in XML stats output, also add to ProtoServer. F... | w00t |
2008-06-01 | Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ... | brain |
2008-05-08 | Add call to protocol interface to get useful info on the server map. Return a... | brain |
2008-04-17 | Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a... | w00t |
2008-04-05 | Remove debug, thanks for reminding me danieldg | brain |
2008-04-05 | Fix crash in MODE when sent for a user, with only one parameter (which is wro... | brain |
2008-04-04 | Whoops, thanks w00t | brain |
2008-04-04 | Make it buildable | brain |
2008-04-04 | Remote server PRIVMSG/NOTICE to nickname support | brain |
2008-04-04 | Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNot... | brain |