]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_stats.cpp
Fix the `STATS p` output being ambiguous.
[user/henk/code/inspircd.git] / src / coremods / core_stats.cpp
2021-03-08 Sadie PowellFix the `STATS p` output being ambiguous.
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-09 Sadie PowellSet the minimum length to 1 for most config items with...
2020-02-18 Sadie PowellGeneralise XLine stats numerics using RPL_STATS from...
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-02-18 RobbyVarious text improvements: consistency, syntax, help...
2019-01-28 Peter PowellFix not checking for server names case insensitively.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-10-01 Peter PowellMove <security:userstats> into core_stats.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-09-23 Peter PowellSwitch all core modules still using COMMAND_INIT to...
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-08 Peter PowellMove OnStats from the core to a cross-module event.
2018-04-06 Dylan FrankRefactor m_sqloper to be a full opers.conf replacement...
2018-03-13 Peter PowellMerge pull request #1461 from puckipedia/haiku-support
2018-03-10 Puck MeerburgAdd Haiku support
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
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-09-12 Peter PowellStore the server endpoint as a sockaddrs in ListenSocket.
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-09-16 Attila MolnarMerge pull request #1223 from SaberUK/master+travis
2016-09-16 Attila MolnarMerge pull request #1222 from SaberUK/master+warnings
2016-09-16 Attila MolnarMerge pull request #1219 from SaberUK/master+directive
2016-09-16 Attila MolnarMerge pull request #1176 from SaberUK/master+format
2016-09-09 Peter PowellReplace snprintf usage with InspIRCd::Format.
2016-09-02 Attila MolnarMerge insp20
2016-09-02 Attila MolnarFix Windows build and most MSVC warnings
2016-08-17 Attila MolnarMerge insp20
2016-03-29 Attila MolnarMerge pull request #1165 from Adam-/master+dnssource
2016-03-29 Attila MolnarEnsure server names passed to some commands are really...
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarIntroduce Stats::Context, pass it to the OnStats hook...
2016-02-22 Attila MolnarMerge insp20
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-05-19 Attila MolnarMerge branch 'master+movenames'
2015-05-17 Attila MolnarMerge pull request #1048 from SaberUK/master+ipv6-stats
2015-05-17 Peter PowellEncase the IPv6 address in `STATS p` with square brackets.
2015-05-10 Attila MolnarMerge insp20
2015-04-27 Attila MolnarMerge branch 'master+dns'
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-19 Attila MolnarAccess local user list via new UserManager::GetLocalUse...
2014-07-19 Attila MolnarMove and rename typedef LocalUserList to UserManager...
2014-07-19 Attila Molnarcore_stats Deduplicate stats L and l code
2014-07-16 Attila MolnarMove typedef OperIndex to ServerConfig::OperIndex
2014-07-16 Attila MolnarMove typedef ClassVector to ServerConfig::ClassVector
2014-07-16 Attila Molnarcore_stats Simplify uptime stats code, don't output...
2014-06-13 Attila MolnarChange allocation of InspIRCd::Parser to be physically...
2014-06-13 Attila MolnarAdd CommandParser::GetCommands() and typedef CommandMap...
2014-06-13 Attila MolnarChange allocation of InspIRCd::stats to be physically...
2014-05-12 WindowsUserUpdate core_stats.cpp
2014-04-07 Attila MolnarMerge insp20
2014-03-25 Attila MolnarAdd typedef OperList to UserManager for use with all_opers
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
2014-03-14 Attila MolnarAdd InspIRCd::GetChans(), remove ChannelCount()
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/