]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_whowas.cpp
Move OnStats from the core to a cross-module event.
[user/henk/code/inspircd.git] / src / coremods / core_whowas.cpp
2018-04-08 Peter PowellMove OnStats from the core to a cross-module event.
2017-12-22 Peter PowellRename <security:hidewhois> to <security:hideserver>.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-12-09 Peter PowellClean up numeric usage in WHOIS and WHOWAS.
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-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #1211 from SaberUK/master+override
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-12 Peter PowellAdd CXX11_OVERRIDE to overridden members that lack it.
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarIntroduce Stats::Context, pass it to the OnStats hook...
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-12-02 Attila MolnarMerge branch 'master+serviceinit'
2015-12-01 Attila MolnarMerge branch 'master+reloadmod'
2015-12-01 Attila MolnarMerge branch 'master+whowas-purge-empty'
2015-11-23 Attila Molnarcore_whowas Purge nicks as soon as they no longer have...
2015-11-23 Attila Molnarcore_whowas Add WhoWas::Manager::PurgeNick()
2015-11-23 Attila Molnarcore_whowas Remove dead code
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-09 Attila Molnarcore_whowas Rename and move WhoWasGroup to WhoWas:...
2014-07-09 Attila Molnarcore_whowas Return a WhoWas::Manager::Stats struct...
2014-07-09 Attila Molnarcore_whowas Split database logic into a WhoWas::Manager...
2014-07-09 Attila Molnarcore_whowas Clean up GetStats()
2014-07-09 Attila Molnarcore_whowas Rename misleading variables and typedefs
2014-07-09 Attila Molnarcore_whowas Switch from map to a hash map and from...
2014-07-09 Attila Molnarcore_whowas Change the FIFO to be an intrusive list
2014-07-09 Attila Molnarcore_whowas Store the nickname in WhoWas::Nick
2014-07-09 Attila Molnarcore_whowas Store time added in WhoWas::Nick
2014-07-09 Attila Molnarcore_whowas Delete elements of the per nick deque in...
2014-07-09 Attila Molnarcore_whowas Create class WhoWas::Nick, store pointers...
2014-07-09 Attila Molnarcore_whowas Don't display used bytes in /STATS z
2014-04-07 Attila MolnarMerge insp20
2014-03-24 Attila MolnarAdd stdalgo::delete_all() that deletes all elements...
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/