]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/xline.cpp
A few anti-flood features
[user/henk/code/inspircd.git] / src / xline.cpp
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...
2005-03-25 brainFixes for GCC3.4 and namespaces (must rerun configure!)
2005-03-25 brainChanged occurances of vector to std::vector
2004-09-11 brainSecurity audit based on RATS output
2004-05-16 brainUpdated header comments
2004-05-09 brainAdded support for /RESTART (currently has a bug, do...
2004-04-26 brainFixed some channel pointer stuff (eeeky)
2004-04-26 brainIncrased speed of apply_lines() (was too slow when...
2004-04-25 brainAdded MaxWhoReplies stuff (bahamut-style /WHO limiting)
2004-04-25 brainAdded comments and fixes
2004-04-25 brainFixed minor typos
2004-04-25 brainAdded some stuff to diffrentiate between global and...
2004-04-25 brainXLine fixes and fix to +l with large limits
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