<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules, 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/modules?h=v1.2.0b4</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules?h=v1.2.0b4'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2008-12-07T18:32:08Z</updated>
<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>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>
<entry>
<title>Remove m_operflood, add privs: users/flood/no-throttle &amp; users/flood/increased-buffers.</title>
<updated>2008-12-01T18:10:24Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-01T18:10:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9994478a85358bfa48bd5b764ebc1e74e928d57a'/>
<id>urn:sha1:9994478a85358bfa48bd5b764ebc1e74e928d57a</id>
<content type='text'>
This also saves another sizeof(bool) per user.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10837 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove unused variable (thanks to everyone who noticed it)</title>
<updated>2008-11-30T21:36:06Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-30T21:36:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f58879f3591b2ee296561bd0879832ae45cec49d'/>
<id>urn:sha1:f58879f3591b2ee296561bd0879832ae45cec49d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10835 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Don't append server name to kill reasons.</title>
<updated>2008-11-27T23:23:21Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-27T23:23:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4387918fd764a5c7c4464d0252ca57b10a2927b9'/>
<id>urn:sha1:4387918fd764a5c7c4464d0252ca57b10a2927b9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10833 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Forward-port: Created commit fcadb0b: Change rm to force removal for configureclean target, obsoletes debian patch.</title>
<updated>2008-11-27T14:17:41Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-27T14:17:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fb07f6293eec3ecb9916dc30f9dcdc0ab92eedfb'/>
<id>urn:sha1:fb07f6293eec3ecb9916dc30f9dcdc0ab92eedfb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10829 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add OperPrefixMode::GetPrefixRank(), so +y is ranked above all other prefix modes.</title>
<updated>2008-11-24T14:24:41Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-24T14:24:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=adf2b2c9996456222c164bc7e2499202b1950081'/>
<id>urn:sha1:adf2b2c9996456222c164bc7e2499202b1950081</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10825 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Off-by-one without a rehash event, causes cores on load</title>
<updated>2008-11-24T14:24:39Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-24T14:24:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=169acfe584baa6c464119cf19491396007a9a765'/>
<id>urn:sha1:169acfe584baa6c464119cf19491396007a9a765</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10823 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add m_operprefix, more simplified version of module written by Phoenix (thanks!). Adds cmode +y, set on-join which grants opers an optional prefix status on the channel.</title>
<updated>2008-11-24T14:12:24Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-24T14:12:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8547cb30c17e44dc3238a0a7a5912c589d4e8190'/>
<id>urn:sha1:8547cb30c17e44dc3238a0a7a5912c589d4e8190</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10822 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
