<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/u_listmode.h, branch v1.1.6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/u_listmode.h?h=v1.1.6</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/u_listmode.h?h=v1.1.6'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-03-11T02:51:51Z</updated>
<entry>
<title>Remove debug</title>
<updated>2007-03-11T02:51:51Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-11T02:51:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8adc40e9af710006b96230da11fe0068cdad3179'/>
<id>urn:sha1:8adc40e9af710006b96230da11fe0068cdad3179</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6654 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix the operator== for irc::string -&gt; std::string to be const&amp;, the lack of const was stopping them being used in certain situations, this saves us a bunch of assign()</title>
<updated>2007-03-10T15:29:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-10T15:29:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=07ca4f5789bb54f9bfe0e24e68c5515d9708d9ee'/>
<id>urn:sha1:07ca4f5789bb54f9bfe0e24e68c5515d9708d9ee</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6643 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change mask variable to irc::string to allow for case insensitive removal/addition</title>
<updated>2007-03-10T15:16:27Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-10T15:16:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=902f5b36810fa8d367dacb6895f79d58afd619a1'/>
<id>urn:sha1:902f5b36810fa8d367dacb6895f79d58afd619a1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6642 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Someone left the colon off the 'end of list' numeric in u_listmode.h. I dont know what clients this might break</title>
<updated>2007-01-14T18:46:16Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-14T18:46:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8302af8e8a51b1489ecf40970c02bfb828cf1106'/>
<id>urn:sha1:8302af8e8a51b1489ecf40970c02bfb828cf1106</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6328 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added interface 'ChannelBanList' that these two modules implement. Send a request class ListModeRequest to the module to check if a user is matched on a channel:</title>
<updated>2007-01-14T18:25:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-14T18:25:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8c14f0f530c61fd4875131902937fba9f780adf7'/>
<id>urn:sha1:8c14f0f530c61fd4875131902937fba9f780adf7</id>
<content type='text'>
const char* ismatched = ListModeRequest(this, targetmodule, someuser, somechan).Send();

ismatched will be NULL if theyre not matched by the modules list, or will contain the mask if they are matched.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6325 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>And now, just to force you to recompile the *whole* ircd.. updated headers on the headers. :p</title>
<updated>2006-12-15T22:18:59Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-12-15T22:18:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=696ee9ff66bb94be2229bfa9c3dc288affc38a72'/>
<id>urn:sha1:696ee9ff66bb94be2229bfa9c3dc288affc38a72</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5998 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix unloading of modules that use u_listmode</title>
<updated>2006-10-23T16:28:54Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-10-23T16:28:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a02baa51d398d6a06cbe6caebd1ab4901229fbb9'/>
<id>urn:sha1:a02baa51d398d6a06cbe6caebd1ab4901229fbb9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5533 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>banexception, chanfilter, inviteexception: use modestacker to stack modes when the module is unloaded.</title>
<updated>2006-10-23T12:10:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-10-23T12:10:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a4443c79bad2e5397140a8aea55d6cc6cadd1ab'/>
<id>urn:sha1:4a4443c79bad2e5397140a8aea55d6cc6cadd1ab</id>
<content type='text'>
This results in e.g. one line of -gggggg rather than 6 lines of -g. NEEDS TESTING.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5532 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make clever use of modestacker</title>
<updated>2006-10-22T13:57:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-10-22T13:57:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=defbe5dc22e8228e3a0fc0e4c7d08c0609731538'/>
<id>urn:sha1:defbe5dc22e8228e3a0fc0e4c7d08c0609731538</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5516 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make +beIgqa be sent multiple per line, rather than one per line, using modestacker and stringjoiner.</title>
<updated>2006-10-22T13:47:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-10-22T13:47:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8db7db4376d125e45f4bfc09e2f6c951932dc19a'/>
<id>urn:sha1:8db7db4376d125e45f4bfc09e2f6c951932dc19a</id>
<content type='text'>
This cuts down server to server traffic a *lot*.


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