]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_whois.cpp
Add the override keyword in places that it is missing.
[user/henk/code/inspircd.git] / src / coremods / core_whois.cpp
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-28 Peter PowellHide User#host and User#dhost and use accessors to...
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
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.
2016-12-30 Attila MolnarClean up User::FormatModes(), rename to GetModeLetters()
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-03-19 Attila MolnarFix oversights in the WriteNumeric() parameter conversion
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarConvert WhoisContext::SendLine() calls to pass the...
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge pull request #1139 from johanna-a/master
2016-02-20 Attila MolnarMerge pull request #1142 from SaberUK/master+fixes
2016-02-20 Peter PowellFix build errors on CentOS 6 and OpenBSD.
2016-01-03 Attila MolnarMerge branch 'master+numericbuilder'
2015-12-30 Attila Molnarcore_whois Switch to Numeric::Builder
2015-05-10 Attila MolnarMerge insp20
2015-05-04 Attila MolnarMerge branch 'master+whoiscontext'
2015-05-04 Attila Molnarcore_whois Fix numeric 319 not obeying MaxLine
2015-04-28 Attila Molnarcore_whois Simplify CommandWhois::SplitChanList()
2015-04-28 Attila MolnarMove OnWhois* events to core_whois, add Whois::Context
2015-04-28 Attila MolnarPrepend target user nick to whois numerics in InspIRCd...
2015-04-20 Attila MolnarMerge insp20
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-14 Attila MolnarRename UserChanList to User::ChanList, remove UCListIter
2014-04-07 Attila MolnarMerge insp20
2014-03-31 Attila MolnarCheck if Membership::GetPrefixChar() returns 0 before...
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/