summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
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
2009-01-02If a module is loaded after m_spanningtree that it needs, then it will now re...brain
2009-01-02Update copyrights for 2009.w00t
2008-12-21Allow for kick from a server origin to have a comma seperated list of nicknam...brain
2008-12-15Fix naming convention to be consistant. (cmd_ -> Command)w00t
2008-12-12Fix problem with autoconnects: don't reset NextConnectTime to a higher value ...w00t
2008-12-07Make an error message more verbose to help usersbrain
2008-11-30Remove unused variable (thanks to everyone who noticed it)w00t
2008-11-27Don't append server name to kill reasons.w00t
2008-11-27Forward-port: Created commit fcadb0b: Change rm to force removal for configur...w00t
2008-11-20Fix for potential crash with invalid prefixes (prefixes which are neither val...brain
2008-11-16Don't burst expired X:, should help stop bounce wars..w00t
2008-11-04Fix malformed UID errors so that w00t can troubleshoot! :)brain
2008-11-02Fire every debug.w00t
2008-11-01Second attempt at time() -> SI->Time(), now problems with the original were f...w00t