summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/capab.cpp
AgeCommit message (Expand)Author
2012-10-12Remove superfluous std::string()sattilamolnar
2012-10-02m_spanningtree Use iterators in CAPAB handler and when generating reply to sp...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-05-08Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)Daniel De Graaf
2010-02-23Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...danieldg
2010-02-13Clean up treesocket naming confusion by adding a link block reference during ...danieldg
2010-02-09Fix typodanieldg
2010-02-09Sort CAPAB CHANMODES and USERMODESdanieldg
2010-02-09Add random number generation functions to InspIRCd class.danieldg
2010-02-09Fix error message on OPTCOMMON mismatchdanieldg
2010-02-06Fix left/right inversion in ListDifferencedanieldg
2010-01-16Fix use of commasepstream on now space-separated itemsdanieldg
2010-01-16Make CHANMODES/USERMODES split by spacesdanieldg
2010-01-15Route SVSSILENCE/SVSWATCH using OPT_UCAST, marking them OPTCOMMONdanieldg
2010-01-15Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not...danieldg
2010-01-14Verify cloak keys match during CAPAB negotiationdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-03Remove AllowHalfop item from server configdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-02Add modules to the VF_COMMON list in backwards compatability link mode, trans...danieldg
2009-09-02Add s2s backward compatability for protocol changesdanieldg
2009-09-02Make VF_OPTCOMMON module mismatches a fatal link error by defaultdanieldg
2009-09-02Add VF_OPTCOMMON for optionally common modulesdanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-01Strip SUPPORT_IP6LINKS #definedanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-08-17Allow forward linking compatability by accepting higher protocol version numb...danieldg
2009-04-21Abort link early when mismatched modules are detected so that the error messa...danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-27Fix previous module mismatch message; "remote" is misleading when sent as an ...danieldg
2009-02-24Clarify module mismatch messagedanieldg
2009-01-02Update copyrights for 2009.w00t
2008-10-27Add user/channel mode synchronisation detection to CAPAB - link will now drop...w00t
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-04-18Make the CAPAB sender in spanningtree more readableaquanight
2008-03-30Make sure CAPAB always comes before SERVER on either side of the link at all ...brain
2008-02-11Remove many unneeded headers from spanningtree filesw00t
2008-02-03Split treesocket1 into a number of smaller filesw00t