| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update all usages of ProtocolServer to use Server. | 2024-07-24 | 1 | -5/+0 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+1 | |
| | | |||||
| * | Fix casing of metadata in function and event names. | 2023-05-30 | 1 | -3/+3 | |
| | | | | | Metadata is one word not two so it shouldn't be capitalised like this. | ||||
| * | Convert various enums to strongly typed scoped enums. | 2023-01-22 | 1 | -2/+2 | |
| | | |||||
| * | More const correctness work. | 2022-12-08 | 1 | -4/+4 | |
| | | |||||
| * | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -1/+1 | |
| | | |||||
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| | | |||||
| * | Slim down the protocol interface for sending metadata. | 2022-01-31 | 1 | -12/+2 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| | | | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -7/+8 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -7/+7 | |
| | | | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -3/+3 | |
| | | | |||||
| * | | Add support for syncing metadata set on memberships. | 2021-04-01 | 1 | -0/+5 | |
| |/ | | | | | No compat logic is required here as existing servers will just drop the unknown METADATA message when they can't find the target. | ||||
| * | Update copyright headers. | 2020-01-11 | 1 | -2/+7 | |
| | | |||||
| * | Add the server id to the Server class. | 2019-09-23 | 1 | -1/+1 | |
| | | |||||
| * | Get rid of CommandBuilder::push_back. | 2019-07-19 | 1 | -1/+1 | |
| | | |||||
| * | spanningtree: Never send a message to a raw UUID in CmdBuilder. | 2019-07-19 | 1 | -1/+1 | |
| | | |||||
| * | Fix message tags not being broadcast across the network. | 2019-01-02 | 1 | -1/+2 | |
| | | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -2/+2 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Change ServerInfo::gecos to description | 2018-04-11 | 1 | -1/+1 | |
| | | |||||
| * | Remove unused ProtocolInterface::SendTopic() | 2016-03-30 | 1 | -5/+0 | |
| | | |||||
| * | Remove ProtocolInterface::PushToClient() | 2016-03-30 | 1 | -5/+0 | |
| | | |||||
| * | Remove ProtocolInterface::SendMode() | 2014-09-03 | 1 | -4/+0 | |
| | | |||||
| * | m_spanningtree Send MODE/FMODE from the OnMode hook | 2014-09-03 | 1 | -18/+0 | |
| | | | | | If the MODE_LOCALONLY flag is set the mode change is not propagated | ||||
| * | Add ProtocolInterface::BroadcastEncap() and infrastructure for manually ↵ | 2014-01-26 | 1 | -0/+11 | |
| | | | | | forwarding ENCAPs | ||||
| * | ProtocolInterface::SendEncapsulatedData() changes | 2014-01-26 | 1 | -7/+22 | |
| | | | | | | | - Pass command name and destination as real parameters - Allow callers to specify the command source - Send a SID instead of a server name if the target is a single server | ||||
| * | Change type of snomask parameter to char in ProtocolInterface::SendSNONotice() | 2014-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Pass an interface to the OnSync hooks | 2013-09-13 | 1 | -0/+5 | |
| | | | | | Remove Module::ProtoSendMetaData() | ||||
| * | Split ProtocolInterface::SendMetaData() into multiple functions | 2013-09-13 | 1 | -9/+12 | |
| | | |||||
| * | m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ↵ | 2013-08-28 | 1 | -9/+1 | |
| | | | | | | | when two TOPIC messages cross TOPIC is no longer accepted from servers using the new protocol | ||||
| * | m_spanningtree Introduce command builders | 2013-08-27 | 1 | -36/+22 | |
| | | |||||
| * | Clean up the protocol interface | 2013-08-25 | 1 | -21/+8 | |
| | | |||||
| * | Rewrite CommandParser::TranslateUIDs() | 2013-06-13 | 1 | -4/+1 | |
| | | |||||
| * | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to ↵ | 2013-06-13 | 1 | -23/+16 | |
| | | | | | | | | | indicate local only mode changes and mode merges Change ProtocolInterface::SendMode() to take source and destination parameters, and call it from the mode parser whenever the mode change is global This deprecates the ambiguous InspIRCd::SendMode() and InspIRCd::SendGlobalMode() interface (the latter sent mode changes originating from local users twice, etc.) | ||||
| * | m_spanningtree Add channel timestamp to FTOPIC | 2013-04-13 | 1 | -0/+1 | |
| | | |||||
| * | m_spanningtree Add channel timestamp to channel METADATA | 2013-04-13 | 1 | -0/+3 | |
| | | |||||
| * | m_spanningtree Remove unneeded #includes | 2013-04-12 | 1 | -2/+0 | |
| | | |||||
| * | m_spanningtree Remove encapsulation on UserCount/OperCount | 2013-04-12 | 1 | -2/+2 | |
| | | |||||
| * | m_spanningtree Introduce new function to send channel messages | 2013-04-12 | 1 | -19/+4 | |
| | | | | | | Use it from the protocol interface and PRIVMSG/NOTICE handlers Unite OnUserNotice and OnUserMessage code into LocalMessage() | ||||
| * | m_spanningtree Change TreeServerList to be a set, get rid of a function ↵ | 2013-04-12 | 1 | -1/+1 | |
| | | | | | dedicated to adding entries to it | ||||
| * | m_spanningtree Specify the uuid of the remote user when sending server ↵ | 2012-08-08 | 1 | -18/+8 | |
| | | | | | NOTICE/PRIVMSG to him | ||||
| * | m_spanningtree Handle ? wildcard as well when processing an incoming ENCAP | 2012-08-08 | 1 | -1/+1 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -0/+20 | |
| | | |||||
| * | Allow SASL messages to be targeted at the services server | 2010-02-18 | 1 | -2/+7 | |
| | | | | | | | | <sasl target="services.example.net"> will avoid broadcasting all authentication messages across the network, which improves security. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12494 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Move MODENOTICE command to a command module | 2009-11-03 | 1 | -8/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11991 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remote user messaging fixes | 2009-09-02 | 1 | -1/+1 | |
| | | | | | | | | | Add format string output to DumpText Fix PI->PushToClient prefixing issue Fix ENCAP routing to use SID rather than server name git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11658 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | MetaData rework | 2009-09-02 | 1 | -16/+10 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11607 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove unneeded ProtocolInterface::Introduce | 2009-09-02 | 1 | -27/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11600 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Replace std::deque with std::vector in spanningtree and related modules | 2009-09-02 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11593 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
