<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/mode.h, branch v1.2.0a1</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.0a1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/mode.h?h=v1.2.0a1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-04-02T23:53:29Z</updated>
<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>
<entry>
<title>Wheee, mass commit! this adds const stafety, throwing a compile error if anyone does: "parameters[n] = blahvar;" in a command handler etc. where they REALLY SHOULD NOT fuck with the value and should </title>
<updated>2008-02-20T19:07:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-02-20T19:07:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dd36852a52e8541306b76c5b88bce8ab9b36654c'/>
<id>urn:sha1:dd36852a52e8541306b76c5b88bce8ab9b36654c</id>
<content type='text'>
copy the pointer.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8971 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Someone please help me fix the warnings in modules caused by this change. All mode handler OnMode events, ModeWatcher::BeforeMode/AfterMode, plus OnRawMode now have a bool servermode parameter</title>
<updated>2008-02-18T16:55:27Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-02-18T16:55:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=32a26fa539242d009ffab01e09cafdaba9270dac'/>
<id>urn:sha1:32a26fa539242d009ffab01e09cafdaba9270dac</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8964 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>New mode stuff. Note, the framework is now here so that every mode handler can state what prefix is required to execute it. For example: You can say that mode +j needs '%' to execute it, so that </title>
<updated>2008-02-14T18:24:28Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-02-14T18:24:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=91a8894d5d4637ad6aea33ad77af67445d548732'/>
<id>urn:sha1:91a8894d5d4637ad6aea33ad77af67445d548732</id>
<content type='text'>
then only a halfop or above can use mode +j. If you put '@' in this member value, only ops and above can use it. The OnRawMode can return ACR_ALLOW on a case by case basis to totally override this 
check against the prefix char. If you return ACR_DEFAULT the check goes ahead.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8935 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Clear up header insanity</title>
<updated>2008-02-03T23:20:20Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-02-03T23:20:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f1271614679843191bb247c0db2716acb5ac0e4b'/>
<id>urn:sha1:f1271614679843191bb247c0db2716acb5ac0e4b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8808 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Header update: 2007 -&gt; 2008</title>
<updated>2008-01-10T13:27:07Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-10T13:27:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a'/>
<id>urn:sha1:e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8694 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove some unnecessary headers from places, commit working BanCacheManager skeleton. Work in progress, ignore it for now. Doesn't do anything, either.</title>
<updated>2007-11-04T00:44:28Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-11-04T00:44:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ae888e9cf9bd0b41edfbc4231d0435a23441509e'/>
<id>urn:sha1:ae888e9cf9bd0b41edfbc4231d0435a23441509e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8487 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>pedantic safe</title>
<updated>2007-10-23T19:55:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-10-23T19:55:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=08e3151057f9e9e2d03a2c5858c5a83335f378fd'/>
<id>urn:sha1:08e3151057f9e9e2d03a2c5858c5a83335f378fd</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8316 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
