<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/wildcard.cpp, branch v1.2.0a6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/wildcard.cpp?h=v1.2.0a6</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/wildcard.cpp?h=v1.2.0a6'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-08-28T19:45:21Z</updated>
<entry>
<title>Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust files to not pass lowermap directly.</title>
<updated>2008-08-28T19:45:21Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-08-28T19:45:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0a3159121e15decec9bcb82c836158a817bba894'/>
<id>urn:sha1:0a3159121e15decec9bcb82c836158a817bba894</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10337 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>formatting..</title>
<updated>2008-08-26T04:58:34Z</updated>
<author>
<name>peavey</name>
</author>
<published>2008-08-26T04:58:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=33a86261992ac0ea82840e0e0656bf5b5c853469'/>
<id>urn:sha1:33a86261992ac0ea82840e0e0656bf5b5c853469</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10303 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Iteration 5 of wildcard matching. Fixes broken matching for certain conditions reported by MacGyver.</title>
<updated>2008-08-26T04:47:45Z</updated>
<author>
<name>peavey</name>
</author>
<published>2008-08-26T04:47:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f11b1b963b303b2ec8fb0df201cfa70d92c05942'/>
<id>urn:sha1:f11b1b963b303b2ec8fb0df201cfa70d92c05942</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10302 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Actually, we did manage to make a faster match than znc, when casemapping is taken into account. Hooray.</title>
<updated>2008-08-22T19:12:18Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-08-22T19:12:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9582002171b47c49f5de3cb6ae6f7ece788b233b'/>
<id>urn:sha1:9582002171b47c49f5de3cb6ae6f7ece788b233b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10222 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>There is no breakage here *jedi mind trick*</title>
<updated>2008-08-22T17:45:14Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-08-22T17:45:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=00ab32bc1abdf20b12af0e8f8c3e4dcc3154f8e7'/>
<id>urn:sha1:00ab32bc1abdf20b12af0e8f8c3e4dcc3154f8e7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10219 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Match with the right args at least..</title>
<updated>2008-08-22T17:39:00Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-08-22T17:39:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d92d9afa8d05d88da5f4fd08f0032eded83334e9'/>
<id>urn:sha1:d92d9afa8d05d88da5f4fd08f0032eded83334e9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10218 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Match conversion stuff.</title>
<updated>2008-08-22T16:14:36Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-08-22T16:14:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a1a7b96a8c994eb09a3d071f3daf28252b8c188b'/>
<id>urn:sha1:a1a7b96a8c994eb09a3d071f3daf28252b8c188b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10216 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>match() is no longer a function+no header, now a static method of InspIRCd class, blah blah blah. Also rip out the 1.2 matcher, as it was slow, and replace it with one adapted from znc, which happens to be a tiny bit faster than 1.1's (and the fastest I've seen so far that works properly)</title>
<updated>2008-08-21T20:56:16Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-08-21T20:56:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c16cda5d715241bb4bff8050bee942a8a34a72c0'/>
<id>urn:sha1:c16cda5d715241bb4bff8050bee942a8a34a72c0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10212 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix missing bounds checks in wildcard.cpp causing crash in bug #590 and related</title>
<updated>2008-08-17T15:33:13Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-08-17T15:33:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dd6464f8f64ba25f428a4d81a592a0223d45ca53'/>
<id>urn:sha1:dd6464f8f64ba25f428a4d81a592a0223d45ca53</id>
<content type='text'>
Add test cases for wildcards to pick this up in future regression testing plus a bunch of other edge cases


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10147 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove last vestige of libircdfoo, by changing  tag into a single  identifier marking object as requiring compilation into a .o (minor commit)</title>
<updated>2008-07-29T18:58:38Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-29T18:58:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6a869d0701bbfe3c7a5e370793adfda4b5b45c65'/>
<id>urn:sha1:6a869d0701bbfe3c7a5e370793adfda4b5b45c65</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10076 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
