]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/xline.cpp
Remove references to inspircd_io from these, stop configure making all the modules...
[user/henk/code/inspircd.git] / src / xline.cpp
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...
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