summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
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
2009-02-18Apparently casting to float is not sufficient to cause a conversiondanieldg
2009-02-18Rework /MAP output to not be overly widedanieldg
2009-02-16Remove redundant PriorityState, enum Priority does the exact same thing.w00t
2009-02-14Nuke trailing spacespeavey
2009-02-09Remove space before first user in FJOIN; also call c->ChanModes less for larg...danieldg
2009-02-09Fix merge FJOIN debug messagedanieldg
2009-02-08Fix: always have a colon marking the last FJOIN parameter, otherwise servers ...w00t
2009-01-31We already have an error for not enough params to the SERVER command, but the...brain
2009-01-22Revert "Check nickname validity on introduction, closes bug #682 reported by ...w00t
2009-01-21Check nickname validity on introduction, closes bug #682 reported by danieldg...w00t
2009-01-04This is out of date, useless, and nobody updates it.brain
2009-01-02...and make it not go querying modules that dont implement the right interfac...brain