]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/xline.h
Windows support. Tested and working to compile on freebsd and linux. Next step is...
[user/henk/code/inspircd.git] / include / xline.h
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-01-04 brainMassive speedups for applying and checking perm xlines...
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-11-14 brainTons of tweaks to the config stuff for the core
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-11 w00tFix for picky compilers (see, I work sometimes ;p)
2006-09-10 brainSplit hostmasks into ident and host pairs for matching...
2006-09-10 brainMatch IP's with klines, glines and exceptions, as well...
2006-08-31 omRemove extra/wrong qualifications, makes GCC 4.1 (at...
2006-08-30 brainRemove a ton of <typeinfo>, <iostream>, <sstream> etc...
2006-08-12 brainDocument some missing xline stuff
2006-08-11 brainDocument XLineManager
2006-08-11 brainMove all of the xline stuff into class XLineManager...
2006-08-09 brainTidy up loglevel enum (remove some C-ish defines)
2006-07-30 brainREMOTE STATS! WOOO AND YAY!
2006-07-01 omChange WriteChannelWithServ and it's _NoFormat to take...
2006-03-10 brainMass tidyup of ServerConfig::Read and stuff
2006-02-08 brainChecks to not propogate invalid or already-existing...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-14 brainAdded parameter to apply_lines to indicate what we...
2005-12-08 brainOptimized (much faster, more efficient, less cpu usage)
2005-11-25 brainFixes for removal of serverrec
2005-05-12 brainChanged the type of struct whowas records are stored...
2005-04-13 brainAdded Server::AddGLine
2005-04-04 brainAdded E:Lines, a form of ban exception that can prevent...
2004-05-16 brainUpdated header comments
2004-04-25 brainAdded comments and fixes
2004-04-25 brainAdded some stuff to diffrentiate between global and...
2004-04-24 brainAdded G-line, Z-line and K-line plus SZLINE, SGLINE...
2004-04-24 brainQ-lines fully working, can add and remove other types...
2004-04-24 brainAdded a bunch of xline stuff and added qline spport...
2004-04-24 brainAdded XLine stuff
2004-04-24 brainAdded xline.cpp and xline.h, implements k/g/z/q lines