summaryrefslogtreecommitdiff
path: root/src/wildcard.cpp
AgeCommit message (Expand)Author
2007-10-23Oops: Fix one version of overrided match() always being case sensitive..w00t
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-08-27Remove more unnecessary header trafficw00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-05-21Same tweak, againbrain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-01-14g++ is picky about default params with overloadingbrain
2007-01-14Add alias:matchcase config setting (per-alias, determines wether to match cas...brain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-11-19Fix all the _FORTIFY_SOURCE warnings except "punned pointer".brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-18Move lowermap[] into a pre-initialised const array in hashcomp.h,brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Move whowas into InspIRCdbrain
2006-08-10Move the socket functions like insp_ntoa into their own namespace. They arent...brain
2006-08-06Allow nick!ident@ and ident@ portions in a CIDR mask if given, use match() wi...brain
2006-08-06Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper...brain
2006-07-31Remove match/wildcmp wrapper which just casts from const char* to char*, do t...brain
2006-02-11Our optimizations missed a possibility :pbrain
2006-02-05Fixed two unneccessary strlcpy's in the wildcard matching that just were ther...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-04-27Added faster wildcard checking routinesbrain
2005-04-27Optimized stuffbrain
2005-04-11Added getrlimit/setrlimit to set process limits to allow a core dumpbrain
2005-04-09Fixed matchingbrain
2005-03-25Added implementation of strlcpy and strlcat for systems that dont have itbrain
2004-09-11Security audit based on RATS outputbrain
2004-05-16Updated header commentsbrain
2004-04-24Added a bunch of xline stuff and added qline spport for /nick and svsnickbrain
2003-07-22STL namespace fixesrandomdan
2003-01-23Initial revisionbrain