<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/commands, branch v1.2.0rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/commands?h=v1.2.0rc1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/commands?h=v1.2.0rc1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2009-02-07T22:08:23Z</updated>
<entry>
<title>Remove duplicate MacGyver.</title>
<updated>2009-02-07T22:08:23Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-02-07T22:08:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f99398e11476b07d3674c0fa1a275deb32773902'/>
<id>urn:sha1:f99398e11476b07d3674c0fa1a275deb32773902</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11041 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add Ankit to regular contributors list</title>
<updated>2009-02-04T13:07:43Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-02-04T13:07:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=56c4074af5b848b10623f6bcc63da188038ad037'/>
<id>urn:sha1:56c4074af5b848b10623f6bcc63da188038ad037</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11031 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Credits updates.</title>
<updated>2009-01-27T21:01:02Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-27T21:01:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=dff3873d1bc380633fe998d70d87edd6a0d8f09b'/>
<id>urn:sha1:dff3873d1bc380633fe998d70d87edd6a0d8f09b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11009 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for bug found by danieldg, where remote nicks were truncated to NICKMAX, but NICKMAX can now vary from server to server,</title>
<updated>2009-01-22T17:39:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-22T17:39:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=436fad2bf0fb122470a47a1453fa24b446104a8f'/>
<id>urn:sha1:436fad2bf0fb122470a47a1453fa24b446104a8f</id>
<content type='text'>
so only truncate the nickname for local nicknames. For remote nicknames, allow any length nickname up to MAXBUF (the max length
of an IRC line)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10984 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://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>Fix bug spotted by KingTarquin, if an empty string is given to /stats with "STATS :", then a byte of undefined memory in a std::string object is read as the stats char. Probably unsafe.</title>
<updated>2008-12-28T22:18:49Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-12-28T22:18:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b0546ed55e040330dd28a856d6fab2e55863dd1f'/>
<id>urn:sha1:b0546ed55e040330dd28a856d6fab2e55863dd1f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10927 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>Rip flood/threshold out of config classes also.</title>
<updated>2008-12-01T20:14:50Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-01T20:14:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a23a840749db9646884907ae28588b1962dc2449'/>
<id>urn:sha1:a23a840749db9646884907ae28588b1962dc2449</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10839 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add Phoenix to regular contributors list</title>
<updated>2008-11-10T11:59:43Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-10T11:59:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e1a734f1ba09dc4ed5402683fa870ce0c939f318'/>
<id>urn:sha1:e1a734f1ba09dc4ed5402683fa870ce0c939f318</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10804 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Obsolete m_restrictbanned, add &lt;security:restrictbannedusers&gt;, default on.. this is insane to leave off, really, but allow it anyway.</title>
<updated>2008-11-01T23:58:33Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-01T23:58:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b15038c4c3109fa4e326ef657493e08bbbc6881d'/>
<id>urn:sha1:b15038c4c3109fa4e326ef657493e08bbbc6881d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10785 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
