<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src, branch v1.2.0b4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src?h=v1.2.0b4</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src?h=v1.2.0b4'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2008-12-07T20:02:50Z</updated>
<entry>
<title>Fix glitch before release</title>
<updated>2008-12-07T20:02:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-12-07T20:02:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a1871c6a998ed3c352f6169817f6dc7a90f7625f'/>
<id>urn:sha1:a1871c6a998ed3c352f6169817f6dc7a90f7625f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10864 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Gyr!</title>
<updated>2008-12-07T19:51:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-12-07T19:51:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=71281d770785d83c55f246d35fdaffbadb2612e2'/>
<id>urn:sha1:71281d770785d83c55f246d35fdaffbadb2612e2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10863 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Ugly ugly craq in here in the cleanup stuff. Can be done nicer with a template, like this</title>
<updated>2008-12-07T19:16:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-12-07T19:16:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=49b693beb75b8292c5b378f46d2b357ebb2fdc8c'/>
<id>urn:sha1:49b693beb75b8292c5b378f46d2b357ebb2fdc8c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10862 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://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>Convert necessary match calls to use ASCII casemap.</title>
<updated>2008-12-07T18:32:08Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-07T18:32:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=783048c6dca6fb6f612d0f613b875d4ff1a2eda3'/>
<id>urn:sha1:783048c6dca6fb6f612d0f613b875d4ff1a2eda3</id>
<content type='text'>
1.2 may now be made casemap-aware via a module setting national_case_sensitive_map to their own table, and resetting to the RFC table on unload.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10859 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://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://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>Add InspIRCd::national_case_sensitive_map pointer, defaults to rfc_case_insensitive_map.</title>
<updated>2008-12-07T18:31:48Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-07T18:31:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3c2c0b7733c0d752bdab4d42a33a3a777266b90a'/>
<id>urn:sha1:3c2c0b7733c0d752bdab4d42a33a3a777266b90a</id>
<content type='text'>
Modules may override this pointer to customise casemapping of nick/channel names.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10856 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Switch some stuff to use ASCII mapping rather than RFC.</title>
<updated>2008-12-07T18:31:45Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-07T18:31:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ffb733879cecfe07c14fc84205cfa2b644e35c4f'/>
<id>urn:sha1:ffb733879cecfe07c14fc84205cfa2b644e35c4f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10855 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Rename case_sensitive_map to rfc_case_sensitive_map</title>
<updated>2008-12-07T01:11:48Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-07T01:11:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=dadfb1ecc1336541c2fa621d31aa5d5ddd9cf7bc'/>
<id>urn:sha1:dadfb1ecc1336541c2fa621d31aa5d5ddd9cf7bc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10851 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
