summaryrefslogtreecommitdiff
path: root/src/coremods/core_stats.cpp
AgeCommit message (Expand)Author
2018-09-23Switch all core modules still using COMMAND_INIT to MODULE_INIT.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2018-04-08Move OnStats from the core to a cross-module event.Peter Powell
2018-04-06Refactor m_sqloper to be a full opers.conf replacement (#983).Dylan Frank
2018-03-10Add Haiku supportPuck Meerburg
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-10-28Hide User#host and User#dhost and use accessors to modify them.Peter Powell
2017-09-12Store the server endpoint as a sockaddrs in ListenSocket.Peter Powell
2016-09-09Replace snprintf usage with InspIRCd::Format.Peter Powell
2016-09-02Fix Windows build and most MSVC warningsAttila Molnar
2016-08-17Merge insp20Attila Molnar
2016-03-29Ensure server names passed to some commands are really server namesAttila Molnar
2016-02-25Introduce Stats::Context, pass it to the OnStats hook and switch all code to itAttila Molnar
2015-05-17Encase the IPv6 address in `STATS p` with square brackets.Peter Powell
2015-04-20Merge insp20Attila Molnar
2014-07-25Merge insp20Attila Molnar
2014-07-19Access local user list via new UserManager::GetLocalUsers() and make local_us...Attila Molnar
2014-07-19Move and rename typedef LocalUserList to UserManager::LocalListAttila Molnar
2014-07-19core_stats Deduplicate stats L and l codeAttila Molnar
2014-07-16Move typedef OperIndex to ServerConfig::OperIndexAttila Molnar
2014-07-16Move typedef ClassVector to ServerConfig::ClassVectorAttila Molnar
2014-07-16core_stats Simplify uptime stats code, don't output years because it is ambig...Attila Molnar
2014-06-13Change allocation of InspIRCd::Parser to be physically part of the object con...Attila Molnar
2014-06-13Add CommandParser::GetCommands() and typedef CommandMap and use it instead of...Attila Molnar
2014-06-13Change allocation of InspIRCd::stats to be physically part of the object cont...Attila Molnar
2014-05-12Update core_stats.cppWindowsUser
2014-03-25Add typedef OperList to UserManager for use with all_opersAttila Molnar
2014-03-15Add UserManager::GetUsers()Attila Molnar
2014-03-14Add InspIRCd::GetChans(), remove ChannelCount()Attila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar