]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/capab.cpp
Replace most usages of "GECOS" with "real" or "real name".
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / capab.cpp
2018-07-30 Peter PowellReplace most usages of "GECOS" with "real" or "real...
2018-07-26 Peter PowellReplace irc::stringjoiner with a generic stdalgo::strin...
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-09-08 Peter PowellImplement support for configurable casemapping & defaul...
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2017-05-17 AdamMerge pull request #1094 from SISheogorath/insp20+fixed...
2016-09-02 Attila MolnarBump version to 3.0 in comments and messages
2016-09-02 Attila MolnarMerge insp20
2016-08-30 Attila MolnarReplace loop over alphabet with loop over mode list...
2016-08-17 Attila MolnarMerge insp20
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...
2016-02-22 Attila MolnarMerge insp20
2016-01-06 Attila Molnarm_spanningtree Add compatibility hack that allows modul...
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-02-22 Attila MolnarMerge pull request #916 from ShutterQuick/master+kickre...
2015-02-22 Daniel Vassdalcapab: m_kicknorejoin: Don't advertise upper bound...
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarReduce std::string::substr() usage
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-24 Attila MolnarUpdate example configuration files, fix typos and case
2014-06-22 Attila MolnarChange all occurrences of plain sort() to std::sort()
2014-04-29 Attila Molnarm_spanningtree Advertise the availability of m_globops...
2014-04-08 Attila Molnarm_spanningtree Don't rely on "m_sha256.so" being loaded...
2014-04-08 Attila Molnarm_spanningtree Remove the (now) undocumented disablehma...
2014-04-07 Attila MolnarMerge insp20
2014-03-08 Peter PowellMake the maximum hostname length configurable in the...
2014-02-18 Attila MolnarChange the parameter type of ModeHandler::GiveModeList...
2014-02-06 Peter PowellConvert irc::stringjoiner to be a method instead of...
2014-01-23 Attila MolnarRemove whitespace and minor style changes
2014-01-21 Attila MolnarMerge insp20
2013-11-21 attilamolnarFix a few issues
2013-09-11 attilamolnarMove prefix mode specific fields and getters into Prefi...
2013-08-30 attilamolnarRemove ModuleManager::GetAllModuleNames(), use GetModul...
2013-08-30 attilamolnarMerge insp20
2013-06-12 attilamolnarSimplify stringjoiner: take 1 parameter, join from...
2013-06-05 attilamolnarMerge insp20
2013-04-27 attilamolnarMerge insp20
2013-04-13 attilamolnarm_spanningtree Bump protocol version and remove unused...
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree atoi() to ConvToInt() conversion, add...
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 AdamFix linker error when linking spanningtree caused by...
2013-03-31 attilamolnarRemove legacy code, mostly related to 1.2 compatibility
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