<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/wildcard.cpp, branch v2.0.26</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=v2.0.26</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/wildcard.cpp?h=v2.0.26'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-04-19T18:58:29Z</updated>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-19T18:58:29Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-19T18:58:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=46a39046196f55b52336e19662bb7bac85b731ac'/>
<id>urn:sha1:46a39046196f55b52336e19662bb7bac85b731ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>...because every now and again, i have to do a massive commit.</title>
<updated>2010-01-11T03:07:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2010-01-11T03:07:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323'/>
<id>urn:sha1:cd712c40e1b352c05e7ae0f72e0a5e84cdf64323</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update all wiki links to point to the new wiki. This was done automatically with the following command, only .Makefile.inc got some indent fixups by hand.</title>
<updated>2009-03-15T12:42:35Z</updated>
<author>
<name>psychon</name>
</author>
<published>2009-03-15T12:42:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef'/>
<id>urn:sha1:b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef</id>
<content type='text'>
for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update copyrights for 2009.</title>
<updated>2009-01-02T18:16:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-02T18:16:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=43847ec9c7e1a195163eb4c529f1c92fd1ace0a4'/>
<id>urn:sha1:43847ec9c7e1a195163eb4c529f1c92fd1ace0a4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>national_case_sensitive_map -&gt; national_case_insensitive_map.</title>
<updated>2008-12-07T19:01:43Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-07T19:01:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=275f58a955407eda93c451273bee48e1637e3b4a'/>
<id>urn:sha1:275f58a955407eda93c451273bee48e1637e3b4a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10861 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move stuff to use ASCII map where required.</title>
<updated>2008-12-07T18:31:57Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-07T18:31:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=805d47c98e48df374976972c3fcbba36fd4289f8'/>
<id>urn:sha1:805d47c98e48df374976972c3fcbba36fd4289f8</id>
<content type='text'>
Also move this out of being a member totally, as it breaks (gah) and is already untidy.. to be revisited.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10858 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>national_case_sensitive_map must be static, thanks to the match stuff being static (this is a bit ugly, but necessary for now).</title>
<updated>2008-12-07T18:31:54Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-07T18:31:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6c389362435138c1523e4aedb53938100f6b4c47'/>
<id>urn:sha1:6c389362435138c1523e4aedb53938100f6b4c47</id>
<content type='text'>
Default to national charset map instead of rfc map, as modules may change the pointer.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10857 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Roll back core matcher to the 1.1 design, which doesnt fail various unit tests</title>
<updated>2008-09-20T17:52:48Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-20T17:52:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b8e537eba7a77bc8cbcdd30e2ff1ba79fb7b0569'/>
<id>urn:sha1:b8e537eba7a77bc8cbcdd30e2ff1ba79fb7b0569</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10564 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<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>
</feed>
