]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/wildcard.cpp
Merge pull request #1162 from SaberUK/insp20+fix-deinstall
[user/henk/code/inspircd.git] / src / wildcard.cpp
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tnational_case_sensitive_map -> national_case_insensitiv...
2008-12-07 w00tMove stuff to use ASCII map where required.
2008-12-07 w00tnational_case_sensitive_map must be static, thanks...
2008-09-20 brainRoll back core matcher to the 1.1 design, which doesnt...
2008-08-28 w00tRename lowermap to rfc_case_insensitive_map, add case_s...
2008-08-26 peaveyformatting..
2008-08-26 peaveyIteration 5 of wildcard matching. Fixes broken matching...
2008-08-22 w00tActually, we did manage to make a faster match than...
2008-08-22 w00tThere is no breakage here *jedi mind trick*
2008-08-22 w00tMatch with the right args at least..
2008-08-22 w00tMatch conversion stuff.
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-08-17 brainFix missing bounds checks in wildcard.cpp causing crash...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-05-12 brainFix wildcard matching in win32, seems that incrementing...
2008-05-09 brainAdd test suites for edge cases and in the process,...
2008-05-09 brainConvert CIDR matching and wildcard matching to operate...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-23 w00tOops: Fix one version of overrided match() always being...
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-08-27 w00tRemove more unnecessary header traffic
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-05-21 brainSame tweak, again
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-01-14 braing++ is picky about default params with overloading
2007-01-14 brainAdd alias:matchcase config setting (per-alias, determin...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-11-19 brainFix all the _FORTIFY_SOURCE warnings except "punned...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-18 brainMove lowermap[] into a pre-initialised const array...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainMove whowas into InspIRCd
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-06 brainAllow nick!ident@ and ident@ portions in a CIDR mask...
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-07-31 brainRemove match/wildcmp wrapper which just casts from...
2006-02-11 brainOur optimizations missed a possibility :p
2006-02-05 brainFixed two unneccessary strlcpy's in the wildcard matchi...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-04-27 brainAdded faster wildcard checking routines
2005-04-27 brainOptimized stuff
2005-04-11 brainAdded getrlimit/setrlimit to set process limits to...
2005-04-09 brainFixed matching
2005-03-25 brainAdded implementation of strlcpy and strlcat for systems...
2004-09-11 brainSecurity audit based on RATS output
2004-05-16 brainUpdated header comments
2004-04-24 brainAdded a bunch of xline stuff and added qline spport...
2003-07-22 randomdanSTL namespace fixes
2003-01-23 brainInitial revision