]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/capab.cpp
Merge pull request #1196 from SaberUK/insp20+sha256
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / capab.cpp
2016-08-08 Attila MolnarMerge pull request #1196 from SaberUK/insp20+sha256
2016-08-05 Peter PowellFix challenge auth when using m_hash_gnutls instead...
2014-07-24 Attila MolnarUpdate example configuration files, fix typos and case
2014-04-29 Attila Molnarm_spanningtree Advertise the availability of m_globops...
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-10-02 attilamolnarm_spanningtree Use iterators in CAPAB handler and when...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-05-08 Daniel De GraafSend HALFOP= line in CAPAB CAPABILITIES for 1201 compat...
2010-02-23 danieldgReplace #define IPV6 with <config defaultbind="ipv6...
2010-02-13 danieldgClean up treesocket naming confusion by adding a link...
2010-02-09 danieldgFix typo
2010-02-09 danieldgSort CAPAB CHANMODES and USERMODES
2010-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-02-09 danieldgFix error message on OPTCOMMON mismatch
2010-02-06 danieldgFix left/right inversion in ListDifference
2010-01-16 danieldgFix use of commasepstream on now space-separated items
2010-01-16 danieldgMake CHANMODES/USERMODES split by spaces
2010-01-15 danieldgRoute SVSSILENCE/SVSWATCH using OPT_UCAST, marking...
2010-01-15 danieldgAdd CAPAB CHANMODES, CAPAB USERMODES to verify matching...
2010-01-14 danieldgVerify cloak keys match during CAPAB negotiation
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-03 danieldgRemove AllowHalfop item from server config
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-02 danieldgAdd modules to the VF_COMMON list in backwards compatab...
2009-09-02 danieldgAdd s2s backward compatability for protocol changes
2009-09-02 danieldgMake VF_OPTCOMMON module mismatches a fatal link error...
2009-09-02 danieldgAdd VF_OPTCOMMON for optionally common modules
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgStrip SUPPORT_IP6LINKS #define
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-08-17 danieldgAllow forward linking compatability by accepting higher...
2009-04-21 danieldgAbort link early when mismatched modules are detected...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-27 danieldgFix previous module mismatch message; "remote" is misle...
2009-02-24 danieldgClarify module mismatch message
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-27 w00tAdd user/channel mode synchronisation detection to...
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-04-18 aquanightMake the CAPAB sender in spanningtree more readable
2008-03-30 brainMake sure CAPAB always comes before SERVER on either...
2008-02-11 w00tRemove many unneeded headers from spanningtree files
2008-02-03 w00tSplit treesocket1 into a number of smaller files