summaryrefslogtreecommitdiff
path: root/src/coremods/core_whois.cpp
AgeCommit message (Expand)Author
2016-02-25Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ...Attila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2016-02-20Fix build errors on CentOS 6 and OpenBSD.Peter Powell
2015-12-30core_whois Switch to Numeric::BuilderAttila Molnar
2015-05-04core_whois Fix numeric 319 not obeying MaxLineAttila Molnar
2015-04-28core_whois Simplify CommandWhois::SplitChanList()Attila Molnar
2015-04-28Move OnWhois* events to core_whois, add Whois::ContextAttila Molnar
2015-04-28Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine()Attila Molnar
2015-01-10Reduce std::string::substr() usageAttila Molnar
2014-10-27Merge insp20Attila Molnar
2014-07-14Rename UserChanList to User::ChanList, remove UCListIterAttila Molnar
2014-03-31Check if Membership::GetPrefixChar() returns 0 before appending it to a stringAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar