summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2009-07-03Use server name for source of remote TIME rather than SIDdanieldg
2009-06-30Roll back mysterious DNS change from 2007 which broke multiple-answerw00t
2009-06-15Fix ENCAP forwarding with multiword final parameter, noticed by Namegdufdanieldg
2009-06-07Allow SSL fingerprint-based server authenticationdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-14Fix UID collision on reload of m_spanningtree.sodanieldg
2009-05-14Fix some incorrect STL iterations (using < end() instead of != end())special
2009-05-13Show correct server source to users on FTOPIC and FMODEdanieldg
2009-05-13Use Utils->ServerUser instead of ServerInstance->FakeClient in m_spanningtreedanieldg
2009-05-13Make the previous patches actually workdanieldg
2009-05-13Replace loopCall detection in OnUserKick with a check for the m_spanningtree ...danieldg
2009-05-13Use a FakeUser source for server-sourced commands in spanningtreedanieldg
2009-05-07Remove handshake timer on server sockets that die before completing handshakedanieldg
2009-04-26Enable lag-check pings on active servers - if bandwidth waste is an issue, th...danieldg
2009-04-26Remove lag reporting in /map from servers that do not yet have a valid value;...danieldg
2009-04-23rollback r11326, we're going to make vc9 the officially supported windows bui...peavey
2009-04-23Heres the beef so farbrain
2009-04-22Addendum to previous ping patch: NextPingTime was not being set at endburst, ...danieldg
2009-04-22Fix PingFlag not being set correctly for servers whose burst takes longer tha...danieldg
2009-04-21Abort link early when mismatched modules are detected so that the error messa...danieldg
2009-04-20Actually use irc::modestacker correctlydanieldg
2009-04-20Use loopCall to protect OnUserKick rather than the triggerevents hackdanieldg
2009-04-19Initialize loopCall on constructiondanieldg
2009-04-19Add loopCall to prevent double-broadcasting new X:linesdanieldg
2009-04-18Don't send out UID for users that are quitting, because the QUIT won't be sen...danieldg
2009-04-01Fix ping server-skip logic from bug 792 fixdanieldg
2009-03-18Fix for bug #784 reported by HiroP, add check to the FHOST code to not send o...brain
2009-03-18Fix for bug #792 reported by recyclebin, do not attempt to ping local servers...brain
2009-03-16Instead of re adding the HandshakeTimer in m_spanningtree, make it a reoccurr...psychon
2009-03-15Use IS_OPER(u) instead of checking for umode +o to correctly add opers during...dz
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-14Revert r11194 "Quiet bursts for uplinks, suggested by HiroP, thanks!"danieldg
2009-03-14Mark children of remote servers as bursting while their parent is burstingdanieldg
2009-03-14Send remote BURST on new incoming server introductiondanieldg
2009-03-11Fix ComparePass for servers not supporting HMAC-SHA256 when ChallengeResponse...danieldg
2009-03-10Push password comparison logic into ComparePass, fixes authentication bug not...danieldg
2009-03-10Quiet bursts for uplinks, suggested by HiroP, thanks!brain
2009-03-09An FJOIN is not bursting unless the source server is burstingdanieldg
2009-03-07Remove some unneeded debug messages on the common case of FJOINdanieldg
2009-03-07Include explicit parameter list in ProtocolInterface::SendModedanieldg
2009-03-06Construct explicit parameter type list for MODE parametersdanieldg
2009-03-06Send SVSNICKs during nick collision to prevent servers that do not fully impl...danieldg
2009-03-05Fix crash when services (or a misbehaving remote server) introduces a server ...danieldg
2009-03-02Revert "Don't apply channel modes received in an non-burst, non-creation FJOI...danieldg
2009-03-02Don't apply channel modes received in an non-burst, non-creation FJOIN, becau...danieldg
2009-02-27Fix SID-sourced KILL being displayed to killee as from SID not from server namedanieldg
2009-02-27Fix previous module mismatch message; "remote" is misleading when sent as an ...danieldg
2009-02-24Clarify module mismatch messagedanieldg
2009-02-18Remove unused NumServers fielddanieldg
2009-02-18Remove MaxMapHeight, replace with dynamically sized buffersdanieldg