]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/wildcard.cpp
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / src / wildcard.cpp
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-19 Peter PowellSwitch from std::stringstream to irc::spacesepstream.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-06-14 Attila MolnarKill needless #includes in source files
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-08-12 Attila MolnarMerge pull request #607 from SaberUK/master+match
2013-08-12 Peter PowellClean up wildcard code.
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-05 attilamolnarMerge insp20
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
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