]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/xline.cpp
Header update: 2007 -> 2008
[user/henk/code/inspircd.git] / src / xline.cpp
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-09 w00tAdd OnExpireLine(XLine *) hook, will be used in xline...
2008-01-09 w00tFix bug in new XLine system (thanks Brain) - I don...
2008-01-06 w00tMaybe BanCache works now?
2008-01-06 w00tAdd removal of BanCache entries on XLINE add/del, so...
2007-11-04 w00tIntegrate K/Gline into the bancache system by making...
2007-11-02 brainForce to uuid on applying a qline, rather than disconne...
2007-11-02 brainWe cant return NULL if the first hit we get expires...
2007-11-02 brainWhoops, new expiry stuff was expiring perm lines! fixed.
2007-11-02 brainExpire lines on burst, and ensure that if an eline...
2007-11-02 brainExpire timed glines that are due for expiry on stats...
2007-11-02 brainHopefully fix the bursting of xlines to work again...
2007-11-02 brainMove lookup_lines to private, theres no need for it...
2007-11-02 brainTidy up, and make the identifer for a line type be...
2007-11-02 brainXLines now only checked for expiry on positive hit...
2007-11-02 brainxline gutting, once more. There is no longer an active_...
2007-11-01 w00tUpdate docs on how XLine system will be working
2007-10-31 brainThere, i think all thats now left is matches_*line...
2007-10-31 brainFix (?) stats chars
2007-10-31 brainThis *should* fix expiry. Can someone else (w00t? ...
2007-10-31 brainMore debug in here
2007-10-31 brainStart to fix broken expiry
2007-10-31 brainFix up to pass User*
2007-10-31 brainAdd factories for other types
2007-10-31 brainAdd factories for eline and gline as tests
2007-10-31 brainImplement: XLineManager::RegisterFactory, UnregisterFac...
2007-10-31 brainMore fixes and some optimizations
2007-10-31 brainMore stuff
2007-10-31 brainFixified some more
2007-10-31 brainThe rest doesnt compile yet, dont bother :p
2007-10-31 w00tClean up XLine conf stuff a little bit, move most of...
2007-10-29 brainA few more timesaving checks.
2007-10-29 brainAdd the lookup_lines stuff. Sorry i havent documented...
2007-10-29 brainOk, now each xline will be in two places. The sorted...
2007-10-29 brainThis commit is untested and breaks a lot of xline stuff...
2007-10-28 w00tMake ELines cached, and check for ELined status in...
2007-10-28 w00tUpdate User::exempt all the time we change an E:Line...
2007-10-28 brainYAR!
2007-10-28 brainGrr
2007-10-28 brainAdd Apply and DefaultApply.
2007-10-28 w00tFixify
2007-10-28 w00tRewrite of XLineManager::ApplyLines to only apply pendi...
2007-10-28 brainI think this is done. Add overloaded Matches() which...
2007-10-28 w00tMove matches_qline to Matches, though this won't work...
2007-10-28 w00tMake E:Line/G:Line use the Matches stuff
2007-10-28 w00tMake ZLine use Matches()
2007-10-28 brainDone my part
2007-10-28 w00tAdd a virtual Matches to XLine class, and override...
2007-10-28 brainForgot it should return false
2007-10-28 brainFixed w00t
2007-10-28 w00tPERL PIE FOR ALL: Rename a fuckload of XLineManager...
2007-10-28 w00t- Tear out a useless load of XLine clutters that did...
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-27 w00tRemove more unnecessary header traffic
2007-07-24 w00tConvert some ancient GlobalCulls usage into userrec...
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-07-01 brainOptimizations and code tidyups. QA please check that...
2007-06-14 brainFix for bug #324 reported by HiroP
2007-06-04 brainAdd options:moronbanner. Yes really, thats what its...
2007-03-15 specialFixed hidebans behavior to not always be on as well...
2007-03-06 brainThis properly fixes options:hidebans and options:hidesp...
2007-02-05 peaveyMove quitting of clients to a central Cull List, and...
2007-01-17 brainIt says something about how excessive our debug output...
2007-01-10 brainIf we have a bitmask of 0 in apply_lines, dont even...
2007-01-04 brainMassive speedups for applying and checking perm xlines...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-11-14 brainTons of tweaks to the config stuff for the core
2006-11-04 brainShow ident when expiring g and k lines
2006-09-19 brainUpdate expiries when we update the set time
2006-09-19 brainMake the check against z/k/q/e/g methods return a point...
2006-09-19 brainFix crashes, and in the process make xline even faster!
2006-09-19 brainMake xline more memory-efficient and faster/neater...
2006-09-10 brainRemove unused buffer and call to MakeHost()
2006-09-10 brainMake /stats k/g/e work right
2006-09-10 brainSplit hostmasks into ident and host pairs for matching...
2006-09-10 brainFix the new g/k/e line stuff to match ips. NOTE: this...
2006-09-10 brainMatch IP's with klines, glines and exceptions, as well...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainThe rest of snomask +x (i think)
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainMove all of the xline stuff into class XLineManager...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainTidy up loglevel enum (remove some C-ish defines)
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-06 brainCIDR g/k/e lines to go with zlines
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-07-30 brainREMOTE STATS! WOOO AND YAY!
2006-07-03 omJust to be really anal, typo fix in comment
next