summaryrefslogtreecommitdiff
path: root/src/coremods/core_list.cpp
AgeCommit message (Expand)Author
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