summaryrefslogtreecommitdiff
path: root/src/coremods/core_list.cpp
AgeCommit message (Expand)Author
2020-04-24Update copyright headers.InspIRCd Robot
2020-03-30Make showing the channel modes in /LIST configurable.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-04-18Fix some bugs in LIST constraint parsing.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-11-17Improve LIST and implement more extended list features.Peter Powell
2017-11-17Fix a ton of -Wsign-conversion warnings.Peter Powell
2016-08-17Merge insp20Attila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-04-20Merge insp20Attila Molnar
2014-06-22core_list Improve readability by assigning the Channel being inspected to a v...Attila Molnar
2014-06-22core_list Check whether the chan name/topic has to be Match()ed once, not onc...Attila Molnar
2014-06-22core_list Do the HasPrivPermission() check only once, not once per chanAttila Molnar
2014-03-14Add InspIRCd::GetChans(), remove ChannelCount()Attila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar