| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2021-08-28 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-08-27 | 1 | -1/+1 |
| | * | Code refactor and minor fix (#1879) | Herman | 2021-06-12 | 1 | -7/+8 |
| * | | Switch simple iterator loops to use range-based for loops. | Sadie Powell | 2021-04-07 | 1 | -7/+7 |
| * | | Fix a ton of pedantic compiler warnings. | Sadie Powell | 2021-04-04 | 1 | -3/+3 |
| * | | Add support for syncing metadata set on memberships.•••No compat logic is required here as existing servers will just drop
the unknown METADATA message when they can't find the target.
| Sadie Powell | 2021-04-01 | 1 | -0/+5 |
| |/ |
|
| * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -2/+7 |
| * | Add the server id to the Server class. | Peter Powell | 2019-09-23 | 1 | -1/+1 |
| * | Get rid of CommandBuilder::push_back. | Peter Powell | 2019-07-19 | 1 | -1/+1 |
| * | spanningtree: Never send a message to a raw UUID in CmdBuilder. | Peter Powell | 2019-07-19 | 1 | -1/+1 |
| * | Fix message tags not being broadcast across the network. | Peter Powell | 2019-01-02 | 1 | -1/+2 |
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
| Peter Powell | 2018-07-26 | 1 | -2/+2 |
| * | Change ServerInfo::gecos to description | genius3000 | 2018-04-11 | 1 | -1/+1 |
| * | Remove unused ProtocolInterface::SendTopic() | Attila Molnar | 2016-03-30 | 1 | -5/+0 |
| * | Remove ProtocolInterface::PushToClient() | Attila Molnar | 2016-03-30 | 1 | -5/+0 |
| * | Remove ProtocolInterface::SendMode() | Attila Molnar | 2014-09-03 | 1 | -4/+0 |
| * | m_spanningtree Send MODE/FMODE from the OnMode hook•••If the MODE_LOCALONLY flag is set the mode change is not propagated
| Attila Molnar | 2014-09-03 | 1 | -18/+0 |
| * | Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa... | Attila Molnar | 2014-01-26 | 1 | -0/+11 |
| * | ProtocolInterface::SendEncapsulatedData() changes•••- 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
| Attila Molnar | 2014-01-26 | 1 | -7/+22 |
| * | Change type of snomask parameter to char in ProtocolInterface::SendSNONotice() | Attila Molnar | 2014-01-04 | 1 | -1/+1 |
| * | Pass an interface to the OnSync hooks•••Remove Module::ProtoSendMetaData()
| attilamolnar | 2013-09-13 | 1 | -0/+5 |
| * | Split ProtocolInterface::SendMetaData() into multiple functions | attilamolnar | 2013-09-13 | 1 | -9/+12 |
| * | m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ...•••TOPIC is no longer accepted from servers using the new protocol
| attilamolnar | 2013-08-28 | 1 | -9/+1 |
| * | m_spanningtree Introduce command builders | attilamolnar | 2013-08-27 | 1 | -36/+22 |
| * | Clean up the protocol interface | attilamolnar | 2013-08-25 | 1 | -21/+8 |
| * | Rewrite CommandParser::TranslateUIDs() | attilamolnar | 2013-06-13 | 1 | -4/+1 |
| * | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...•••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.)
| attilamolnar | 2013-06-13 | 1 | -23/+16 |
| * | m_spanningtree Add channel timestamp to FTOPIC | attilamolnar | 2013-04-13 | 1 | -0/+1 |
| * | m_spanningtree Add channel timestamp to channel METADATA | attilamolnar | 2013-04-13 | 1 | -0/+3 |
| * | m_spanningtree Remove unneeded #includes | attilamolnar | 2013-04-12 | 1 | -2/+0 |
| * | m_spanningtree Remove encapsulation on UserCount/OperCount | attilamolnar | 2013-04-12 | 1 | -2/+2 |
| * | m_spanningtree Introduce new function to send channel messages•••Use it from the protocol interface and PRIVMSG/NOTICE handlers
Unite OnUserNotice and OnUserMessage code into LocalMessage()
| attilamolnar | 2013-04-12 | 1 | -19/+4 |
| * | m_spanningtree Change TreeServerList to be a set, get rid of a function dedic... | attilamolnar | 2013-04-12 | 1 | -1/+1 |
| * | m_spanningtree Specify the uuid of the remote user when sending server NOTICE... | attilamolnar | 2012-08-08 | 1 | -18/+8 |
| * | m_spanningtree Handle ? wildcard as well when processing an incoming ENCAP | attilamolnar | 2012-08-08 | 1 | -1/+1 |
| * | Replace copyright headers with headers granting specific authors copyright | Robby- | 2012-04-19 | 1 | -0/+20 |
| * | Allow SASL messages to be targeted at the services server•••<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
| danieldg | 2010-02-18 | 1 | -2/+7 |
| * | Move MODENOTICE command to a command module•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11991 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-03 | 1 | -8/+0 |
| * | Remote user messaging fixes•••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
| danieldg | 2009-09-02 | 1 | -1/+1 |
| * | MetaData rework•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11607 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-02 | 1 | -16/+10 |
| * | Remove unneeded ProtocolInterface::Introduce•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11600 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-02 | 1 | -27/+0 |
| * | Replace std::deque with std::vector in spanningtree and related modules•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11593 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-02 | 1 | -2/+2 |
| * | Fix build of m_spanningtree and display of dependency regeneration•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11557 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-01 | 1 | -5/+5 |
| * | Don't send out UID for users that are quitting, because the QUIT won't be sen...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11313 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-18 | 1 | -0/+2 |
| * | Include explicit parameter list in ProtocolInterface::SendMode•••Also leave the strings split into deque, there's no need to pack it into a
string just to unpack it during the translate.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11181 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-07 | 1 | -12/+9 |
| * | As we have an enum for type, why not ..use it?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10710 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-10-25 | 1 | -4/+7 |
| * | Note where to find the docs.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10704 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-10-25 | 1 | -0/+4 |
| * | Move all the parameters around AGAIN. See docs shortly•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10364 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-31 | 1 | -2/+1 |
| * | Add snomasks to UID command, after 'modes', bump protocol version, as this ca...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10360 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-08-31 | 1 | -0/+1 |
| * | Set parent to empty if there is no parent, pippijn, does this fix your duplic...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10034 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-07-18 | 1 | -1/+1 |