summaryrefslogtreecommitdiff
path: root/src/xline.cpp
AgeCommit message (Expand)Author
2006-07-03Just to be really anal, typo fix in commentom
2006-07-01Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna...om
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-08Remove references to inspircd_io from these, stop configure making all the mo...om
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-27trivial: Slight reformat of expiry of line messagew00t
2006-03-10Tidyup of commented out reminder codebrain
2006-03-10Mass tidyup of ServerConfig::Read and stuffbrain
2006-03-05Colon before the reasons in STATS, so that it doesnt munge up the reason in c...brain
2006-02-28BanHidingbrain
2006-02-22Perm elines (<exception> tag) not being applied - fixedbrain
2006-02-08Checks to not propogate invalid or already-existing Xlinesbrain
2006-01-27Improved IP handling. Now uses in_addr to store client ip, not char[16]!brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-12GCC 4.0.2 warns because we assign in an if. we want to assign in an if, so we...brain
2006-01-12Typo (whoops)brain
2006-01-12xline tweaksbrain
2006-01-12Replaced sprintf's with some char* voodoobrain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-15Made apply_lines apply perm lines againbrain
2005-12-15Added CullList classbrain
2005-12-15New CullList trickbrain
2005-12-14More config tidyupsbrain
2005-12-14Added config_f to serverconfig, UNTESTEDbrain
2005-12-14Tidied up modules.h added some typedefs to typedefs.hbrain
2005-12-14moved declarations of typedefs for user_hash and chan_hash etc to typedefs.hbrain
2005-12-14Started moving of data into ServerConfig classbrain
2005-12-14Added parameter to apply_lines to indicate what we want to applybrain
2005-12-13#define IS_LOCAL(x) (x->fd > -1)brain
2005-12-13optimized a ton of strcmps down to an integer comparison!brain
2005-12-08Typo in a comment, talk about grammar-nazibrain
2005-12-08Optimized (much faster, more efficient, less cpu usage)brain
2005-11-30Split the expiry loop into sections, to hopefully decrease time taken to expi...w00t
2005-11-25Fixes for removal of serverrecbrain
2005-11-25Removed references to deprecated files servers.* and connection.*brain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Changed to use __single_client_alloc, supposedly faster in single-thread situ...brain
2005-05-15Moved StrHashComp and InAddr_HashComp into the irc:: namespacebrain
2005-05-15sorted hashcomp etcbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-14Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco...brain
2005-05-12Changed the type of struct whowas records are stored in (no need to waste a b...brain
2005-05-08Changed the final bunch of udp_* vars to server_*/tcp_*brain
2005-04-29Fixed some flood checkingbrain
2005-04-29A few anti-flood featuresbrain
2005-04-29Made xline notices neater when notifying of unknown connectionsbrain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-18Fixed strhashcompbrain