summaryrefslogtreecommitdiff
path: root/include/xline.h
AgeCommit message (Expand)Author
2007-06-17I think we're done adding comments to headers. Phew.brain
2007-06-14Fix for bug #324 reported by HiroPbrain
2007-05-19Space indents must die.brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-01-04Massive speedups for applying and checking perm xlines - matches_*line() now ...brain
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-11-14Tons of tweaks to the config stuff for the corebrain
2006-09-19Make the check against z/k/q/e/g methods return a pointer to the whole object...brain
2006-09-19Fix crashes, and in the process make xline even faster!brain
2006-09-19Make xline more memory-efficient and faster/neater. Eliminate a mass of fixed...brain
2006-09-11Fix for picky compilers (see, I work sometimes ;p)w00t
2006-09-10Split hostmasks into ident and host pairs for matching as g/k/e lines. This a...brain
2006-09-10Match IP's with klines, glines and exceptions, as well as hostsbrain
2006-08-31Remove extra/wrong qualifications, makes GCC 4.1 (at least) dieom
2006-08-30Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never usebrain
2006-08-12Document some missing xline stuffbrain
2006-08-11Document XLineManagerbrain
2006-08-11Move all of the xline stuff into class XLineManager, make an instance of it i...brain
2006-08-09Tidy up loglevel enum (remove some C-ish defines)brain
2006-07-30REMOTE STATS! WOOO AND YAY!brain
2006-07-01Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna...om
2006-03-10Mass tidyup of ServerConfig::Read and stuffbrain
2006-02-08Checks to not propogate invalid or already-existing Xlinesbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-14Added parameter to apply_lines to indicate what we want to applybrain
2005-12-08Optimized (much faster, more efficient, less cpu usage)brain
2005-11-25Fixes for removal of serverrecbrain
2005-05-12Changed the type of struct whowas records are stored in (no need to waste a b...brain
2005-04-13Added Server::AddGLinebrain
2005-04-04Added E:Lines, a form of ban exception that can prevent opers, netadmins etc ...brain
2004-05-16Updated header commentsbrain
2004-04-25Added comments and fixesbrain
2004-04-25Added some stuff to diffrentiate between global and local Q/Z linesbrain
2004-04-24Added G-line, Z-line and K-line plus SZLINE, SGLINE, etc.brain
2004-04-24Q-lines fully working, can add and remove other types of ban (but not enforce...brain
2004-04-24Added a bunch of xline stuff and added qline spport for /nick and svsnickbrain
2004-04-24Added XLine stuffbrain
2004-04-24Added xline.cpp and xline.h, implements k/g/z/q linesbrain