]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cull_list.cpp
Convert the ISO 8859-2 nationalchars files to codepage configs.
[user/henk/code/inspircd.git] / src / cull_list.cpp
2021-02-26 InspIRCd RobotUpdate copyright headers.
2020-12-16 Sadie PowellUse !empty instead of size when checking if containers...
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
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-22 Attila MolnarDisable typeid() calls unless INSPIRCD_ENABLE_RTTI...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
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.
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...
2011-05-24 JackmcbarnFix recursion of QuitUser in SendQ quits
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-09-30 danieldgActually clear the cull list after applying it
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-30 danieldgDetect, complain, and don't crash when objects are...
2009-09-21 danieldgAllow objects to be added to cull list during apply...
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-02 danieldgMove user quit logic out of cull list
2009-04-17 danieldgFix CullList to not use O(n^2) version of vector clear
2009-04-17 danieldgRemove CullList rate limiting to fix UID collisions...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-10 danieldgFix fast quit/connect by changing nick to UID on QuitUser
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-17 w00tFix recursion in QuitUser
2008-09-07 w00tMerge the second interface for socket hooking into...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-19 w00tFix compile. Also remove write error stuff, as that...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-21 w00tRemove some of this, this isn't (strictly speaking...
2008-05-19 brainConvert connection::host
2008-05-19 w00tSome logging/preventative code for Jason's issue.....
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-04-21 brainFix quietbans and hidesplits etc, cull list's sending...
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-16 w00tAdd a warning about quitting a user twice, and fix...
2008-01-16 w00tRemove an O(log n) in favour of an O(1) operation,...
2008-01-16 w00tRe-add support for silent quits (note: we also remove...
2008-01-16 w00tHacked-up culllist: stores user pointers rather than...
2008-01-15 brainSomeone forgot to delete what they new :P
2008-01-15 w00tCullList -> CullItem *
2008-01-15 w00tCullList: Don't try quit everyone. Speed/resource use...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-16 w00tCache the culllist' GetUser() return. Looks cleaner.
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-13 brainMove some stuff around, this will move a crash to a...
2007-10-13 brainAdd sanity checks to the ssl modules so that theres...
2007-08-27 w00tRemove more unnecessary header traffic
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-05-07 brainFix multi-level if() madness, thanks HiroP
2007-05-04 brainAdd options:quietbursts, fixes bug #269, also adds...
2007-05-03 brainDO NOT USE THIS COMMIT - if you do, most of the modules...
2007-04-05 brainFix for bug #199 (Feature request) submitted by owine...
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-03-06 brainFixes for snotice quit reasons
2007-03-06 brainThis properly fixes options:hidebans and options:hidesp...
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2006-12-23 brainHash rehashing change
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
next