]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/xline.cpp
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / src / xline.cpp
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
2006-07-01 omChange WriteChannelWithServ and it's _NoFormat to take...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-08 omRemove references to inspircd_io from these, stop confi...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-27 w00ttrivial: Slight reformat of expiry of line message
2006-03-10 brainTidyup of commented out reminder code
2006-03-10 brainMass tidyup of ServerConfig::Read and stuff
2006-03-05 brainColon before the reasons in STATS, so that it doesnt...
2006-02-28 brainBanHiding
2006-02-22 brainPerm elines (<exception> tag) not being applied - fixed
2006-02-08 brainChecks to not propogate invalid or already-existing...
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-12 brainGCC 4.0.2 warns because we assign in an if. we want...
2006-01-12 brainTypo (whoops)
2006-01-12 brainxline tweaks
2006-01-12 brainReplaced sprintf's with some char* voodoo
2005-12-15 brainFull removal of inspircd_util.h
2005-12-15 brainMade apply_lines apply perm lines again
2005-12-15 brainAdded CullList class
2005-12-15 brainNew CullList trick
2005-12-14 brainMore config tidyups
2005-12-14 brainAdded config_f to serverconfig, UNTESTED
2005-12-14 brainTidied up modules.h added some typedefs to typedefs.h
2005-12-14 brainmoved declarations of typedefs for user_hash and chan_h...
2005-12-14 brainStarted moving of data into ServerConfig class
2005-12-14 brainAdded parameter to apply_lines to indicate what we...
2005-12-13 brain#define IS_LOCAL(x) (x->fd > -1)
2005-12-13 brainoptimized a ton of strcmps down to an integer comparison!
2005-12-08 brainTypo in a comment, talk about grammar-nazi
2005-12-08 brainOptimized (much faster, more efficient, less cpu usage)
2005-11-30 w00tSplit the expiry loop into sections, to hopefully decre...
2005-11-25 brainFixes for removal of serverrec
2005-11-25 brainRemoved references to deprecated files servers.* and...
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainChanged to use __single_client_alloc, supposedly faster...
2005-05-15 brainMoved StrHashComp and InAddr_HashComp into the irc...
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-14 brainAdded 'uniqueness sums': http://www.inspircd.org/wiki...
2005-05-12 brainChanged the type of struct whowas records are stored...
2005-05-08 brainChanged the final bunch of udp_* vars to server_*/tcp_*
2005-04-29 brainFixed some flood checking
2005-04-29 brainA few anti-flood features
2005-04-29 brainMade xline notices neater when notifying of unknown...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-18 brainFixed strhashcomp
2005-04-13 brainAdded Server::AddGLine
2005-04-05 brainMajor optimizations!
2005-04-04 brainAdded E:Lines, a form of ban exception that can prevent...
2005-03-25 brainAdded implementation of strlcpy and strlcat for systems...
next