summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2016-03-30Remove ProtocolInterface::PushToClient()Attila Molnar
2016-03-30m_spanningtree Remove PUSH handlerAttila Molnar
2016-03-29Make User::WriteRemoteNumeric() virtual, implement it in SpanningTree::Remote...Attila Molnar
2016-03-29m_spanningtree Add CommandNum::BuilderAttila Molnar
2016-03-29m_spanningtree Translate NUM to PUSH and PUSH to NUM, NOTICE or PRIVMSG for 1...Attila Molnar
2016-03-29m_spanningtree Add NUM command handlerAttila Molnar
2016-03-29m_spanningtree Add class SpanningTree::RemoteUserAttila Molnar
2016-03-29Simplify GetRouting() methods doing unicastAttila Molnar
2016-03-29m_spanningtree Use SpanningTreeUtilities::FindRouteTarget() in RouteCommand()Attila Molnar
2016-03-29m_spanningtree Add SpanningTreeUtilities::FindRouteTarget()Attila Molnar
2016-03-29m_spanningtree Remove unused SpanningTreeUtilities::BestRouteTo()Attila Molnar
2016-03-29m_spanningtree Remove unused SpanningTreeUtilities::DoOneToOne() overload acc...Attila Molnar
2016-03-29m_spanningtree Remove unused CommandBuilder::Unicast() overload accepting a s...Attila Molnar
2016-03-05Send NOTICEs to local channel members with Channel::WriteNotice()Attila Molnar
2016-03-01m_spanningtree Remove ModuleSpanningTree::RemoteMessage()Attila Molnar
2016-03-01Send NOTICEs that can go to both local and remote users with User::WriteRemot...Attila Molnar
2016-02-28Minor spelling errors in m_spanningtree.soGuillaume Delacour
2016-02-25Introduce Stats::Context, pass it to the OnStats hook and switch all code to itAttila Molnar
2016-02-25Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Attila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2016-01-06m_spanningtree Ignore SVSWATCH from 2.0 serversAttila Molnar
2016-01-06m_spanningtree Add compatibility hack that allows modules to drop the VF_COMM...Attila Molnar
2015-12-07Remove some IS_SERVER() checksAttila Molnar
2015-12-07Do not insert FakeUsers into UserManager::uuidlistAttila Molnar
2015-12-07m_spanningtree Try FindServerID() first if the prefix looks like a sid in Tre...Attila Molnar
2015-12-06m_spanningtree Change allocation of ModuleSpanningTree::commands to be physic...Attila Molnar
2015-12-06m_spanningtree Implement ServerCommand::RegisterService()Attila Molnar
2015-12-06Add minimum channel rank and exception list parameters to the OnUserInvite hookAttila Molnar
2015-11-02Rewrite invite systemAttila Molnar
2015-05-23m_spanningtree Log nick collisions more verbosely and in all casesAttila Molnar
2015-05-19m_spanningtree Fix harmless valgrind warning about uninit var usage on unloadAttila Molnar
2015-05-13m_spanningtree Use uint64_t for the burst start time to avoid overflowsAttila Molnar
2015-05-13m_spanningtree Clean up commentsAttila Molnar
2015-04-20Merge insp20Attila Molnar
2015-02-22capab: m_kicknorejoin: Don't advertise upper bound to 2.0 serversDaniel Vassdal
2015-02-12m_spanningtree Pass Server* to the OnServerLink/OnServerSplit eventsAttila Molnar
2015-02-11Convert the spanningtree events to use the new cross-module event systemAttila Molnar
2015-02-04m_spanningtree Fix TreeRoot UserCount being possibly wrong if loaded after st...Attila Molnar
2015-01-25m_spanningtree Rewrite PING logic to use TimersAttila Molnar
2015-01-22Merge branch 'master+exttype' into master+no-rttiAttila Molnar
2015-01-20m_spanningtree Remove public TreeServer methods that are only called from Tre...Attila Molnar
2015-01-20m_spanningtree Get rid of some boilerplateAttila Molnar
2015-01-18m_spanningtree Only unserialize() METADATA if the object type matches Extensi...Attila Molnar
2015-01-14Merge branch 'master+stfjoinforward'Attila Molnar
2015-01-10Reduce std::string::substr() usageAttila Molnar
2015-01-09m_spanningtree Increase maximum generated FJOIN line size to 510Attila Molnar
2015-01-09m_spanningtree Forward FJOINs with correct TS, modes and userlistAttila Molnar
2015-01-09m_spanningtree Change name and scope of commait in FJOIN handlerAttila Molnar
2015-01-09m_spanningtree Add overload for add() and has_room(), giving more flexibility...Attila Molnar
2015-01-09m_spanningtree Add CmdBuilder::push_raw() overload for rangesAttila Molnar