<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/mode.h, branch v1.2.0b1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/mode.h?h=v1.2.0b1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/mode.h?h=v1.2.0b1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-08-31T14:02:56Z</updated>
<entry>
<title>Whoops, left off a virtual. Please ensure youre using this version if you actually want mode params to be propogated</title>
<updated>2008-08-31T14:02:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-08-31T14:02:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fff3e17a59434e8913ea69d07bf08955cf3a9103'/>
<id>urn:sha1:fff3e17a59434e8913ea69d07bf08955cf3a9103</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10366 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move all the parameters around AGAIN. See docs shortly</title>
<updated>2008-08-31T13:00:12Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-08-31T13:00:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=db7a49b071134cf3deadf05ce84fa6c7c46d80bf'/>
<id>urn:sha1:db7a49b071134cf3deadf05ce84fa6c7c46d80bf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10364 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>Update comments for new api</title>
<updated>2008-05-04T21:41:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-04T21:41:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b7904e23726dfa497d276e193827c2e8685443eb'/>
<id>urn:sha1:b7904e23726dfa497d276e193827c2e8685443eb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9610 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Conversion of command handler params from "const char* const* parameters, int pcnt" to "const std::vector&lt;std::string&gt;&amp; parameters". All of core is converted, but cant test it till the modules are converted.</title>
<updated>2008-05-04T21:37:36Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-04T21:37:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ffbd1eebf0b82bf40482879f410f58874030a695'/>
<id>urn:sha1:ffbd1eebf0b82bf40482879f410f58874030a695</id>
<content type='text'>
IMPORTANT: The mode parser public calls have had to be tweaked a bit to also use the string vector. Note that this makes a LOT of our core a bit messy and paves the way to convert a lot of stuff from the mess
of .c_str() calls to using std::string params directly.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9608 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Optimize MODE #chan b etc, avoid a 256 byte memset for duplicate mode checks</title>
<updated>2008-05-02T16:01:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-02T16:01:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=787c16487e8b13ba973501d88fe381d1528e68de'/>
<id>urn:sha1:787c16487e8b13ba973501d88fe381d1528e68de</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9601 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Simple user/channel mode patch</title>
<updated>2008-05-01T16:12:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-01T16:12:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f3abcf2bcfe36d3389b74caa9eef8582901fbe15'/>
<id>urn:sha1:f3abcf2bcfe36d3389b74caa9eef8582901fbe15</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9596 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Module unloads may also be tidied at a future date but it means reordering some loops in mode.cpp. See around the comment added.</title>
<updated>2008-04-02T23:53:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-02T23:53:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=57608fe351cff19679b1d78fb5cbfb7cad89dfc1'/>
<id>urn:sha1:57608fe351cff19679b1d78fb5cbfb7cad89dfc1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9283 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add an optional bool to ModeParser::ModeString() to not give the nickname n times on the end of the string. This can be used for w00ts funky stuff. :-)</title>
<updated>2008-04-01T16:25:02Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-01T16:25:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5b4e92cc2ca9a08a1a9740daa25c64578325ed78'/>
<id>urn:sha1:5b4e92cc2ca9a08a1a9740daa25c64578325ed78</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9242 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add ability to control what opertypes can set what operonly user/chan modes. This works the same way as commands, in that modes allowed by classes are added together, and * allows all.</title>
<updated>2008-03-23T20:43:35Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-03-23T20:43:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=743c10e4ca5acd45e670b335a07b5bf3ab754ab6'/>
<id>urn:sha1:743c10e4ca5acd45e670b335a07b5bf3ab754ab6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9176 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
