]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/bancache.cpp
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / src / bancache.cpp
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
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-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge insp20
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-06-13 Attila MolnarPull in bancache.h from inspircd.h
2014-06-13 Attila MolnarMove the definition of the BanCacheHit constructor...
2014-06-13 Attila MolnarChange allocation of BanCacheManager::BanHash to be...
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-05 attilamolnarMerge insp20
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-10 attilamolnarBanCache: Move expiration code into a function, call...
2013-04-10 attilamolnarBanCache: Remove BanCacheManager::RehashCache()
2013-04-10 attilamolnarBanCache: Simplify BanCacheManager::RemoveEntries()
2013-04-10 attilamolnarBanCache: Remove BanCacheHit::IP field, and BanCacheMan...
2013-04-10 attilamolnarBanCache: Do one hash lookup in BanCacheManager::AddHit()
2013-04-10 attilamolnarBanCache: Don't repeat ourselves, one BanCacheManager...
2012-08-24 attilamolnarRemove unnecessary assignment in BanCacheManager::Remov...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-19 danieldgValgrind now runs completely clean.
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-02-09 w00tUse new logging in bancache
2008-01-16 w00tAdd an overridden AddHit to BanCacheManager, allowing...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-06 w00tMaybe BanCache works now?
2008-01-06 w00tAdd removal of BanCache entries on XLINE add/del, so...
2008-01-06 w00tAdd bancache expiry stuff, currently records expire...
2007-11-17 w00tIt compiles; ship it.
2007-11-15 w00tAdd another BanCache stub. I'm not writing it yet as...
2007-11-05 brainRehash method added which frees unused memory from...
2007-11-04 brainThere are two forms of map::erase(), one erases by...
2007-11-04 w00tRemove some unnecessary headers from places, commit...
2007-11-03 w00tThis won't work yet.
2007-11-03 w00tAdd bancache.coo/h. Nothing in them, yet.