<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/mode.cpp, branch v1.1.9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/mode.cpp?h=v1.1.9</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/mode.cpp?h=v1.1.9'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-06-12T16:30:32Z</updated>
<entry>
<title>Fix advertising of +h/% in 005 and 004 numerics when halfops are not enabled in the conf, spotted by Smartys, fixes bug #322</title>
<updated>2007-06-12T16:30:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-06-12T16:30:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a09c6eb1ce2b91299137c42ff65d3e57468d3672'/>
<id>urn:sha1:a09c6eb1ce2b91299137c42ff65d3e57468d3672</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7282 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change some = "" to clear() and some == "" to .empty()</title>
<updated>2007-06-09T12:10:12Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-06-09T12:10:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0161215f42ccbfe45d1aef626f830d39486ef699'/>
<id>urn:sha1:0161215f42ccbfe45d1aef626f830d39486ef699</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7263 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix bug #310 reported by Smartys, and optimize mode.cpp a bit (was using string comparison to identify an empty string, e.g. somestr == "", when we can use the much faster somestr.empty())</title>
<updated>2007-05-30T19:41:48Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-30T19:41:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6d2fc8eac05b76126f78e063778bfc800ffa88e7'/>
<id>urn:sha1:6d2fc8eac05b76126f78e063778bfc800ffa88e7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7191 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix std::sort stuff for w00t</title>
<updated>2007-05-19T18:32:23Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-19T18:32:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4874c63f738fd1139e0c6a889d02de6b4cc30187'/>
<id>urn:sha1:4874c63f738fd1139e0c6a889d02de6b4cc30187</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7050 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>We've had an IS_OPER macro for a long time. About time we started using it, maybe? :p</title>
<updated>2007-05-12T16:22:35Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-05-12T16:22:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e6fa614ad27cd68aa61605ca0884eee9c44384eb'/>
<id>urn:sha1:e6fa614ad27cd68aa61605ca0884eee9c44384eb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6990 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>foolish human! you can't /mode query a user that isnt there!</title>
<updated>2007-05-04T14:53:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-04T14:53:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1b7b2a696d9bf4ee1d93544138aa775d6fa92c74'/>
<id>urn:sha1:1b7b2a696d9bf4ee1d93544138aa775d6fa92c74</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6871 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Where others charge, we give for free. Have fun and use wisely. With great power comes great responsbility.</title>
<updated>2007-05-04T14:30:08Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-04T14:30:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3759fe0ba2420bd564abb4b034582ea0866907aa'/>
<id>urn:sha1:3759fe0ba2420bd564abb4b034582ea0866907aa</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6867 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move new listmode check deeper into the mode parser so that it doesnt generate spurious craq (thanks HiroP_)</title>
<updated>2007-05-01T16:04:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-01T16:04:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7ad9ad1e2b6ccf03dbb5f5148cca1bbf89c2775a'/>
<id>urn:sha1:7ad9ad1e2b6ccf03dbb5f5148cca1bbf89c2775a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6853 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix one issue, add another feature: When sending MODE +beI, weed out duplicates with simple O(1) check so that users dont send MODE #chan +bbbbbbbbbbbb.</title>
<updated>2007-04-30T16:50:08Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-30T16:50:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=569114e4c2f8ef8b14d48d4a94d7226e7f87eaff'/>
<id>urn:sha1:569114e4c2f8ef8b14d48d4a94d7226e7f87eaff</id>
<content type='text'>
Allow configuration of which listmodes you want to deny to below halfops. For example &lt;options hidemodes="eI"&gt;. This is because blocking +b can break mirc, blocking +eI usually wont break it so 
severely.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6852 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add support for hiding listmode lists such as +beI from unprivileged users.</title>
<updated>2007-04-27T17:55:08Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-27T17:55:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d6fcf2726e4075fb323010e067964c84044cbf08'/>
<id>urn:sha1:d6fcf2726e4075fb323010e067964c84044cbf08</id>
<content type='text'>
See bug #258


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6849 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
