<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modes, 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/modes?h=v1.2.0a6</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modes?h=v1.2.0a6'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-08-25T10:43:07Z</updated>
<entry>
<title>Fixes, this can't be taken directly from 1.1</title>
<updated>2008-08-25T10:43:07Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-08-25T10:43:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=327f70187838545781d69d5e4f79deaac473263c'/>
<id>urn:sha1:327f70187838545781d69d5e4f79deaac473263c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10265 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Forward-port r10257, fixes bug #599 reported by mixx941.</title>
<updated>2008-08-24T23:42:20Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-08-24T23:42:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=392ff5ef8fdac46d5f0a28d3fd12f25a7c541ddf'/>
<id>urn:sha1:392ff5ef8fdac46d5f0a28d3fd12f25a7c541ddf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10258 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add OnParameterMissing to modehandler, called when the mode handler should have a parameter, but the parser found none</title>
<updated>2008-08-17T16:16:49Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-08-17T16:16:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=985c2bd1e6ea0bba467143406b83ba4a9f77fce1'/>
<id>urn:sha1:985c2bd1e6ea0bba467143406b83ba4a9f77fce1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10149 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move umode_n to umode_s, second half of last commit</title>
<updated>2008-07-29T16:36:10Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-29T16:36:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f610b723f0b45cf7e4f478f0676ed97c3a23d78c'/>
<id>urn:sha1:f610b723f0b45cf7e4f478f0676ed97c3a23d78c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10075 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>After discussions and thought, move umode +n to +s. This increases cross-ircd compat (both charybdis and unreal use +s for snomasks, others might in the future). This also decreases complexity for new users, and removes the redundancy. This means that just +s +cC for example will be required to view connects. (files to be renamed in next commit to not confuse svn).</title>
<updated>2008-07-29T16:28:37Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-29T16:28:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5db3290d939509015167b7fdfba5073285051560'/>
<id>urn:sha1:5db3290d939509015167b7fdfba5073285051560</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10074 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove custom members for +lk storage</title>
<updated>2008-07-20T14:30:00Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-20T14:30:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4c286655e1b930908fd02681ac00e172156e737c'/>
<id>urn:sha1:4c286655e1b930908fd02681ac00e172156e737c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10053 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change modes in channels and users to use std::bitset instead of an array. This saves 56 bytes per channel, and 112 bytes per channel, with no loss in speed or ease of use in code. :). Thanks (VERY) much to Special for telling me about this.</title>
<updated>2008-07-19T20:34:14Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-19T20:34:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a67b9de1742efbff29ec08093b220565eab7df23'/>
<id>urn:sha1:a67b9de1742efbff29ec08093b220565eab7df23</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10043 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Something we can do in 1.2 that we cant really do neatly in 1.1 - allow for the channel list sizes to be enforced only locally</title>
<updated>2008-06-09T22:57:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-06-09T22:57:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d3fb3fd284d0b08c9f4fa48acc0029709685e54a'/>
<id>urn:sha1:d3fb3fd284d0b08c9f4fa48acc0029709685e54a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9882 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert channel::name to std::string, this was a beastie!</title>
<updated>2008-05-19T21:16:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-19T21:16:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=31f1e7ad092f8bf16ee653cc105eea4a769650ca'/>
<id>urn:sha1:31f1e7ad092f8bf16ee653cc105eea4a769650ca</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9770 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert channel banlist members to std::string</title>
<updated>2008-05-19T19:53:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-19T19:53:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=869bd02318d94a38369a125726b8edeb54ba0706'/>
<id>urn:sha1:869bd02318d94a38369a125726b8edeb54ba0706</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9769 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
